Searched refs:GatherPixelRefs (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkPictureUtils.h28 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
/external/skia/include/utils/
H A DSkPictureUtils.h28 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
/external/chromium_org/skia/ext/
H A Dlazy_pixel_ref_utils.h24 static void GatherPixelRefs(
H A Dlazy_pixel_ref_utils_unittest.cc193 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
246 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
292 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
343 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
393 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
437 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
490 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
543 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
606 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
651 skia::LazyPixelRefUtils::GatherPixelRefs(pictur
[all...]
H A Dlazy_pixel_ref_utils.cc390 void LazyPixelRefUtils::GatherPixelRefs( function in class:skia::LazyPixelRefUtils
/external/chromium_org/cc/test/
H A Dfake_picture_pile_impl.cc70 picture->GatherPixelRefs(tile_grid_info_, &stats_instrumentation);
/external/chromium_org/cc/resources/
H A Dpicture_unittest.cc145 picture->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
244 picture->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
367 picture->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
H A Dpicture.h66 void GatherPixelRefs(const SkTileGridPicture::TileGridInfo& tile_grid_info,
H A Dpicture_pile.cc119 (*pic)->GatherPixelRefs(tile_grid_info_, stats_instrumentation);
H A Dpicture.cc229 void Picture::GatherPixelRefs( function in class:cc::Picture
232 TRACE_EVENT2("cc", "Picture::GatherPixelRefs",
253 skia::LazyPixelRefUtils::GatherPixelRefs(picture_.get(), &pixel_refs);
H A Dpicture_pile_impl_unittest.cc684 pictures[y][x]->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
/external/skia/tests/
H A DPictureTest.cpp190 SkAutoDataUnref data(SkPictureUtils::GatherPixelRefs(pic, r));
209 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r);
219 * GatherPixelRefs is conservative, so it can return more bitmaps
233 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r);
/external/chromium_org/third_party/skia/src/utils/
H A DSkPictureUtils.cpp193 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) { function in class:SkPictureUtils
/external/skia/src/utils/
H A DSkPictureUtils.cpp193 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) { function in class:SkPictureUtils
/external/skia/tools/
H A DPictureRenderer.cpp820 SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds);

Completed in 360 milliseconds