Home
last modified time | relevance | path

Searched defs:wrappedText (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/sktext/tests/
DSelectableText.cpp105 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST() local
153 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST() local
194 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST() local
235 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST() local
276 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST() local
DWrappedText.cpp103 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST() local
152 auto wrappedText = shapedText->wrap(&unicodeText, 800.0f, 800.0f); in UNIX_ONLY_TEST() local
/external/skia/experimental/sktext/src/
DPaint.cpp85 auto wrappedText = shapedText->wrap(unicodeText.get(), reqSize.width(), reqSize.height()); in layout() local
104 …::paint(SkCanvas* canvas, SkPoint xy, UnicodeText* unicodeText, WrappedText* wrappedText, SkSpan<D… in paint()
DText.cpp303 auto wrappedText = std::unique_ptr<WrappedText>(new WrappedText()); in wrap() local
434 void ShapedText::addLine(WrappedText* wrappedText, SkUnicode* unicode, Stretch& stretch, Stretch& s… in addLine()