Searched refs:fCurrentRun (Results 1 – 3 of 3) sorted by relevance
303 : 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()
130 int fCurrentRun; member in SuperBlitter141 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()
34 const SkTextBlob::RunRecord* fCurrentRun;