Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.h447 size_t fByteLength; variable
466 size_t fByteLength; variable
484 size_t fByteLength; variable
502 size_t fByteLength; variable
DSkDrawCommand.cpp2386 fByteLength = byteLength; in SkDrawPosTextCommand()
2400 canvas->drawPosText(fText, fByteLength, fPos, fPaint); in execute()
2406 ((const char*) fText) + fByteLength); in toJSON()
2408 for (size_t i = 0; i < fByteLength; i++) { in toJSON()
2438 fByteLength = byteLength; in SkDrawPosTextHCommand()
2453 canvas->drawPosTextH(fText, fByteLength, fXpos, fConstY, fPaint); in execute()
2815 fByteLength = byteLength; in SkDrawTextCommand()
2827 canvas->drawText(fText, fByteLength, fX, fY, fPaint); in execute()
2833 ((const char*) fText) + fByteLength); in toJSON()
2856 fByteLength = byteLength; in SkDrawTextOnPathCommand()
[all …]
/external/skia/src/core/
DSkPicturePlayback.cpp71 size_t length() { return fByteLength; } in length()
73 size_t fByteLength; member in TextContainer
78 size_t length = text->fByteLength = reader->readInt(); in get_text()