Home
last modified time | relevance | path

Searched refs:shapedText (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/sktext/tests/
H A DShapedText.cpp51 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
52 auto logicalRuns = shapedText->getLogicalRuns(); in UNIX_ONLY_TEST()
70 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
71 auto logicalRuns = shapedText->getLogicalRuns(); in UNIX_ONLY_TEST()
H A DSelectableText.cpp104 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
105 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST()
152 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
153 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST()
194 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
195 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST()
235 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
236 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST()
276 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
277 auto wrappedText = shapedText in UNIX_ONLY_TEST()
[all...]
H A DWrappedText.cpp102 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
103 auto wrappedText = shapedText->wrap(&unicodeText, 440.0f, 500.0f); in UNIX_ONLY_TEST()
151 auto shapedText = fontResolvedText->shape(&unicodeText, TextDirection::kLtr); in UNIX_ONLY_TEST() local
152 auto wrappedText = shapedText->wrap(&unicodeText, 800.0f, 800.0f); in UNIX_ONLY_TEST()
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp84 auto shapedText = fontResolvedText->shape(unicodeText.get(), TextDirection::kLtr); in layout() local
85 auto wrappedText = shapedText->wrap(unicodeText.get(), reqSize.width(), reqSize.height()); in layout()
H A DText.cpp267 auto shapedText = std::make_unique<ShapedText>();
286 std::numeric_limits<SkScalar>::max(), shapedText.get());
287 if (shapedText->fLogicalRuns.empty()) {
296 shapedText->fLogicalRuns.emplace_back(emptyInfo, 0, 0.0f);
297 shapedText->fLogicalRuns.front().commit();
300 for (auto& logicalRun : shapedText->fLogicalRuns) {
316 return std::move(shapedText);

Completed in 4 milliseconds