Home
last modified time | relevance | path

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

/external/skia/modules/skunicode/src/
DSkUnicode_icu.cpp128 void SkBidiIterator::ReorderVisual(const Level runLevels[], int levelsCount, in ReorderVisual()
495 void reorderVisual(const BidiLevel runLevels[], in reorderVisual()
/external/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
/external/skia/experimental/sktext/src/
DText.cpp442 SkTArray<SkUnicode::BidiLevel> runLevels; in getVisualOrder() local
/external/skia/modules/skparagraph/src/
DTextLine.cpp137 SkAutoSTArray<kPreallocCount, SkUnicode::BidiLevel> runLevels(numRuns); in TextLine() local