Home | History | Annotate | Download | only in tools

Lines Matching refs:PictureRenderer

11 #include "PictureRenderer.h"
66 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool) {
82 SkAutoTUnref<sk_tools::PictureRenderer> renderer;
247 sk_tools::PictureRenderer::SkDeviceTypes deviceType =
248 sk_tools::PictureRenderer::kBitmap_DeviceType;
254 deviceType = sk_tools::PictureRenderer::kBitmap_DeviceType;
258 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
265 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
273 deviceType = sk_tools::PictureRenderer::kGPU_DeviceType;
282 deviceType = sk_tools::PictureRenderer::kAngle_DeviceType;
301 sk_tools::PictureRenderer::BBoxHierarchyType bbhType
302 = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
306 bbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
308 bbhType = sk_tools::PictureRenderer::kRTree_BBoxHierarchyType;
314 bbhType = sk_tools::PictureRenderer::kTileGrid_BBoxHierarchyType;
327 if (FLAGS_pipe && sk_tools::PictureRenderer::kNone_BBoxHierarchyType != bbhType) {