OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDrawSpriteCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp
736
SkDrawSpriteCommand
::
SkDrawSpriteCommand
(const SkBitmap& bitmap, int left, int top,
757
void
SkDrawSpriteCommand
::execute(SkCanvas* canvas) {
761
bool
SkDrawSpriteCommand
::render(SkCanvas* canvas) const {
SkDrawCommand.h
495
class
SkDrawSpriteCommand
: public SkDrawCommand {
497
SkDrawSpriteCommand
(const SkBitmap& bitmap, int left, int top, const SkPaint* paint);
Completed in 43 milliseconds