Lines Matching refs:fByteLength
2386 fByteLength = byteLength; in SkDrawPosTextCommand()
2400 canvas->drawPosText(fText, fByteLength, fPos, fPaint); in execute()
2406 ((const char*) fText) + fByteLength); in toJSON()
2408 for (size_t i = 0; i < fByteLength; i++) { in toJSON()
2438 fByteLength = byteLength; in SkDrawPosTextHCommand()
2453 canvas->drawPosTextH(fText, fByteLength, fXpos, fConstY, fPaint); in execute()
2815 fByteLength = byteLength; in SkDrawTextCommand()
2827 canvas->drawText(fText, fByteLength, fX, fY, fPaint); in execute()
2833 ((const char*) fText) + fByteLength); in toJSON()
2856 fByteLength = byteLength; in SkDrawTextOnPathCommand()
2874 canvas->drawTextOnPath(fText, fByteLength, fPath, in execute()
2882 ((const char*) fText) + fByteLength); in toJSON()