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

  /external/skia/src/core/
SkTextBlobRunIterator.h 34 const SkTextBlob::RunRecord* fCurrentRun;
SkTextBlob.cpp 303 : fCurrentRun(SkTextBlob::RunRecord::First(blob))
316 SkDEBUGCODE(fCurrentRun->validate(fStorageTop);)
317 fCurrentRun = SkTextBlob::RunRecord::Next(fCurrentRun);
324 return fCurrentRun->glyphCount();
329 return fCurrentRun->glyphBuffer();
334 return fCurrentRun->posBuffer();
339 return fCurrentRun->offset();
344 return fCurrentRun->positioning();
350 fCurrentRun->font().applyToPaint(paint)
    [all...]
SkScan_AntiPath.cpp 130 int fCurrentRun;
137 // with adequate storage for a SkAlphaRuns. It mostly just advances fCurrentRun
141 fCurrentRun = (fCurrentRun + 1) % fRunsToBuffer;
143 reinterpret_cast<uint8_t*>(fRunsBuffer) + fCurrentRun * kRunsSz);
157 fCurrentRun = -1;
167 SkASSERT(fCurrentRun < fRunsToBuffer);

Completed in 269 milliseconds