HomeSort by relevance Sort by last modified time
    Searched defs:fRuns (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkAntiRun.h 22 int16_t* fRuns;
28 SkASSERT(fRuns[0] > 0);
29 return fAlpha[0] == 0 && fRuns[fRuns[0]] == 0;
53 SkASSERT(fRuns[offsetX] >= 0);
55 int16_t* runs = fRuns + offsetX;
SkAAClip.h 126 int16_t* fRuns;
SkScan_AntiPath.cpp 113 /// Once fRuns contains a complete supersampled row, flush() blits
127 // ever be updated in advanceRuns(), and fRuns should always point to
132 SkAlphaRuns fRuns;
137 // This function updates the fRuns variable to point to the next buffer space
139 // and resets fRuns to point to an empty scanline.
143 fRuns.fRuns = reinterpret_cast<int16_t*>(
145 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1)
    [all...]
  /external/skia/src/core/
SkAntiRun.h 22 int16_t* fRuns;
28 SkASSERT(fRuns[0] > 0);
29 return fAlpha[0] == 0 && fRuns[fRuns[0]] == 0;
53 SkASSERT(fRuns[offsetX] >= 0);
55 int16_t* runs = fRuns + offsetX;
SkAAClip.h 120 int16_t* fRuns;
SkScan_AntiPath.cpp 111 sk_free(fRuns.fRuns);
114 /// Once fRuns contains a complete supersampled row, flush() blits
126 SkAlphaRuns fRuns;
136 fRuns.fRuns = (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t));
137 fRuns.fAlpha = (uint8_t*)(fRuns.fRuns + width + 1);
138 fRuns.reset(width)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 326 const RunType* fRuns;
359 const SkRegion::RunType* fRuns;
  /external/skia/include/core/
SkRegion.h 326 const RunType* fRuns;
359 const SkRegion::RunType* fRuns;
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_Blitter.h 120 fBufferedRuns[fNextRun].fRuns = &kLongestRun;
132 fBufferedRuns[fNextRun].fRuns = runs;
400 const int16_t* fRuns;
474 fBufferedRuns[i].fRuns = &kLongestRun;
530 nextX[i] = *(fBufferedRuns[i].fRuns);
597 const int16_t run = *(fBufferedRuns[i].fRuns);
598 fBufferedRuns[i].fRuns += run;
601 nextX[i] += *(fBufferedRuns[i].fRuns);
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 171 VisualRun **fRuns;
657 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
663 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)

Completed in 1119 milliseconds