Lines Matching defs:Impl
34 struct Text::Impl struct
44 Impl(Text* p) : paint(p), shape(Shape::gen().release()) in Impl() argument
48 ~Impl() in ~Impl() argument
55 Result text(const char* utf8) in text()
65 Result font(const char* name, float size, const char* style) in font()
88 RenderRegion bounds(RenderMethod* renderer) in bounds()
93 bool render(RenderMethod* renderer) in render()
100 bool load() in load()
113 …nsform, Array<RenderData>& clips, uint8_t opacity, RenderUpdateFlag pFlag, TVG_UNUSED bool clipper) in update()
152 auto dup = text->pImpl; in duplicate() argument
167 Iterator* iterator() in iterator()