OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDrawBitmapRectCommand
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/debugger/
SkDrawCommand.h
267
class
SkDrawBitmapRectCommand
: public SkDrawCommand {
269
SkDrawBitmapRectCommand
(const SkBitmap& bitmap, const SkRect* src,
275
static
SkDrawBitmapRectCommand
* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
SkDrawCommand.cpp
[
all
...]
SkDebugCanvas.cpp
403
this->addDrawCommand(new
SkDrawBitmapRectCommand
(bitmap, src, dst, paint,
Completed in 42 milliseconds