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

  /external/skia/src/core/
SkAntiRun.h 21 int16_t* fRuns;
33 SkASSERT(fRuns[0] > 0);
34 return fAlpha[0] == 0 && fRuns[fRuns[0]] == 0;
58 SkASSERT(fRuns[offsetX] >= 0);
60 int16_t* runs = fRuns + offsetX;
SkAAClip.h 125 int16_t* fRuns;
SkScan_AntiPath.cpp 112 /// Once fRuns contains a complete supersampled row, flush() blits
126 // ever be updated in advanceRuns(), and fRuns should always point to
131 SkAlphaRuns fRuns;
136 // This function updates the fRuns variable to point to the next buffer space
138 // and resets fRuns to point to an empty scanline.
142 fRuns.fRuns = reinterpret_cast<int16_t*>(
144 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1)
    [all...]
SkScan_AAAPath.cpp 311 // ever be updated in advanceRuns(), and fRuns should always point to
316 SkAlphaRuns fRuns;
332 // This function updates the fRuns variable to point to the next buffer space
334 // and resets fRuns to point to an empty scanline.
338 fRuns.fRuns = reinterpret_cast<int16_t*>(
340 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1);
341 fRuns.reset(fWidth)
    [all...]
  /external/skqp/src/core/
SkAntiRun.h 21 int16_t* fRuns;
33 SkASSERT(fRuns[0] > 0);
34 return fAlpha[0] == 0 && fRuns[fRuns[0]] == 0;
58 SkASSERT(fRuns[offsetX] >= 0);
60 int16_t* runs = fRuns + offsetX;
SkAAClip.h 125 int16_t* fRuns;
SkScan_AntiPath.cpp 112 /// Once fRuns contains a complete supersampled row, flush() blits
126 // ever be updated in advanceRuns(), and fRuns should always point to
131 SkAlphaRuns fRuns;
136 // This function updates the fRuns variable to point to the next buffer space
138 // and resets fRuns to point to an empty scanline.
142 fRuns.fRuns = reinterpret_cast<int16_t*>(
144 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1)
    [all...]
SkScan_AAAPath.cpp 311 // ever be updated in advanceRuns(), and fRuns should always point to
316 SkAlphaRuns fRuns;
332 // This function updates the fRuns variable to point to the next buffer space
334 // and resets fRuns to point to an empty scanline.
338 fRuns.fRuns = reinterpret_cast<int16_t*>(
340 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1);
341 fRuns.reset(fWidth)
    [all...]
  /external/skia/include/core/
SkRegion.h 335 const RunType* fRuns;
368 const SkRegion::RunType* fRuns;
  /external/skqp/include/core/
SkRegion.h 335 const RunType* fRuns;
368 const SkRegion::RunType* fRuns;
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 180 VisualRun **fRuns;
666 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
672 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 398 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0)
404 return fRuns == that.fRuns &&
409 return fRuns != that.fRuns ||
415 const SkTArray<ShapedRun>& runs = *fRuns;
431 const SkTArray<ShapedRun>& runs = *fRuns;
438 const SkTArray<ShapedRun>* fRuns;
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 396 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0)
402 return fRuns == that.fRuns &&
407 return fRuns != that.fRuns ||
413 const SkTArray<ShapedRun>& runs = *fRuns;
429 const SkTArray<ShapedRun>& runs = *fRuns;
436 const SkTArray<ShapedRun>* fRuns;
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 138 Run::SubRunInfo& newRun = fRuns[currRun].fSubRunInfo.back();
139 Run::SubRunInfo& lastRun = fRuns[currRun - 1].fSubRunInfo.back();
146 Run& run = fRuns[runIndex];
155 fRuns[runIndex].fPaintFlags = paintFlags & Run::kPaintFlagsMask;
167 Run& run = fRuns[runIndex];
222 const Run& run = fRuns[runIndex];
275 fRuns[i].~Run();
309 fRuns[i].fSubRunInfo[0].init(fInitialViewMatrix, x, y);
532 Run* fRuns;
  /external/skqp/src/gpu/text/
GrAtlasTextBlob.h 129 Run::SubRunInfo& newRun = fRuns[currRun].fSubRunInfo.back();
130 Run::SubRunInfo& lastRun = fRuns[currRun - 1].fSubRunInfo.back();
137 Run& run = fRuns[runIndex];
146 fRuns[runIndex].fTooBigForAtlas = true;
158 Run& run = fRuns[runIndex];
217 const Run& run = fRuns[runIndex];
270 fRuns[i].~Run();
322 fRuns[i].fSubRunInfo[0].init(fInitialViewMatrix, x, y);
537 Run* fRuns;

Completed in 224 milliseconds