Home | History | Annotate | Download | only in xps

Lines Matching refs:byteLen

2272                            const void* text, size_t byteLen,
2275 if (byteLen < 1) return;
2279 paint.getTextPath(text, byteLen, x, y, &path);
2291 text_draw_init(paint, text, byteLen, *typeface->glyphsUsed, myDraw, procs);
2293 myDraw.drawText(static_cast<const char*>(text), byteLen, x, y, paint);
2321 const void* text, size_t byteLen,
2325 if (byteLen < 1) return;
2342 text_draw_init(paint, text, byteLen, *typeface->glyphsUsed, myDraw, procs);
2344 myDraw.drawPosText(static_cast<const char*>(text), byteLen,