Home | History | Annotate | Download | only in xps

Lines Matching refs:byteLen

2107                            const void* text, size_t byteLen,
2110 if (byteLen < 1) return;
2114 paint.getTextPath(text, byteLen, x, y, &path);
2133 static_cast<const char*>(text), byteLen));
2138 paint.getTextEncoding(), static_cast<const char*>(text), byteLen,
2166 const void* text, size_t byteLen,
2169 if (byteLen < 1) return;
2193 static_cast<const char*>(text), byteLen));
2198 paint.getTextEncoding(), static_cast<const char*>(text), byteLen,