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

1 2

  /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_AAAPath.cpp 321 // ever be updated in advanceRuns(), and fRuns should always point to
326 SkAlphaRuns fRuns;
342 // This function updates the fRuns variable to point to the next buffer space
344 // and resets fRuns to point to an empty scanline.
348 fRuns.fRuns = reinterpret_cast<int16_t*>(
350 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1);
351 fRuns.reset(fWidth)
    [all...]
SkScan_AntiPath.cpp 115 /// Once fRuns contains a complete supersampled row, flush() blits
129 // ever be updated in advanceRuns(), and fRuns should always point to
134 SkAlphaRuns fRuns;
139 // This function updates the fRuns variable to point to the next buffer space
141 // and resets fRuns to point to an empty scanline.
145 fRuns.fRuns = reinterpret_cast<int16_t*>(
147 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1)
    [all...]
SkRegion.cpp     [all...]
SkAAClip.h 125 int16_t* fRuns;
SkAAClip.cpp     [all...]
  /external/skqp/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_AAAPath.cpp 321 // ever be updated in advanceRuns(), and fRuns should always point to
326 SkAlphaRuns fRuns;
342 // This function updates the fRuns variable to point to the next buffer space
344 // and resets fRuns to point to an empty scanline.
348 fRuns.fRuns = reinterpret_cast<int16_t*>(
350 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1);
351 fRuns.reset(fWidth)
    [all...]
SkScan_AntiPath.cpp 115 /// Once fRuns contains a complete supersampled row, flush() blits
129 // ever be updated in advanceRuns(), and fRuns should always point to
134 SkAlphaRuns fRuns;
139 // This function updates the fRuns variable to point to the next buffer space
141 // and resets fRuns to point to an empty scanline.
145 fRuns.fRuns = reinterpret_cast<int16_t*>(
147 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1)
    [all...]
SkRegion.cpp     [all...]
SkAAClip.h 125 int16_t* fRuns;
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 178 VisualRun **fRuns;
664 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
670 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
  /external/skqp/src/gpu/text/
GrTextBlob.h 141 SubRun& newRun = fRuns[fRunCount].fSubRunInfo.back();
142 SubRun& lastRun = fRuns[fRunCount - 1].fSubRunInfo.back();
147 return &fRuns[fRunCount - 1];
184 const Run& run = fRuns[runIndex];
240 fRuns[i].~Run();
272 fRuns[i].fSubRunInfo[0].init(fInitialViewMatrix, x, y);
536 Run* fRuns;
GrTextBlob.cpp 49 blob->fRuns = SkTAddOffset<GrTextBlob::Run>(blob.get(), runs);
53 new (&blob->fRuns[i]) GrTextBlob::Run{blob.get(), color};
232 Run& run = fRuns[runIndex];
376 const GrTextBlob::SubRun& info = fRuns[run].fSubRunInfo[subRun];
400 const Run& lRun = l.fRuns[i];
401 const Run& rRun = r.fRuns[i];
GrTextBlobVertexRegenerator.cpp 134 , fRun(&blob->fRuns[runIdx])
135 , fSubRun(&blob->fRuns[runIdx].fSubRunInfo[subRunIdx])
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp     [all...]
  /external/skia/src/gpu/text/
GrTextBlob.cpp 52 blob->fRuns = SkTAddOffset<GrTextBlob::Run>(blob.get(), runs);
56 new (&blob->fRuns[i]) GrTextBlob::Run{blob.get(), color};
232 Run& run = fRuns[runIndex];
376 const GrTextBlob::SubRun& info = fRuns[run].fSubRunInfo[subRun];
400 const Run& lRun = l.fRuns[i];
401 const Run& rRun = r.fRuns[i];
GrTextBlob.h 144 SubRun& newRun = fRuns[fRunCount].fSubRunInfo.back();
145 SubRun& lastRun = fRuns[fRunCount - 1].fSubRunInfo.back();
187 const Run& run = fRuns[runIndex];
243 fRuns[i].~Run();
272 fRuns[i].fSubRunInfo[0].init(fInitialViewMatrix, x, y);
564 Run* fRuns;
GrTextBlobVertexRegenerator.cpp 134 , fRun(&blob->fRuns[runIdx])
135 , fSubRun(&blob->fRuns[runIdx].fSubRunInfo[subRunIdx])
  /external/skia/include/core/
SkRegion.h 523 const SkRegion::RunType* fRuns;
594 const SkRegion::RunType* fRuns;
  /external/skqp/include/core/
SkRegion.h 523 const SkRegion::RunType* fRuns;
594 const SkRegion::RunType* fRuns;
  /external/skqp/modules/skshaper/src/
SkShaper_harfbuzz.cpp 456 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0)
462 return fRuns == that.fRuns &&
467 return fRuns != that.fRuns ||
473 const SkTArray<ShapedRun>& runs = *fRuns;
489 const SkTArray<ShapedRun>& runs = *fRuns;
496 const SkTArray<ShapedRun>* fRuns;
  /external/skia/modules/skshaper/src/
SkShaper_harfbuzz.cpp 756 : fRuns(&origRuns), fRunIndex(0), fGlyphIndex(0)
762 return fRuns == that.fRuns &&
767 return fRuns != that.fRuns ||
773 const SkTArray<ShapedRun>& runs = *fRuns;
789 const SkTArray<ShapedRun>& runs = *fRuns;
796 const SkTArray<ShapedRun>* fRuns;
    [all...]

Completed in 1036 milliseconds

1 2