Searched refs:DrawableText (Results 1 – 5 of 5) sorted by relevance
86 class DrawableText; variable98 …std::unique_ptr<DrawableText> prepareToDraw(UnicodeText* unicodeText, PositionType positionType, S…135 class DrawableText : public Visitor {
30 It also has a method <b>prepareToDraw</b> that creates a DrawableText object, and a method <b>prepa…34 Class <b>DrawableText</b> contains a list of SkTextBlob objects ready to be drawn on a canvas.47 …erforming the first 4 stages, but a user only needs to hold on to the DrawableText object afterwar…49 <br>That requires performing all the 5 stages. A user will have to hold on to DrawableText and Sele…
188 class DrawableText; variable252 class DrawableText : public Visitor {254 DrawableText() = default;
12 fDrawableText = fWrappedText->prepareToDraw<DrawableText>(fUnicodeText.get(), in paint()41 fDrawableText = fWrappedText->prepareToDraw<DrawableText>(fUnicodeText.get(), in paint()
128 std::unique_ptr<DrawableText> fDrawableText;