Lines Matching refs:fCurrentRunBuffer
452 fCurrentRunBuffer.glyphs = run->glyphBuffer() + preMergeCount; in mergeRun()
453 fCurrentRunBuffer.pos = run->posBuffer() in mergeRun()
469 fCurrentRunBuffer = { nullptr, nullptr, nullptr, nullptr }; in allocInternal()
479 fCurrentRunBuffer = { nullptr, nullptr, nullptr, nullptr }; in allocInternal()
490 fCurrentRunBuffer.glyphs = run->glyphBuffer(); in allocInternal()
491 fCurrentRunBuffer.pos = run->posBuffer(); in allocInternal()
492 fCurrentRunBuffer.utf8text = run->textBuffer(); in allocInternal()
493 fCurrentRunBuffer.clusters = run->clusterBuffer(); in allocInternal()
502 SkASSERT(textSize > 0 || nullptr == fCurrentRunBuffer.utf8text); in allocInternal()
503 SkASSERT(textSize > 0 || nullptr == fCurrentRunBuffer.clusters); in allocInternal()
519 return fCurrentRunBuffer; in allocRun()
526 return fCurrentRunBuffer; in allocRunPosH()
532 return fCurrentRunBuffer; in allocRunPos()
538 return fCurrentRunBuffer; in allocRunRSXform()
547 return fCurrentRunBuffer; in allocRunText()
557 return fCurrentRunBuffer; in allocRunTextPosH()
565 return fCurrentRunBuffer; in allocRunTextPos()
574 return fCurrentRunBuffer; in allocRunRSXform()