HomeSort by relevance Sort by last modified time
    Searched refs:getDrawCommands (Results 1 - 5 of 5) sorted by null

  /external/skia/debugger/
SkDebugger.h 51 const SkTDArray<SkDrawCommand*>& getDrawCommands() const {
52 return fDebugCanvas->getDrawCommands();
SkDebugger.cpp 66 const SkTDArray<SkDrawCommand*>& commands = this->getDrawCommands();
  /external/skia/debugger/QT/
SkDrawCommandGeometryWidget.cpp 81 const SkTDArray<SkDrawCommand*>& commands = fDebugger->getDrawCommands();
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 114 const SkTDArray<SkDrawCommand*>& getDrawCommands() const;
120 SkTDArray<SkDrawCommand*>& getDrawCommands();
SkDebugCanvas.cpp 348 const SkTDArray <SkDrawCommand*>& SkDebugCanvas::getDrawCommands() const {
352 SkTDArray <SkDrawCommand*>& SkDebugCanvas::getDrawCommands() {

Completed in 467 milliseconds