Searched refs:levelRuns (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/layoutex/ |
D | playout.cpp | 31 const pl_valueRuns *levelRuns, in pl_create() argument 39 … (const ValueRuns *) levelRuns, (const ValueRuns *) scriptRuns, (const LocaleRuns *) localeRuns, in pl_create()
|
D | ParagraphLayout.cpp | 315 const ValueRuns *levelRuns, in ParagraphLayout() argument 321 … fFontRuns(NULL), fLevelRuns(levelRuns), fScriptRuns(scriptRuns), fLocaleRuns(localeRuns), in ParagraphLayout() 734 ValueRuns *levelRuns = new ValueRuns(levelRunCount); in computeLevels() local 743 levelRuns->add(level, limit); in computeLevels() 747 fLevelRuns = levelRuns; in computeLevels()
|
/third_party/icu/icu4c/source/layoutex/layout/ |
D | playout.h | 102 const pl_valueRuns *levelRuns,
|
D | ParagraphLayout.h | 398 const ValueRuns *levelRuns,
|