Home | History | Annotate | Download | only in ext

Lines Matching full:skia

8 #include "skia/ext/benchmarking_canvas.h"
9 #include "third_party/skia/include/core/SkDevice.h"
10 #include "third_party/skia/include/utils/SkProxyCanvas.h"
12 namespace skia {
28 skia::RefPtr<SkDevice> device = skia::AdoptRef(
30 canvas_ = skia::AdoptRef(SkNEW_ARGS(SkCanvas, (device.get())));
193 skia::RefPtr<SkCanvas> canvas_;
213 debug_canvas_ = skia::AdoptRef(SkNEW_ARGS(SkDebugCanvas, (width, height)));
214 timing_canvas_ = skia::AdoptRef(SkNEW_ARGS(TimingCanvas, (width, height, this)));
238 } // namespace skia