OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDrawTextCommand
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h
376
class
SkDrawTextCommand
: public SkDrawCommand {
378
SkDrawTextCommand
(const void* text, size_t byteLength, SkScalar x, SkScalar y,
380
virtual ~
SkDrawTextCommand
() { delete [] fText; }
SkDrawCommand.cpp
766
SkDrawTextCommand
::
SkDrawTextCommand
(const void* text, size_t byteLength, SkScalar x, SkScalar y,
782
void
SkDrawTextCommand
::execute(SkCanvas* canvas) {
/external/skia/src/utils/debugger/
SkDrawCommand.h
372
class
SkDrawTextCommand
: public SkDrawCommand {
374
SkDrawTextCommand
(const void* text, size_t byteLength, SkScalar x, SkScalar y,
376
virtual ~
SkDrawTextCommand
() { delete [] fText; }
SkDrawCommand.cpp
709
SkDrawTextCommand
::
SkDrawTextCommand
(const void* text, size_t byteLength, SkScalar x, SkScalar y,
725
void
SkDrawTextCommand
::execute(SkCanvas* canvas) {
Completed in 532 milliseconds