Searched refs:getRuns (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 43 le_int32 getRuns(le_int32 runLimits[], le_int32 styleIndices[]); 119 le_int32 StyleRuns::getRuns(le_int32 runLimits[], le_int32 styleIndices[]) in getRuns() function in StyleRuns 364 fStyleRunCount = styleRuns.getRuns(NULL, NULL); in ParagraphLayout() 373 styleRuns.getRuns(fStyleRunLimits, fStyleIndices); in ParagraphLayout() 788 le_int32 styleRunCount = styleRuns.getRuns(NULL, NULL); in computeSubFonts() 794 styleRuns.getRuns(styleRunLimits, styleIndices); in computeSubFonts()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 3672 BidiLine.getRuns(this); in setParaRunsOnly() 4783 BidiLine.getRuns(this); in countRuns() 4853 BidiLine.getRuns(this); in getVisualRun() 4956 BidiLine.getRuns(this); in getLogicalIndex() 5442 BidiLine.getRuns(this); in getRunLevel() 5464 BidiLine.getRuns(this); in getRunStart() 5487 BidiLine.getRuns(this); in getRunLimit()
|
D | BidiLine.java | 283 getRuns(bidi); in getLogicalRun() 477 static void getRuns(Bidi bidi) { in getRuns() method in BidiLine 819 getRuns(bidi); in getVisualIndex()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 3709 BidiLine.getRuns(this); in setParaRunsOnly() 4846 BidiLine.getRuns(this); in countRuns() 4917 BidiLine.getRuns(this); in getVisualRun() 5022 BidiLine.getRuns(this); in getLogicalIndex() 5533 BidiLine.getRuns(this); in getRunLevel() 5556 BidiLine.getRuns(this); in getRunStart() 5580 BidiLine.getRuns(this); in getRunLimit()
|
D | BidiLine.java | 282 getRuns(bidi); in getLogicalRun() 476 static void getRuns(Bidi bidi) { in getRuns() method in BidiLine 818 getRuns(bidi); in getVisualIndex()
|
/external/skia/include/core/ |
D | SkRegion.h | 422 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
|
/external/skia/src/core/ |
D | SkRegion.cpp | 414 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], in getRuns() function in SkRegion 1066 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals); in Oper() 1067 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals); in Oper()
|