Lines Matching full:bytelength
1000 @param byteLength The number of bytes to read from the text parameter
1005 void drawText(const void* text, size_t byteLength, SkScalar x, SkScalar y,
1011 @param byteLength The number of bytes to read from the text parameter
1015 void drawPosText(const void* text, size_t byteLength, const SkPoint pos[],
1022 @param byteLength The number of bytes to read from the text parameter
1027 void drawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], SkScalar constY,
1034 @param byteLength The number of bytes to read from the text parameter
1042 void drawTextOnPathHV(const void* text, size_t byteLength, const SkPath& path, SkScalar hOffset,
1049 @param byteLength The number of bytes to read from the text parameter
1055 void drawTextOnPath(const void* text, size_t byteLength, const SkPath& path,
1063 void drawTextRSXform(const void* text, size_t byteLength, const SkRSXform[],
1426 virtual void onDrawText(const void* text, size_t byteLength, SkScalar x,
1429 virtual void onDrawPosText(const void* text, size_t byteLength,
1432 virtual void onDrawPosTextH(const void* text, size_t byteLength,
1436 virtual void onDrawTextOnPath(const void* text, size_t byteLength,
1439 virtual void onDrawTextRSXform(const void* text, size_t byteLength, const SkRSXform[],