OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDrawBitmapNineCommand
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h
177
class
SkDrawBitmapNineCommand
: public SkDrawCommand {
179
SkDrawBitmapNineCommand
(const SkBitmap& bitmap, const SkIRect& center,
SkDrawCommand.cpp
314
SkDrawBitmapNineCommand
::
SkDrawBitmapNineCommand
(const SkBitmap& bitmap, const SkIRect& center,
335
void
SkDrawBitmapNineCommand
::execute(SkCanvas* canvas) {
339
bool
SkDrawBitmapNineCommand
::render(SkCanvas* canvas) const {
SkDebugCanvas.cpp
351
addDrawCommand(new
SkDrawBitmapNineCommand
(bitmap, center, dst, paint));
/external/skia/src/utils/debugger/
SkDrawCommand.h
177
class
SkDrawBitmapNineCommand
: public SkDrawCommand {
179
SkDrawBitmapNineCommand
(const SkBitmap& bitmap, const SkIRect& center,
SkDrawCommand.cpp
314
SkDrawBitmapNineCommand
::
SkDrawBitmapNineCommand
(const SkBitmap& bitmap, const SkIRect& center,
335
void
SkDrawBitmapNineCommand
::execute(SkCanvas* canvas) {
339
bool
SkDrawBitmapNineCommand
::render(SkCanvas* canvas) const {
SkDebugCanvas.cpp
351
addDrawCommand(new
SkDrawBitmapNineCommand
(bitmap, center, dst, paint));
Completed in 27 milliseconds