Home
last modified time | relevance | path

Searched refs:fRuns (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
DSkAlphaRuns.cpp17 sk_memset16((uint16_t*)fRuns, (uint16_t)(-42), width); in reset()
19 fRuns[0] = SkToS16(width); in reset()
20 fRuns[width] = 0; in reset()
31 const int16_t* runs = fRuns; in assertValid()
42 const int16_t* runs = fRuns; in dump()
63 const int16_t* runs = fRuns; in validate()
DSkScan_AntiPath.cpp111 sk_free(fRuns.fRuns); in ~SuperBlitter()
126 SkAlphaRuns fRuns; member in SuperBlitter
136 fRuns.fRuns = (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t)); in SuperBlitter()
137 fRuns.fAlpha = (uint8_t*)(fRuns.fRuns + width + 1); in SuperBlitter()
138 fRuns.reset(width); in SuperBlitter()
145 if (!fRuns.empty()) { in flush()
147 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns); in flush()
148 fRuns.reset(fWidth); in flush()
227 fOffsetX = fRuns.add(x >> SHIFT, coverage_to_partial_alpha(fb), in blitH()
233 fRuns.assertValid(y & MASK, (1 << (8 - SHIFT))); in blitH()
[all …]
DSkAntiRun.h22 int16_t* fRuns;
28 SkASSERT(fRuns[0] > 0); in empty()
29 return fAlpha[0] == 0 && fRuns[fRuns[0]] == 0; in empty()
53 SkASSERT(fRuns[offsetX] >= 0); in add()
55 int16_t* runs = fRuns + offsetX; in add()
DSkRegion.cpp1298 fRuns = NULL; in reset()
1300 fRuns = rgn.fRunHead->readonly_runs(); in reset()
1301 fRect.set(fRuns[3], fRuns[0], fRuns[4], fRuns[1]); in reset()
1302 fRuns += 5; in reset()
1313 if (fRuns == NULL) { // rect case in next()
1318 const RunType* runs = fRuns; in next()
1345 fRuns = runs; in next()
1405 fRuns = NULL; // means we're a rect, not a rgn in Spanerator()
1421 fRuns = runs; in Spanerator()
1436 if (fRuns == NULL) { // we're a rect in next()
[all …]
DSkAAClip.h120 int16_t* fRuns; variable
DSkAAClip.cpp1839 fRuns = (int16_t*)fScanlineScratch; in ensureRunsAndAA()
1840 fAA = (SkAlpha*)(fRuns + count); in ensureRunsAndAA()
1865 expandToRuns(row, initialCount, width, fRuns, fAA); in blitH()
1867 fBlitter->blitAntiH(x, y, fAA, fRuns); in blitH()
1923 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width()); in blitAntiH()
1924 fBlitter->blitAntiH(x, y, fAA, fRuns); in blitAntiH()
/external/skia/src/core/
DSkAlphaRuns.cpp17 sk_memset16((uint16_t*)fRuns, (uint16_t)(-42), width); in reset()
19 fRuns[0] = SkToS16(width); in reset()
20 fRuns[width] = 0; in reset()
31 const int16_t* runs = fRuns; in assertValid()
42 const int16_t* runs = fRuns; in dump()
63 const int16_t* runs = fRuns; in validate()
DSkScan_AntiPath.cpp111 sk_free(fRuns.fRuns); in ~SuperBlitter()
126 SkAlphaRuns fRuns; member in SuperBlitter
136 fRuns.fRuns = (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t)); in SuperBlitter()
137 fRuns.fAlpha = (uint8_t*)(fRuns.fRuns + width + 1); in SuperBlitter()
138 fRuns.reset(width); in SuperBlitter()
145 if (!fRuns.empty()) { in flush()
147 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns); in flush()
148 fRuns.reset(fWidth); in flush()
227 fOffsetX = fRuns.add(x >> SHIFT, coverage_to_partial_alpha(fb), in blitH()
233 fRuns.assertValid(y & MASK, (1 << (8 - SHIFT))); in blitH()
[all …]
DSkAntiRun.h22 int16_t* fRuns;
28 SkASSERT(fRuns[0] > 0); in empty()
29 return fAlpha[0] == 0 && fRuns[fRuns[0]] == 0; in empty()
53 SkASSERT(fRuns[offsetX] >= 0); in add()
55 int16_t* runs = fRuns + offsetX; in add()
DSkRegion.cpp1298 fRuns = NULL; in reset()
1300 fRuns = rgn.fRunHead->readonly_runs(); in reset()
1301 fRect.set(fRuns[3], fRuns[0], fRuns[4], fRuns[1]); in reset()
1302 fRuns += 5; in reset()
1313 if (fRuns == NULL) { // rect case in next()
1318 const RunType* runs = fRuns; in next()
1345 fRuns = runs; in next()
1405 fRuns = NULL; // means we're a rect, not a rgn in Spanerator()
1421 fRuns = runs; in Spanerator()
1436 if (fRuns == NULL) { // we're a rect in next()
[all …]
DSkAAClip.h120 int16_t* fRuns; variable
DSkAAClip.cpp1839 fRuns = (int16_t*)fScanlineScratch; in ensureRunsAndAA()
1840 fAA = (SkAlpha*)(fRuns + count); in ensureRunsAndAA()
1865 expandToRuns(row, initialCount, width, fRuns, fAA); in blitH()
1867 fBlitter->blitAntiH(x, y, fAA, fRuns); in blitH()
1923 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width()); in blitAntiH()
1924 fBlitter->blitAntiH(x, y, fAA, fRuns); in blitAntiH()
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp1165 delete fRuns[i]; in ~Line()
1168 LE_DELETE_ARRAY(fRuns); in ~Line()
1218 return fRuns[runIndex]; in getVisualRun()
1227 fRuns = LE_NEW_ARRAY(ParagraphLayout::VisualRun *, fRunCapacity); in append()
1230 fRuns = (ParagraphLayout::VisualRun **) LE_GROW_ARRAY(fRuns, fRunCapacity); in append()
1234fRuns[fRunCount++] = new ParagraphLayout::VisualRun(font, direction, glyphCount, glyphs, positions… in append()
1242 le_int32 ascent = fRuns[i]->getAscent(); in computeMetrics()
1243 le_int32 descent = fRuns[i]->getDescent(); in computeMetrics()
1244 le_int32 leading = fRuns[i]->getLeading(); in computeMetrics()
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h171 VisualRun **fRuns; variable
657 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL) in Line()
663 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL) in Line()
/external/chromium_org/third_party/skia/include/core/
DSkRegion.h326 const RunType* fRuns; variable
359 const SkRegion::RunType* fRuns;
/external/skia/include/core/
DSkRegion.h326 const RunType* fRuns; variable
359 const SkRegion::RunType* fRuns;