Searched refs:addDrawCommand (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp43 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { function in class:SkDebugCanvas
250 addDrawCommand(new SkClearCommand(color));
254 addDrawCommand(new SkClipPathCommand(path, op, doAA));
259 addDrawCommand(new SkClipRectCommand(rect, op, doAA));
264 addDrawCommand(new SkClipRRectCommand(rrect, op, doAA));
269 addDrawCommand(new SkClipRegionCommand(region, op));
274 addDrawCommand(new SkConcatCommand(matrix));
280 addDrawCommand(new SkDrawBitmapCommand(bitmap, left, top, paint));
285 addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint));
290 addDrawCommand(ne
[all...]
H A DSkDebugCanvas.h262 void addDrawCommand(SkDrawCommand* command);
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp43 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { function in class:SkDebugCanvas
250 addDrawCommand(new SkClearCommand(color));
254 addDrawCommand(new SkClipPathCommand(path, op, doAA));
259 addDrawCommand(new SkClipRectCommand(rect, op, doAA));
264 addDrawCommand(new SkClipRRectCommand(rrect, op, doAA));
269 addDrawCommand(new SkClipRegionCommand(region, op));
274 addDrawCommand(new SkConcatCommand(matrix));
280 addDrawCommand(new SkDrawBitmapCommand(bitmap, left, top, paint));
285 addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint));
290 addDrawCommand(ne
[all...]
H A DSkDebugCanvas.h262 void addDrawCommand(SkDrawCommand* command);

Completed in 101 milliseconds