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

/external/skia/tools/
H A Dpath_utils.h14 namespace sk_tools { namespace
H A Dbench_pictures_main.cpp61 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
[all...]
H A Drender_pictures_main.cpp118 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
[all...]
H A Drender_pdfs_main.cpp78 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));
H A DCopyTilesRenderer.h17 namespace sk_tools { namespace
45 } // sk_tools
H A Dpicture_utils.h18 namespace sk_tools { namespace
H A DPdfRenderer.h28 namespace sk_tools { namespace
H A DPdfRenderer.cpp14 namespace sk_tools { namespace
H A DPictureBenchmark.h19 namespace sk_tools { namespace
H A DPictureBenchmark.cpp17 namespace sk_tools { namespace
52 PictureRenderer* PictureBenchmark::setRenderer(sk_tools::PictureRenderer* renderer) {
H A Dfiltermain.cpp181 sk_tools::make_filepath(&inFile, inDir, inputFilename);
183 sk_tools::make_filepath(&outFile, outDir, inputFilename);
H A DCopyTilesRenderer.cpp18 namespace sk_tools { namespace
H A Dpicture_utils.cpp15 namespace sk_tools { namespace
H A Dpath_utils.cpp12 namespace sk_tools { namespace
H A DPictureRenderer.cpp34 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
H A DPictureRenderer.h34 namespace sk_tools { namespace
/external/skia/tests/
H A DPictureUtilsTest.cpp15 sk_tools::make_filepath(&result, dir, filename);
22 sk_tools::get_basename(&result, path);
27 sk_tools::get_basename(&result, path);
32 sk_tools::get_basename(&result, path);
38 sk_tools::get_basename(&result, path);
43 sk_tools::get_basename(&result, path);

Completed in 95 milliseconds