OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDrawTextOnPathCommand
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/debugger/
SkDrawCommand.h
473
class
SkDrawTextOnPathCommand
: public SkDrawCommand {
475
SkDrawTextOnPathCommand
(const void* text, size_t byteLength, const SkPath& path,
477
virtual ~
SkDrawTextOnPathCommand
() { delete [] fText; }
480
static
SkDrawTextOnPathCommand
* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp
[
all
...]
SkDebugCanvas.cpp
481
new
SkDrawTextOnPathCommand
(text, byteLength, path, matrix, paint));
Completed in 41 milliseconds