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

  /external/skia/src/core/
SkAlphaRuns.cpp 16 sk_memset16((uint16_t*)fRuns, (uint16_t)(-42), width);
18 fRuns[0] = SkToS16(width);
19 fRuns[width] = 0;
30 const int16_t* runs = fRuns;
41 const int16_t* runs = fRuns;
62 const int16_t* runs = fRuns;
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;
SkScan_AntiPath.cpp 111 /// Once fRuns contains a complete supersampled row, flush() blits
125 // ever be updated in advanceRuns(), and fRuns should always point to
130 SkAlphaRuns fRuns;
135 // This function updates the fRuns variable to point to the next buffer space
137 // and resets fRuns to point to an empty scanline.
141 fRuns.fRuns = reinterpret_cast<int16_t*>(
143 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...]
SkRegion.cpp     [all...]
SkAAClip.h 125 int16_t* fRuns;
SkAAClip.cpp     [all...]
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 121 Run::SubRunInfo& newRun = fRuns[currRun].fSubRunInfo.back();
122 Run::SubRunInfo& lastRun = fRuns[currRun - 1].fSubRunInfo.back();
129 Run& run = fRuns[runIndex];
137 fRuns[runIndex].fDrawAsPaths = true;
149 Run& run = fRuns[runIndex];
206 const Run& run = fRuns[runIndex];
267 fRuns[i].~Run();
319 fRuns[i].fSubRunInfo[0].init(fInitialViewMatrix, x, y);
535 Run* fRuns;
GrAtlasTextBlob.cpp 40 cacheBlob->fRuns = reinterpret_cast<GrAtlasTextBlob::Run*>(cacheBlob->fGlyphs + glyphCount);
44 new (&cacheBlob->fRuns[i]) GrAtlasTextBlob::Run;
56 GrAtlasTextBlob::Run* run = &fRuns[runIndex];
87 Run& run = fRuns[runIndex];
298 int lastRun = fRuns[run].fSubRunInfo.count() - 1;
300 const Run::SubRunInfo& info = fRuns[run].fSubRunInfo[subRun];
400 if (fRuns[run].fDrawAsPaths) {
433 const GrAtlasTextBlob::Run::SubRunInfo& info = fRuns[run].fSubRunInfo[subRun];
467 const Run& lRun = l.fRuns[i];
468 const Run& rRun = r.fRuns[i]
    [all...]
GrAtlasTextBlob_regenInOp.cpp 251 Run& run = fRuns[runIndex];
  /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/icu/icu4c/source/layoutex/
ParagraphLayout.cpp     [all...]
  /external/skia/include/core/
SkRegion.h 333 const RunType* fRuns;
366 const SkRegion::RunType* fRuns;

Completed in 131 milliseconds