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

  /external/skia/tools/
path_utils.h 14 namespace sk_tools { namespace
CopyTilesRenderer.h 17 namespace sk_tools { namespace
45 } // sk_tools
picture_utils.h 18 namespace sk_tools { namespace
bench_pictures_main.cpp 61 static SkString filtersName(sk_tools::PictureRenderer::DrawFilterFlags* drawFilters) {
224 sk_tools::PictureBenchmark& benchmark) {
245 sk_tools::get_basename(&filename, inputPath);
263 sk_tools::PictureBenchmark* benchmark) {
268 sk_tools::PictureRenderer::SkDeviceTypes deviceType =
269 sk_tools::PictureRenderer::kBitmap_DeviceType;
271 SkAutoTUnref<sk_tools::PictureRenderer> renderer(NULL);
294 sk_tools::PictureRenderer::BBoxHierarchyType bbhType =
295 sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
296 sk_tools::PictureRenderer::DrawFilterFlags drawFilters[SkDrawFilter::kTypeCount]
    [all...]
render_pictures_main.cpp 118 sk_tools::make_filepath(path, dir, name);
124 sk_tools::PictureRenderer& renderer,
128 sk_tools::get_basename(&inputFilename, inputPath);
188 sk_tools::PictureRenderer& renderer,
207 sk_tools::SimplePictureRenderer referenceRenderer;
262 sk_tools::force_all_opaque(*bitmap);
265 sk_tools::get_basename(&inputFilename, inputPath);
283 sk_tools::PictureRenderer& renderer,
293 sk_tools::make_filepath(&inputPath, input, inputFilename);
316 sk_tools::PictureRenderer*& renderer, SkString*& outputDir
    [all...]
render_pdfs_main.cpp 78 sk_tools::make_filepath(path, dir, name);
91 const sk_tools::PdfRenderer& renderer) {
119 sk_tools::PdfRenderer& renderer) {
121 sk_tools::get_basename(&inputFilename, inputPath);
159 sk_tools::PdfRenderer& renderer) {
166 sk_tools::make_filepath(&inputPath, input, inputFilename);
215 SkAutoTUnref<sk_tools::PdfRenderer>
216 renderer(SkNEW(sk_tools::SimplePdfRenderer));
PdfRenderer.h 28 namespace sk_tools { namespace
PictureBenchmark.h 19 namespace sk_tools { namespace
PdfRenderer.cpp 14 namespace sk_tools { namespace
PictureBenchmark.cpp 17 namespace sk_tools { namespace
52 PictureRenderer* PictureBenchmark::setRenderer(sk_tools::PictureRenderer* renderer) {
filtermain.cpp 181 sk_tools::make_filepath(&inFile, inDir, inputFilename);
183 sk_tools::make_filepath(&outFile, outDir, inputFilename);
CopyTilesRenderer.cpp 18 namespace sk_tools { namespace
picture_utils.cpp 15 namespace sk_tools { namespace
path_utils.cpp 12 namespace sk_tools { namespace
PictureRenderer.cpp 34 namespace sk_tools { namespace
104 sk_tools::setup_bitmap(&bitmap, width, height);
215 sk_tools::setup_bitmap(&bitmap, size.width(), size.height());
218 sk_tools::force_all_opaque(bitmap);
836 } // namespace sk_tools