OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDrawTextOnPathCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h
407
class
SkDrawTextOnPathCommand
: public SkDrawCommand {
409
SkDrawTextOnPathCommand
(const void* text, size_t byteLength, const SkPath& path,
411
virtual ~
SkDrawTextOnPathCommand
() { delete [] fText; }
SkDrawCommand.cpp
786
SkDrawTextOnPathCommand
::
SkDrawTextOnPathCommand
(const void* text, size_t byteLength,
809
void
SkDrawTextOnPathCommand
::execute(SkCanvas* canvas) {
Completed in 28 milliseconds