Searched refs:fByteLength (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkPicturePlayback.h | 95 size_t length() { return fByteLength; } in length() 97 size_t fByteLength; variable 160 size_t length = text->fByteLength = reader.readInt(); in getText()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPicturePlayback.h | 95 size_t length() { return fByteLength; } in length() 97 size_t fByteLength; variable 160 size_t length = text->fByteLength = reader.readInt(); in getText()
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
D | SkDrawCommand.cpp | 561 fByteLength = byteLength; in SkDrawPosTextCommand() 576 canvas->drawPosText(fText, fByteLength, fPos, fPaint); in execute() 587 fByteLength = byteLength; in SkDrawPosTextHCommand() 603 canvas->drawPosTextH(fText, fByteLength, fXpos, fConstY, fPaint); in execute() 671 fByteLength = byteLength; in SkDrawTextCommand() 684 canvas->drawText(fText, fByteLength, fX, fY, fPaint); in execute() 692 fByteLength = byteLength; in SkDrawTextOnPathCommand() 711 canvas->drawTextOnPath(fText, fByteLength, fPath, in execute()
|
D | SkDrawCommand.h | 351 size_t fByteLength; variable 367 size_t fByteLength; variable 382 size_t fByteLength; variable 399 size_t fByteLength; variable
|
/external/skia/src/utils/debugger/ |
D | SkDrawCommand.cpp | 561 fByteLength = byteLength; in SkDrawPosTextCommand() 576 canvas->drawPosText(fText, fByteLength, fPos, fPaint); in execute() 587 fByteLength = byteLength; in SkDrawPosTextHCommand() 603 canvas->drawPosTextH(fText, fByteLength, fXpos, fConstY, fPaint); in execute() 671 fByteLength = byteLength; in SkDrawTextCommand() 684 canvas->drawText(fText, fByteLength, fX, fY, fPaint); in execute() 692 fByteLength = byteLength; in SkDrawTextOnPathCommand() 711 canvas->drawTextOnPath(fText, fByteLength, fPath, in execute()
|
D | SkDrawCommand.h | 351 size_t fByteLength; variable 367 size_t fByteLength; variable 382 size_t fByteLength; variable 399 size_t fByteLength; variable
|