Home
last modified time | relevance | path

Searched refs:fShapedText (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/experimental/sktext/editor/
DTexts.h36 fShapedText = fFontResolvedText->shape(fUnicodeText.get(), DEFAULT_TEXT_DIRECTION); in StaticText()
37 fWrappedText = fShapedText->wrap(fUnicodeText.get(), size.width(), size.height()); in StaticText()
48 std::unique_ptr<ShapedText> fShapedText; variable
74 fShapedText = fFontResolvedText->shape(fUnicodeText.get(), fTextDirection); in DynamicText()
75 fWrappedText = fShapedText->wrap(fUnicodeText.get(), size.width(), size.height()); in DynamicText()
100 fShapedText = fFontResolvedText->shape(fUnicodeText.get(), fTextDirection); in rebuild()
101 …fWrappedText = fShapedText->wrap(fUnicodeText.get(), this->fRequiredSize.fWidth, this->fRequiredSi… in rebuild()
126 std::unique_ptr<ShapedText> fShapedText; variable