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

1 2

  /external/skia/tools/
ProcStats.h 15 namespace sk_tools { namespace
29 } // namespace sk_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 86 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::is_percentage(widthString))
    [all...]
ProcStats.cpp 12 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; }
picture_utils.h 14 namespace sk_tools { namespace
50 } // namespace sk_tools
render_pictures_main.cpp 148 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::PictureRenderer* referenceRenderer
    [all...]
CopyTilesRenderer.h 17 namespace sk_tools { namespace
56 } // sk_tools
LazyDecodeBitmap.cpp 25 bool sk_tools::LazyDecodeBitmap(const void* src, size_t length, SkBitmap* dst) {
PictureBenchmark.h 19 namespace sk_tools { namespace
bench_pictures_main.cpp 109 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::PictureBenchmark benchmark
    [all...]
dump_record.cpp 55 SkPicture::CreateFromStream(stream, sk_tools::LazyDecodeBitmap));
gpuveto.cpp 45 SkPicture::InstallPixelRefProc proc = &sk_tools::LazyDecodeBitmap;
image_expectations.h 15 namespace sk_tools { namespace
230 } // namespace sk_tools
picture_utils.cpp 17 namespace sk_tools { namespace
72 } // namespace sk_tools
pinspect.cpp 38 SkPicture* pic = SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
PictureResultsWriter.h 34 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 {
CopyTilesRenderer.cpp 19 namespace sk_tools { namespace
PictureBenchmark.cpp 15 namespace sk_tools { namespace
53 PictureRenderer* PictureBenchmark::setRenderer(sk_tools::PictureRenderer* renderer) {
  /external/skia/src/svg/
skp2svg.cpp 40 SkAutoTUnref<SkPicture> pic(SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap));
  /external/skia/debugger/QT/
SkDebuggerGUI.h 42 namespace sk_tools { namespace
343 sk_tools::PictureRenderer* renderer,
  /external/skia/dm/
DMJsonWriter.cpp 84 int maxResidentSetSizeMB = sk_tools::getMaxResidentSetSizeMB();
86 root["max_rss_MB"] = sk_tools::getMaxResidentSetSizeMB();
  /external/skia/experimental/tools/
multipage_pdf_profiler.cpp 133 sk_tools::getMaxResidentSetSizeMB());
  /external/skia/tools/lua/
lua_pictures.cpp 45 pic = SkPicture::CreateFromStream(stream.get(), &sk_tools::LazyDecodeBitmap);
  /external/skia/bench/
nanobench.cpp     [all...]

Completed in 821 milliseconds

1 2