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

  /external/skia/debugger/
SkDebugger.h 59 void loadPicture(SkPicture* picture);
SkDebugger.cpp 27 void SkDebugger::loadPicture(SkPicture* picture) {
  /external/skia/debugger/QT/
SkDebuggerGUI.h 315 void loadPicture(const SkString& fileName);
SkDebuggerGUI.cpp 167 // in loadPicture by the SkOffsetPicture) to an SkTimedPlaybackPicture.
365 loadPicture(fFileName);
379 loadPicture(SkString(filename.toAscii().data()));
725 void SkDebuggerGUI::loadPicture(const SkString& fileName) {
738 fDebugger.loadPicture(picture);

Completed in 37 milliseconds