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

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp52 fCommandVector.deleteAll();
59 fCommandVector.push(command);
63 if (!fCommandVector.isEmpty()) {
64 this->drawTo(canvas, fCommandVector.count() - 1);
83 if (fCommandVector[i]->isVisible()) {
84 fCommandVector[i]->execute(&canvas);
211 for (int i = 0; i < fCommandVector.count(); ++i) {
212 fCommandVector[i]->setActive(false);
216 SkDrawCommand::Action result = fCommandVector[i]->action();
218 fActiveLayers.push(fCommandVector[
[all...]
H A DSkDebugCanvas.h139 return fCommandVector.count();
257 SkTDArray<SkDrawCommand*> fCommandVector; member in class:SkDebugCanvas
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp53 fCommandVector.deleteAll();
60 fCommandVector.push(command);
64 if (!fCommandVector.isEmpty()) {
65 this->drawTo(canvas, fCommandVector.count() - 1);
84 if (fCommandVector[i]->isVisible()) {
85 fCommandVector[i]->execute(&canvas);
212 for (int i = 0; i < fCommandVector.count(); ++i) {
213 fCommandVector[i]->setActive(false);
217 SkDrawCommand::Action result = fCommandVector[i]->action();
219 fActiveLayers.push(fCommandVector[
[all...]
H A DSkDebugCanvas.h139 return fCommandVector.count();
263 SkTDArray<SkDrawCommand*> fCommandVector; member in class:SkDebugCanvas

Completed in 361 milliseconds