Lines Matching defs:Impl
61 struct Scene::Impl struct
71 Impl(Scene* s) : scene(s) in Impl() argument
75 ~Impl() in ~Impl() argument
88 bool needComposition(uint8_t opacity) in needComposition()
124 paint->pImpl->update(renderer, transform, clips, opacity, flag, false); in update() argument
143 ret &= paint->pImpl->render(renderer); in render() argument
169 auto region = paint->pImpl->bounds(renderer); in bounds() argument
197 bool bounds(float* px, float* py, float* pw, float* ph, bool stroking) in bounds()
234 auto dup = scene->pImpl; in duplicate() argument
247 void clear(bool free) in clear()
255 Iterator* iterator() in iterator()