Searched refs:sk_tools (Results 1 - 25 of 32) sorted by relevance

12

/external/skia/tools/
H A DProcStats.h15 namespace sk_tools { namespace
29 } // namespace sk_tools
H A DPictureRenderingFlags.h13 namespace sk_tools { namespace
31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
H A DLazyDecodeBitmap.h15 namespace sk_tools { namespace
H A DPictureRenderingFlags.cpp86 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool) {
104 SkAutoTUnref<sk_tools::PictureRenderer> renderer;
108 renderer.reset(SkNEW_ARGS(sk_tools::RecordPictureRenderer, RENDERER_ARGS));
132 renderer.reset(SkNEW_ARGS(sk_tools::PlaybackCreationRenderer, RENDERER_ARGS));
135 renderer.reset(SkNEW_ARGS(sk_tools::RecordPictureRenderer, RENDERER_ARGS));
148 SkAutoTUnref<sk_tools::TiledPictureRenderer> tiledRenderer;
173 tiledRenderer.reset(SkNEW_ARGS(sk_tools::CopyTilesRenderer, (grContextOpts, x, y)));
175 tiledRenderer.reset(SkNEW_ARGS(sk_tools::CopyTilesRenderer, (x, y)));
178 tiledRenderer.reset(SkNEW_ARGS(sk_tools::TiledPictureRenderer, RENDERER_ARGS));
190 } else if (sk_tools
[all...]
H A DProcStats.cpp12 int sk_tools::getMaxResidentSetSizeMB() {
24 int sk_tools::getMaxResidentSetSizeMB() {
30 int sk_tools::getMaxResidentSetSizeMB() { return -1; }
35 int sk_tools::getCurrResidentSetSizeMB() {
47 int sk_tools::getCurrResidentSetSizeMB() {
62 int sk_tools::getCurrResidentSetSizeMB() {
68 int sk_tools::getCurrResidentSetSizeMB() { return -1; }
H A Dpicture_utils.h14 namespace sk_tools { namespace
50 } // namespace sk_tools
H A Drender_pictures_main.cpp148 sk_tools::PictureRenderer& renderer,
169 proc = &sk_tools::LazyDecodeBitmap;
230 fSavedBbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
233 void set(sk_tools::PictureRenderer* renderer,
234 sk_tools::PictureRenderer::BBoxHierarchyType bbhType) {
247 sk_tools::PictureRenderer* fRenderer;
248 sk_tools::PictureRenderer::BBoxHierarchyType fSavedBbhType;
261 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
262 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
280 sk_tools
[all...]
H A DCopyTilesRenderer.h17 namespace sk_tools { namespace
56 } // sk_tools
H A DLazyDecodeBitmap.cpp25 bool sk_tools::LazyDecodeBitmap(const void* src, size_t length, SkBitmap* dst) {
H A DPictureBenchmark.h19 namespace sk_tools { namespace
H A Dbench_pictures_main.cpp109 static SkString filtersName(sk_tools::PictureRenderer::DrawFilterFlags* drawFilters) {
171 sk_tools::PictureBenchmark& benchmark) {
192 proc = &sk_tools::LazyDecodeBitmap;
245 static void setup_benchmark(sk_tools::PictureBenchmark* benchmark) {
246 sk_tools::PictureRenderer::DrawFilterFlags drawFilters[SkDrawFilter::kTypeCount];
287 drawFilters[index] = (sk_tools::PictureRenderer::DrawFilterFlags)
333 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
345 sk_tools::TiledPictureRenderer* tiledRenderer = renderer->getTiledRenderer();
378 sk_tools::PictureBenchmark& benchmark) {
452 sk_tools
[all...]
H A Ddump_record.cpp55 SkPicture::CreateFromStream(stream, sk_tools::LazyDecodeBitmap));
H A Dgpuveto.cpp45 SkPicture::InstallPixelRefProc proc = &sk_tools::LazyDecodeBitmap;
H A Dimage_expectations.h15 namespace sk_tools { namespace
230 } // namespace sk_tools
H A Dpicture_utils.cpp17 namespace sk_tools { namespace
72 } // namespace sk_tools
H A Dpinspect.cpp38 SkPicture* pic = SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
H A DPictureResultsWriter.h34 virtual void logRenderer(sk_tools::PictureRenderer *pr) = 0;
64 void logRenderer(sk_tools::PictureRenderer *pr) override {
117 void logRenderer(sk_tools::PictureRenderer* renderer) override {
195 void logRenderer(sk_tools::PictureRenderer* pr) override {
H A DCopyTilesRenderer.cpp19 namespace sk_tools { namespace
H A DPictureBenchmark.cpp15 namespace sk_tools { namespace
53 PictureRenderer* PictureBenchmark::setRenderer(sk_tools::PictureRenderer* renderer) {
/external/skia/src/svg/
H A Dskp2svg.cpp40 SkAutoTUnref<SkPicture> pic(SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap));
/external/skia/debugger/QT/
H A DSkDebuggerGUI.h42 namespace sk_tools { namespace
343 sk_tools::PictureRenderer* renderer,
/external/skia/dm/
H A DDMJsonWriter.cpp84 int maxResidentSetSizeMB = sk_tools::getMaxResidentSetSizeMB();
86 root["max_rss_MB"] = sk_tools::getMaxResidentSetSizeMB();
/external/skia/experimental/tools/
H A Dmultipage_pdf_profiler.cpp133 sk_tools::getMaxResidentSetSizeMB());
/external/skia/tools/lua/
H A Dlua_pictures.cpp45 pic = SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap);
/external/skia/bench/
H A Dnanobench.cpp967 , sk_tools::getCurrResidentSetSizeMB()
968 , sk_tools::getMaxResidentSetSizeMB()
984 , sk_tools::getCurrResidentSetSizeMB()
985 , sk_tools::getMaxResidentSetSizeMB()
1019 log->metric("max_rss_mb", sk_tools::getMaxResidentSetSizeMB());

Completed in 305 milliseconds

12