Searched refs:getRuns (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 45 le_int32 getRuns(le_int32 runLimits[], le_int32 styleIndices[]); 121 le_int32 StyleRuns::getRuns(le_int32 runLimits[], le_int32 styleIndices[]) in getRuns() function in StyleRuns 366 fStyleRunCount = styleRuns.getRuns(NULL, NULL); in ParagraphLayout() 375 styleRuns.getRuns(fStyleRunLimits, fStyleIndices); in ParagraphLayout() 790 le_int32 styleRunCount = styleRuns.getRuns(NULL, NULL); in computeSubFonts() 796 styleRuns.getRuns(styleRunLimits, styleIndices); in computeSubFonts()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 3733 BidiLine.getRuns(this); in setParaRunsOnly() 4872 BidiLine.getRuns(this); in countRuns() 4943 BidiLine.getRuns(this); in getVisualRun() 5048 BidiLine.getRuns(this); in getLogicalIndex() 5566 BidiLine.getRuns(this); in getRunLevel() 5589 BidiLine.getRuns(this); in getRunStart() 5613 BidiLine.getRuns(this); in getRunLimit()
|
D | BidiLine.java | 284 getRuns(bidi); in getLogicalRun() 478 static void getRuns(Bidi bidi) { in getRuns() method in BidiLine 820 getRuns(bidi); in getVisualIndex()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 3697 BidiLine.getRuns(this); in setParaRunsOnly() 4810 BidiLine.getRuns(this); in countRuns() 4880 BidiLine.getRuns(this); in getVisualRun() 4983 BidiLine.getRuns(this); in getLogicalIndex() 5476 BidiLine.getRuns(this); in getRunLevel() 5498 BidiLine.getRuns(this); in getRunStart() 5521 BidiLine.getRuns(this); in getRunLimit()
|
D | BidiLine.java | 285 getRuns(bidi); in getLogicalRun() 479 static void getRuns(Bidi bidi) { in getRuns() method in BidiLine 821 getRuns(bidi); in getVisualIndex()
|
/external/skia/include/core/ |
D | SkRegion.h | 430 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
|
/external/skia/src/core/ |
D | SkRegion.cpp | 415 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns() function in SkRegion 1068 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals); in Oper() 1069 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals); in Oper()
|