HomeSort by relevance Sort by last modified time
    Searched refs:sk_tools (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/tools/
PictureRenderingFlags.h 13 namespace sk_tools { namespace
31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
LazyDecodeBitmap.h 15 namespace sk_tools { namespace
PictureRenderingFlags.cpp 78 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool) {
94 SkAutoTUnref<sk_tools::PictureRenderer> renderer;
98 renderer.reset(SkNEW(sk_tools::RecordPictureRenderer));
102 renderer.reset(sk_tools::CreatePictureCloneRenderer());
128 renderer.reset(SkNEW(sk_tools::PlaybackCreationRenderer));
132 renderer.reset(sk_tools::CreateGatherPixelRefsRenderer());
134 renderer.reset(SkNEW(sk_tools::RecordPictureRenderer));
148 SkAutoTUnref<sk_tools::TiledPictureRenderer> tiledRenderer;
172 tiledRenderer.reset(SkNEW_ARGS(sk_tools::CopyTilesRenderer, (x, y)));
174 tiledRenderer.reset(SkNEW_ARGS(sk_tools::MultiCorePictureRenderer
    [all...]
picture_utils.h 14 namespace sk_tools { namespace
54 } // namespace sk_tools
render_pictures_main.cpp 144 sk_tools::PictureRenderer& renderer,
165 proc = &sk_tools::LazyDecodeBitmap;
235 fSavedBbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
238 void set(sk_tools::PictureRenderer* renderer,
239 sk_tools::PictureRenderer::BBoxHierarchyType bbhType) {
252 sk_tools::PictureRenderer* fRenderer;
253 sk_tools::PictureRenderer::BBoxHierarchyType fSavedBbhType;
266 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
267 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
285 sk_tools::PictureRenderer* referenceRenderer
    [all...]
CopyTilesRenderer.h 17 namespace sk_tools { namespace
49 } // sk_tools
LazyDecodeBitmap.cpp 26 bool sk_tools::LazyDecodeBitmap(const void* src,
bench_pictures_main.cpp 97 static SkString filtersName(sk_tools::PictureRenderer::DrawFilterFlags* drawFilters) {
159 sk_tools::PictureBenchmark& benchmark) {
180 proc = &sk_tools::LazyDecodeBitmap;
231 static void setup_benchmark(sk_tools::PictureBenchmark* benchmark) {
232 sk_tools::PictureRenderer::DrawFilterFlags drawFilters[SkDrawFilter::kTypeCount];
273 drawFilters[index] = (sk_tools::PictureRenderer::DrawFilterFlags)
319 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
335 sk_tools::TiledPictureRenderer* tiledRenderer = renderer->getTiledRenderer();
369 sk_tools::PictureBenchmark& benchmark) {
436 sk_tools::PictureBenchmark benchmark
    [all...]
PdfRenderer.h 28 namespace sk_tools { namespace
PictureBenchmark.h 19 namespace sk_tools { namespace
image_expectations.h 16 namespace sk_tools { namespace
147 } // namespace sk_tools
bbh_shootout.cpp 20 typedef sk_tools::PictureRenderer::BBoxHierarchyType BBoxType;
21 static const int kBBoxTypeCount = sk_tools::PictureRenderer::kLast_BBoxHierarchyType + 1;
50 return SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
63 static void do_benchmark_work(sk_tools::PictureRenderer* renderer,
108 sk_tools::TiledPictureRenderer playbackRenderer;
115 sk_tools::RecordPictureRenderer recordRenderer;
PdfRenderer.cpp 14 namespace sk_tools { namespace
  /external/skia/tools/
PictureRenderingFlags.h 13 namespace sk_tools { namespace
31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
LazyDecodeBitmap.h 15 namespace sk_tools { namespace
PictureRenderingFlags.cpp 78 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool) {
94 SkAutoTUnref<sk_tools::PictureRenderer> renderer;
98 renderer.reset(SkNEW(sk_tools::RecordPictureRenderer));
102 renderer.reset(sk_tools::CreatePictureCloneRenderer());
128 renderer.reset(SkNEW(sk_tools::PlaybackCreationRenderer));
132 renderer.reset(sk_tools::CreateGatherPixelRefsRenderer());
134 renderer.reset(SkNEW(sk_tools::RecordPictureRenderer));
148 SkAutoTUnref<sk_tools::TiledPictureRenderer> tiledRenderer;
172 tiledRenderer.reset(SkNEW_ARGS(sk_tools::CopyTilesRenderer, (x, y)));
174 tiledRenderer.reset(SkNEW_ARGS(sk_tools::MultiCorePictureRenderer
    [all...]
picture_utils.h 14 namespace sk_tools { namespace
54 } // namespace sk_tools
render_pictures_main.cpp 144 sk_tools::PictureRenderer& renderer,
165 proc = &sk_tools::LazyDecodeBitmap;
235 fSavedBbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
238 void set(sk_tools::PictureRenderer* renderer,
239 sk_tools::PictureRenderer::BBoxHierarchyType bbhType) {
252 sk_tools::PictureRenderer* fRenderer;
253 sk_tools::PictureRenderer::BBoxHierarchyType fSavedBbhType;
266 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
267 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
285 sk_tools::PictureRenderer* referenceRenderer
    [all...]
CopyTilesRenderer.h 17 namespace sk_tools { namespace
49 } // sk_tools
LazyDecodeBitmap.cpp 26 bool sk_tools::LazyDecodeBitmap(const void* src,
bench_pictures_main.cpp 97 static SkString filtersName(sk_tools::PictureRenderer::DrawFilterFlags* drawFilters) {
159 sk_tools::PictureBenchmark& benchmark) {
180 proc = &sk_tools::LazyDecodeBitmap;
231 static void setup_benchmark(sk_tools::PictureBenchmark* benchmark) {
232 sk_tools::PictureRenderer::DrawFilterFlags drawFilters[SkDrawFilter::kTypeCount];
273 drawFilters[index] = (sk_tools::PictureRenderer::DrawFilterFlags)
319 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
335 sk_tools::TiledPictureRenderer* tiledRenderer = renderer->getTiledRenderer();
369 sk_tools::PictureBenchmark& benchmark) {
436 sk_tools::PictureBenchmark benchmark
    [all...]
PdfRenderer.h 28 namespace sk_tools { namespace
PictureBenchmark.h 19 namespace sk_tools { namespace
image_expectations.h 16 namespace sk_tools { namespace
147 } // namespace sk_tools
bbh_shootout.cpp 20 typedef sk_tools::PictureRenderer::BBoxHierarchyType BBoxType;
21 static const int kBBoxTypeCount = sk_tools::PictureRenderer::kLast_BBoxHierarchyType + 1;
50 return SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
63 static void do_benchmark_work(sk_tools::PictureRenderer* renderer,
108 sk_tools::TiledPictureRenderer playbackRenderer;
115 sk_tools::RecordPictureRenderer recordRenderer;

Completed in 1713 milliseconds

1 2 3