Home | History | Annotate | Download | only in debugger

Lines Matching refs:fText

580     fText = new char[byteLength];
581 memcpy(fText, text, byteLength);
596 canvas->drawPosText(fText, fByteLength, fPos, fPaint);
606 fText = new char[byteLength];
607 memcpy(fText, text, byteLength);
623 canvas->drawPosTextH(fText, fByteLength, fXpos, fConstY, fPaint);
712 fText = new char[byteLength];
713 memcpy(fText, text, byteLength);
726 canvas->drawText(fText, fByteLength, fX, fY, fPaint);
733 fText = new char[byteLength];
734 memcpy(fText, text, byteLength);
753 canvas->drawTextOnPath(fText, fByteLength, fPath,