OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDrawTextCommand
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h
343
class
SkDrawTextCommand
: public SkDrawCommand {
345
SkDrawTextCommand
(const void* text, size_t byteLength, SkScalar x, SkScalar y,
347
virtual ~
SkDrawTextCommand
() { delete [] fText; }
SkDrawCommand.cpp
667
SkDrawTextCommand
::
SkDrawTextCommand
(const void* text, size_t byteLength, SkScalar x, SkScalar y,
683
void
SkDrawTextCommand
::execute(SkCanvas* canvas) {
SkDebugCanvas.cpp
418
addDrawCommand(new
SkDrawTextCommand
(text, byteLength, x, y, paint));
/external/skia/src/utils/debugger/
SkDrawCommand.h
343
class
SkDrawTextCommand
: public SkDrawCommand {
345
SkDrawTextCommand
(const void* text, size_t byteLength, SkScalar x, SkScalar y,
347
virtual ~
SkDrawTextCommand
() { delete [] fText; }
SkDrawCommand.cpp
667
SkDrawTextCommand
::
SkDrawTextCommand
(const void* text, size_t byteLength, SkScalar x, SkScalar y,
683
void
SkDrawTextCommand
::execute(SkCanvas* canvas) {
SkDebugCanvas.cpp
418
addDrawCommand(new
SkDrawTextCommand
(text, byteLength, x, y, paint));
Completed in 37 milliseconds