Home
last modified time | relevance | path

Searched refs:fCurrentRun (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkTextBlob.cpp303 : fCurrentRun(SkTextBlob::RunRecord::First(blob)) in SkTextBlobRunIterator()
316 SkDEBUGCODE(fCurrentRun->validate(fStorageTop);) in next()
317 fCurrentRun = SkTextBlob::RunRecord::Next(fCurrentRun); in next()
324 return fCurrentRun->glyphCount(); in glyphCount()
329 return fCurrentRun->glyphBuffer(); in glyphs()
334 return fCurrentRun->posBuffer(); in pos()
339 return fCurrentRun->offset(); in offset()
344 return fCurrentRun->positioning(); in positioning()
350 fCurrentRun->font().applyToPaint(paint); in applyFontToPaint()
354 return SkToBool(fCurrentRun->font().flags() & SkPaint::kLCDRenderText_Flag); in isLCD()
DSkScan_AntiPath.cpp130 int fCurrentRun; member in SuperBlitter
141 fCurrentRun = (fCurrentRun + 1) % fRunsToBuffer; in advanceRuns()
143 reinterpret_cast<uint8_t*>(fRunsBuffer) + fCurrentRun * kRunsSz); in advanceRuns()
157 fCurrentRun = -1; in SuperBlitter()
167 SkASSERT(fCurrentRun < fRunsToBuffer); in flush()
DSkTextBlobRunIterator.h34 const SkTextBlob::RunRecord* fCurrentRun;