Lines Matching refs:fCurrentRun
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);
354 return SkToBool(fCurrentRun->font().flags() & SkPaint::kLCDRenderText_Flag);