Home
last modified time | relevance | path

Searched refs:loadPicture (Results 1 – 4 of 4) sorted by relevance

/external/skia/debugger/
DSkDebugger.h59 void loadPicture(SkPicture* picture);
DSkDebugger.cpp21 void SkDebugger::loadPicture(SkPicture* picture) { in loadPicture() function in SkDebugger
/external/skia/debugger/QT/
DSkDebuggerGUI.h312 void loadPicture(const SkString& fileName);
DSkDebuggerGUI.cpp302 loadPicture(fFileName); in loadFile()
315 loadPicture(SkString(filename.toAscii().data())); in openFile()
671 void SkDebuggerGUI::loadPicture(const SkString& fileName) { in loadPicture() function in SkDebuggerGUI
684 fDebugger.loadPicture(picture.get()); in loadPicture()