Home
last modified time | relevance | path

Searched refs:GatherPixelRefs (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/skia/ext/
Dlazy_pixel_ref_utils_unittest.cc193 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
246 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
292 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
343 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
393 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
437 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
491 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
544 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
607 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
652 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs); in TEST()
[all …]
Dlazy_pixel_ref_utils.h24 static void GatherPixelRefs(
Dlazy_pixel_ref_utils.cc392 void LazyPixelRefUtils::GatherPixelRefs( in GatherPixelRefs() function in skia::LazyPixelRefUtils
/external/chromium_org/third_party/skia/include/utils/
DSkPictureUtils.h28 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
/external/skia/include/utils/
DSkPictureUtils.h28 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
/external/chromium_org/cc/resources/
Dpicture_unittest.cc139 picture->GatherPixelRefs(tile_grid_info); in TEST()
236 picture->GatherPixelRefs(tile_grid_info); in TEST()
357 picture->GatherPixelRefs(tile_grid_info); in TEST()
Dpicture.h66 void GatherPixelRefs(const SkTileGridPicture::TileGridInfo& tile_grid_info);
Dpicture.cc244 void Picture::GatherPixelRefs( in GatherPixelRefs() function in cc::Picture
267 skia::LazyPixelRefUtils::GatherPixelRefs(picture_.get(), &pixel_refs); in GatherPixelRefs()
Dpicture_pile.cc243 picture->GatherPixelRefs(tile_grid_info_); in Update()
/external/chromium_org/cc/test/
Dfake_picture_pile_impl.cc89 picture->GatherPixelRefs(tile_grid_info_); in AddRecordingAt()
/external/skia/tests/
DPictureTest.cpp195 SkAutoDataUnref data(SkPictureUtils::GatherPixelRefs(pic, r)); in test_gatherpixelrefs()
214 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r); in test_gatherpixelrefs()
238 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r); in test_gatherpixelrefs()
/external/chromium_org/third_party/skia/src/utils/
DSkPictureUtils.cpp241 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) { in GatherPixelRefs() function in SkPictureUtils
/external/skia/src/utils/
DSkPictureUtils.cpp241 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) { in GatherPixelRefs() function in SkPictureUtils
/external/skia/tools/
DPictureRenderer.cpp895 SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds); in render()