OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addDrawCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp
57
void SkDebugCanvas::
addDrawCommand
(SkDrawCommand* command) {
425
this->
addDrawCommand
(new SkClearCommand(color));
429
this->
addDrawCommand
(new SkClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle));
433
this->
addDrawCommand
(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle));
437
this->
addDrawCommand
(new SkClipRRectCommand(rrect, op, kSoft_ClipEdgeStyle == edgeStyle));
441
this->
addDrawCommand
(new SkClipRegionCommand(region, op));
447
this->
addDrawCommand
(new SkTranslateCommand(matrix.getTranslateX(),
451
this->
addDrawCommand
(new SkScaleCommand(matrix.getScaleX(),
455
this->
addDrawCommand
(new SkConcatCommand(matrix));
464
this->
addDrawCommand
(new SkDrawBitmapCommand(bitmap, left, top, paint))
[
all
...]
SkDebugCanvas.h
301
void
addDrawCommand
(SkDrawCommand* command);
Completed in 40 milliseconds