OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDrawCommands
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/debugger/QT/
SkImageWidget.cpp
35
const SkTDArray<SkDrawCommand*>& commands = fDebugger->
getDrawCommands
();
/external/chromium_org/third_party/skia/debugger/
SkDebugger.h
55
const SkTDArray<SkDrawCommand*>&
getDrawCommands
() const {
56
return fDebugCanvas->
getDrawCommands
();
SkDebugger.cpp
74
const SkTDArray<SkDrawCommand*>& commands = this->
getDrawCommands
();
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.h
117
const SkTDArray<SkDrawCommand*>&
getDrawCommands
() const;
123
SkTDArray<SkDrawCommand*>&
getDrawCommands
();
SkDebugCanvas.cpp
386
const SkTDArray <SkDrawCommand*>& SkDebugCanvas::
getDrawCommands
() const {
390
SkTDArray <SkDrawCommand*>& SkDebugCanvas::
getDrawCommands
() {
Completed in 49 milliseconds