OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDrawTextBlobCommand
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/debugger/
SkDrawCommand.h
509
class
SkDrawTextBlobCommand
: public SkDrawCommand {
511
SkDrawTextBlobCommand
(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint);
516
static
SkDrawTextBlobCommand
* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp
[
all
...]
SkDebugCanvas.cpp
486
this->addDrawCommand(new
SkDrawTextBlobCommand
(blob, x, y, paint));
Completed in 64 milliseconds