OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDrawPosTextHCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h
423
class
SkDrawPosTextHCommand
: public SkDrawCommand {
425
SkDrawPosTextHCommand
(const void* text, size_t byteLength, const SkScalar xpos[],
427
virtual ~
SkDrawPosTextHCommand
() { delete [] fXpos; delete [] fText; }
SkDrawCommand.cpp
623
SkDrawPosTextHCommand
::
SkDrawPosTextHCommand
(const void* text, size_t byteLength,
645
void
SkDrawPosTextHCommand
::execute(SkCanvas* canvas) {
Completed in 37 milliseconds