Lines Matching full:ftext
538 fText = new char[byteLength];
539 memcpy(fText, text, byteLength);
555 canvas->drawPosText(fText, fByteLength, fPos, fPaint);
564 fText = new char[byteLength];
565 memcpy(fText, text, byteLength);
582 canvas->drawPosTextH(fText, fByteLength, fXpos, fConstY, fPaint);
648 fText = new char[byteLength];
649 memcpy(fText, text, byteLength);
663 canvas->drawText(fText, fByteLength, fX, fY, fPaint);
669 fText = new char[byteLength];
670 memcpy(fText, text, byteLength);
690 canvas->drawTextOnPath(fText, fByteLength, fPath,