OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDrawPosTextCommand
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h
359
class
SkDrawPosTextCommand
: public SkDrawCommand {
361
SkDrawPosTextCommand
(const void* text, size_t byteLength, const SkPoint pos[],
363
virtual ~
SkDrawPosTextCommand
() { delete [] fPos; delete [] fText; }
SkDrawCommand.cpp
555
SkDrawPosTextCommand
::
SkDrawPosTextCommand
(const void* text, size_t byteLength,
575
void
SkDrawPosTextCommand
::execute(SkCanvas* canvas) {
SkDebugCanvas.cpp
393
addDrawCommand(new
SkDrawPosTextCommand
(text, byteLength, pos, paint));
/external/skia/src/utils/debugger/
SkDrawCommand.h
359
class
SkDrawPosTextCommand
: public SkDrawCommand {
361
SkDrawPosTextCommand
(const void* text, size_t byteLength, const SkPoint pos[],
363
virtual ~
SkDrawPosTextCommand
() { delete [] fPos; delete [] fText; }
SkDrawCommand.cpp
555
SkDrawPosTextCommand
::
SkDrawPosTextCommand
(const void* text, size_t byteLength,
575
void
SkDrawPosTextCommand
::execute(SkCanvas* canvas) {
SkDebugCanvas.cpp
393
addDrawCommand(new
SkDrawPosTextCommand
(text, byteLength, pos, paint));
Completed in 36 milliseconds