OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_canvas_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/skia/ext/
benchmarking_canvas.cc
213
debug_canvas_
= skia::AdoptRef(SkNEW_ARGS(SkDebugCanvas, (width, height)));
216
addCanvas(
debug_canvas_
.get());
225
return
debug_canvas_
->getSize();
229
DCHECK_LT(index, static_cast<size_t>(
debug_canvas_
->getSize()));
230
return
debug_canvas_
->getDrawCommandAt(index);
234
DCHECK_LT(index, static_cast<size_t>(
debug_canvas_
->getSize()));
benchmarking_canvas.h
45
skia::RefPtr<SkDebugCanvas>
debug_canvas_
;
member in class:skia::BenchmarkingCanvas
Completed in 2759 milliseconds