Home
last modified time | relevance | path

Searched refs:fByteLength (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/utils/debugger/
DSkDrawCommand.cpp562 fByteLength = byteLength; in SkDrawPosTextCommand()
576 canvas->drawPosText(fText, fByteLength, fPos, fPaint); in execute()
588 fByteLength = byteLength; in SkDrawPosTextHCommand()
603 canvas->drawPosTextH(fText, fByteLength, fXpos, fConstY, fPaint); in execute()
746 fByteLength = byteLength; in SkDrawTextCommand()
758 canvas->drawText(fText, fByteLength, fX, fY, fPaint); in execute()
767 fByteLength = byteLength; in SkDrawTextOnPathCommand()
785 canvas->drawTextOnPath(fText, fByteLength, fPath, in execute()
DSkDrawCommand.h394 size_t fByteLength; variable
410 size_t fByteLength; variable
425 size_t fByteLength; variable
442 size_t fByteLength; variable
/external/skia/src/core/
DSkPicturePlayback.cpp52 size_t length() { return fByteLength; } in length()
54 size_t fByteLength; member in TextContainer
59 size_t length = text->fByteLength = reader->readInt(); in get_text()