Home | History | Annotate | Download | only in pipe

Lines Matching full:bytelength

384     uint32_t byteLength = packedVerb & kTextLength_DrawTextOnPathMask;
388 if (0 == byteLength) {
389 byteLength = reader.read32();
391 const void* text = reader.skip(SkAlign4(byteLength));
400 canvas->drawTextOnPath(text, byteLength, path, matrix, read_paint(reader));