Searched defs:loadPicture (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.cpp27 void SkDebugger::loadPicture(SkPicture* picture) { function in class:SkDebugger
/external/skia/debugger/
H A DSkDebugger.cpp29 void SkDebugger::loadPicture(SkPicture* picture) { function in class:SkDebugger
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFrameModel.js653 loadPicture: function(callback)
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp382 // in loadPicture by the SkOffsetPicture) to an SkTimedPlaybackPicture.
656 loadPicture(fFileName);
670 loadPicture(SkString(filename.toAscii().data()));
998 void SkDebuggerGUI::loadPicture(const SkString& fileName) { function in class:SkDebuggerGUI
1012 fDebugger.loadPicture(picture);
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp348 // in loadPicture by the SkOffsetPicture) to an SkTimedPlaybackPicture.
617 loadPicture(fFileName);
631 loadPicture(SkString(filename.toAscii().data()));
959 void SkDebuggerGUI::loadPicture(const SkString& fileName) { function in class:SkDebuggerGUI
973 fDebugger.loadPicture(picture);

Completed in 1087 milliseconds