Home
last modified time | relevance | path

Searched defs:runLevels (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.cpp161 void SkBidiIterator::ReorderVisual(const Level runLevels[], int levelsCount, in ReorderVisual()
518 void reorderVisual(const BidiLevel runLevels[], in reorderVisual()
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp535 SkAutoSTMalloc<4, UBiDiLevel> runLevels(numRuns); in emit() local
1121 SkAutoSTMalloc<4, UBiDiLevel> runLevels(numRuns); in wrap() local
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp560 SkAutoSTMalloc<4, SkBidiIterator::Level> runLevels(numRuns); in emit() local
1151 SkAutoSTMalloc<4, SkBidiIterator::Level> runLevels(numRuns); in wrap() local
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp78 std::vector<UBiDiLevel> runLevels; in TextLine() local
/third_party/skia/experimental/sktext/src/
DText.cpp442 SkTArray<SkUnicode::BidiLevel> runLevels; in getVisualOrder() local
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp137 SkAutoSTArray<kPreallocCount, SkUnicode::BidiLevel> runLevels(numRuns); in TextLine() local