Home | History | Annotate | Download | only in debugger

Lines Matching refs:fByteLength

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