Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/tests/
DShapedText.cpp52 auto logicalRuns = shapedText->getLogicalRuns(); in UNIX_ONLY_TEST()
71 auto logicalRuns = shapedText->getLogicalRuns(); in UNIX_ONLY_TEST()
/third_party/skia/experimental/sktext/include/
DInterface.h62 SkSpan<const LogicalRun> getLogicalRuns() const;
DText.h150 …SkSpan<const LogicalRun> getLogicalRuns() const { return SkSpan<const LogicalRun>(fLogicalRuns.beg… in getLogicalRuns() function