Searched defs:runIndex (Results 1 - 20 of 20) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiLine.java305 static BidiRun getVisualRun(Bidi bidi, int runIndex) argument
307 int start = bidi.runs[runIndex].start;
309 byte level = bidi.runs[runIndex].level;
311 if (runIndex > 0) {
313 bidi.runs[runIndex].limit -
314 bidi.runs[runIndex - 1].limit;
529 int runIndex, start;
548 runIndex = 0;
567 runs[runIndex] = new BidiRun(start, i - start, level);
568 ++runIndex;
[all...]
H A DBidi.java4859 * @param runIndex is the number of the run in visual order, in the
4869 * @throws IllegalArgumentException if <code>runIndex</code> is not in
4870 * the range <code>0&lt;=runIndex&lt;countRuns()</code>
4878 public BidiRun getVisualRun(int runIndex) argument
4882 verifyRange(runIndex, 0, runCount);
4883 return BidiLine.getVisualRun(this, runIndex);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiLine.java304 static BidiRun getVisualRun(Bidi bidi, int runIndex) argument
306 int start = bidi.runs[runIndex].start;
308 byte level = bidi.runs[runIndex].level;
310 if (runIndex > 0) {
312 bidi.runs[runIndex].limit -
313 bidi.runs[runIndex - 1].limit;
528 int runIndex, start;
547 runIndex = 0;
566 runs[runIndex] = new BidiRun(start, i - start, level);
567 ++runIndex;
[all...]
H A DBidi.java4920 * @param runIndex is the number of the run in visual order, in the
4930 * @throws IllegalArgumentException if <code>runIndex</code> is not in
4931 * the range <code>0&lt;=runIndex&lt;countRuns()</code>
4940 public BidiRun getVisualRun(int runIndex) argument
4944 verifyRange(runIndex, 0, runCount);
4945 return BidiLine.getVisualRun(this, runIndex);
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp213 pl_getLineVisualRun(const pl_line *line, le_int32 runIndex) argument
221 return (pl_visualRun *) ll->getVisualRun(runIndex);
/external/icu/icu4c/source/common/
H A Dubidiln.cpp363 ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, argument
373 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR);
375 start=pBiDi->runs[runIndex].logicalStart;
380 if(runIndex>0) {
381 *pLength=pBiDi->runs[runIndex].visualLimit-
382 pBiDi->runs[runIndex-1].visualLimit;
601 int32_t runIndex, start; local
622 runIndex=0;
641 runs[runIndex].logicalStart=start;
642 runs[runIndex]
689 int32_t runIndex; local
698 int32_t runIndex; local
[all...]
/external/skia/src/gpu/text/
H A DGrAtlasTextBlob.cpp57 SkGlyphCache* GrAtlasTextBlob::setupCache(int runIndex, argument
62 GrAtlasTextBlob::Run* run = &fRuns[runIndex];
76 void GrAtlasTextBlob::appendGlyph(int runIndex, argument
97 this->appendPathGlyph(runIndex, *glyph->fPath, x, y, scale, preTransformed);
101 Run& run = fRuns[runIndex];
157 void GrAtlasTextBlob::appendPathGlyph(int runIndex, const SkPath& path, SkScalar x, SkScalar y, argument
159 Run& run = fRuns[runIndex];
315 for (int runIndex = 0; runIndex <= lastRun; runIndex
[all...]
H A DGrAtlasTextContext.cpp366 void GrAtlasTextContext::DrawBmpText(GrAtlasTextBlob* blob, int runIndex, argument
383 DrawBmpTextAsPaths(blob, runIndex, glyphCache, props, paint, scalerContextFlags, viewMatrix,
389 SkGlyphCache* cache = blob->setupCache(runIndex, props, scalerContextFlags, paint, &viewMatrix);
394 BmpAppendGlyph(blob, runIndex, glyphCache, &currStrike,
404 void GrAtlasTextContext::DrawBmpPosText(GrAtlasTextBlob* blob, int runIndex, argument
423 DrawBmpPosTextAsPaths(blob, runIndex, glyphCache, props, paint, scalerContextFlags,
429 SkGlyphCache* cache = blob->setupCache(runIndex, props, scalerContextFlags, paint, &viewMatrix);
435 BmpAppendGlyph(blob, runIndex, glyphCache, &currStrike, glyph,
444 void GrAtlasTextContext::DrawBmpTextAsPaths(GrAtlasTextBlob* blob, int runIndex, argument
473 blob->appendPathGlyph(runIndex, *iterPat
481 DrawBmpPosTextAsPaths(GrAtlasTextBlob* blob, int runIndex, GrGlyphCache* glyphCache, const SkSurfaceProps& props, const GrTextUtils::Paint& origPaint, SkScalerContextFlags scalerContextFlags, const SkMatrix& viewMatrix, const char text[], size_t byteLength, const SkScalar pos[], int scalarsPerPosition, const SkPoint& offset) argument
540 BmpAppendGlyph(GrAtlasTextBlob* blob, int runIndex, GrGlyphCache* grGlyphCache, sk_sp<GrTextStrike>* strike, const SkGlyph& skGlyph, SkScalar sx, SkScalar sy, GrColor color, SkGlyphCache* skGlyphCache, SkScalar textRatio) argument
673 drawDFText(GrAtlasTextBlob* blob, int runIndex, GrGlyphCache* glyphCache, const SkSurfaceProps& props, const GrTextUtils::Paint& paint, SkScalerContextFlags scalerContextFlags, const SkMatrix& viewMatrix, const char text[], size_t byteLength, SkScalar x, SkScalar y) const argument
748 drawDFPosText(GrAtlasTextBlob* blob, int runIndex, GrGlyphCache* glyphCache, const SkSurfaceProps& props, const GrTextUtils::Paint& paint, SkScalerContextFlags scalerContextFlags, const SkMatrix& viewMatrix, const char text[], size_t byteLength, const SkScalar pos[], int scalarsPerPosition, const SkPoint& offset) const argument
817 DfAppendGlyph(GrAtlasTextBlob* blob, int runIndex, GrGlyphCache* grGlyphCache, sk_sp<GrTextStrike>* strike, const SkGlyph& skGlyph, SkScalar sx, SkScalar sy, GrColor color, SkGlyphCache* skGlyphCache, SkScalar textRatio) argument
875 drawText(GrAtlasTextBlob* blob, int runIndex, GrGlyphCache* glyphCache, const SkSurfaceProps& props, const GrTextUtils::Paint& paint, SkScalerContextFlags scalerContextFlags) argument
[all...]
H A DGrAtlasTextBlob.h144 // sets the last subrun of runIndex to use distance field text
145 void setSubRunHasDistanceFields(int runIndex, bool hasLCD, bool isAntiAlias, bool hasWCoord) { argument
146 Run& run = fRuns[runIndex];
154 void setRunPaintFlags(int runIndex, uint16_t paintFlags) { argument
155 fRuns[runIndex].fPaintFlags = paintFlags & Run::kPaintFlagsMask;
166 void initOverride(int runIndex) { argument
167 Run& run = fRuns[runIndex];
173 SkGlyphCache* setupCache(int runIndex,
181 void appendGlyph(int runIndex,
190 void appendPathGlyph(int runIndex, cons
215 computeSubRunBounds(SkRect* outBounds, int runIndex, int subRunIndex, const SkMatrix& viewMatrix, SkScalar x, SkScalar y) argument
[all...]
/external/skqp/src/gpu/text/
H A DGrAtlasTextBlob.cpp51 SkGlyphCache* GrAtlasTextBlob::setupCache(int runIndex, argument
56 GrAtlasTextBlob::Run* run = &fRuns[runIndex];
70 void GrAtlasTextBlob::appendGlyph(int runIndex, argument
87 Run& run = fRuns[runIndex];
H A DGrAtlasTextContext.cpp383 void GrAtlasTextContext::DrawBmpText(GrAtlasTextBlob* blob, int runIndex, argument
401 SkGlyphCache* cache = blob->setupCache(runIndex, props, scalerContextFlags, paint, &viewMatrix);
406 BmpAppendGlyph(blob, runIndex, fontCache, &currStrike,
416 void GrAtlasTextContext::DrawBmpPosText(GrAtlasTextBlob* blob, int runIndex, argument
437 SkGlyphCache* cache = blob->setupCache(runIndex, props, scalerContextFlags, paint, &viewMatrix);
444 BmpAppendGlyph(blob, runIndex, fontCache, &currStrike, glyph,
453 void GrAtlasTextContext::BmpAppendGlyph(GrAtlasTextBlob* blob, int runIndex, argument
486 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, glyphCache, skGlyph, sx, sy,
585 void GrAtlasTextContext::drawDFText(GrAtlasTextBlob* blob, int runIndex, argument
656 this->drawDFPosText(blob, runIndex, fontCach
660 drawDFPosText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, const SkSurfaceProps& props, const GrTextUtils::Paint& paint, SkScalerContextFlags scalerContextFlags, const SkMatrix& viewMatrix, const char text[], size_t byteLength, const SkScalar pos[], int scalarsPerPosition, const SkPoint& offset) const argument
780 DfAppendGlyph(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* cache, GrAtlasTextStrike** strike, const SkGlyph& skGlyph, SkScalar sx, SkScalar sy, GrColor color, SkGlyphCache* glyphCache, SkScalar textRatio) argument
[all...]
H A DGrAtlasTextBlob.h135 // sets the last subrun of runIndex to use distance field text
136 void setSubRunHasDistanceFields(int runIndex, bool hasLCD, bool isAntiAlias, bool hasWCoord) { argument
137 Run& run = fRuns[runIndex];
145 void setRunTooBigForAtlas(int runIndex) { argument
146 fRuns[runIndex].fTooBigForAtlas = true;
157 void initOverride(int runIndex) { argument
158 Run& run = fRuns[runIndex];
164 SkGlyphCache* setupCache(int runIndex,
172 void appendGlyph(int runIndex,
210 void computeSubRunBounds(SkRect* outBounds, int runIndex, in argument
[all...]
/external/skia/tools/shape/
H A DSkShaper_harfbuzz.cpp677 int runIndex = glyphIterator.fRunIndex; local
681 if (previousRunIndex != runIndex) {
683 runs[runIndex].fPaint.getFontMetrics(&metrics);
687 previousRunIndex = runIndex;
697 int numRuns = runIndex - previousBreak.fRunIndex + 1;
711 int endGlyphIndex = (logicalIndex == runIndex)
/external/skqp/tools/shape/
H A DSkShaper_harfbuzz.cpp672 int runIndex = glyphIterator.fRunIndex; local
676 if (previousRunIndex != runIndex) {
678 runs[runIndex].fPaint.getFontMetrics(&metrics);
682 previousRunIndex = runIndex;
692 int numRuns = runIndex - previousBreak.fRunIndex + 1;
706 int endGlyphIndex = (logicalIndex == runIndex)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1366 milliseconds