Searched refs:GatherPixelRefs (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/skia/ext/ |
D | lazy_pixel_ref_utils_unittest.cc | 193 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 …]
|
D | lazy_pixel_ref_utils.h | 24 static void GatherPixelRefs(
|
D | lazy_pixel_ref_utils.cc | 392 void LazyPixelRefUtils::GatherPixelRefs( in GatherPixelRefs() function in skia::LazyPixelRefUtils
|
/external/chromium_org/third_party/skia/include/utils/ |
D | SkPictureUtils.h | 28 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
|
/external/skia/include/utils/ |
D | SkPictureUtils.h | 28 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
|
/external/chromium_org/cc/resources/ |
D | picture_unittest.cc | 139 picture->GatherPixelRefs(tile_grid_info); in TEST() 236 picture->GatherPixelRefs(tile_grid_info); in TEST() 357 picture->GatherPixelRefs(tile_grid_info); in TEST()
|
D | picture.h | 66 void GatherPixelRefs(const SkTileGridPicture::TileGridInfo& tile_grid_info);
|
D | picture.cc | 244 void Picture::GatherPixelRefs( in GatherPixelRefs() function in cc::Picture 267 skia::LazyPixelRefUtils::GatherPixelRefs(picture_.get(), &pixel_refs); in GatherPixelRefs()
|
D | picture_pile.cc | 243 picture->GatherPixelRefs(tile_grid_info_); in Update()
|
/external/chromium_org/cc/test/ |
D | fake_picture_pile_impl.cc | 89 picture->GatherPixelRefs(tile_grid_info_); in AddRecordingAt()
|
/external/skia/tests/ |
D | PictureTest.cpp | 195 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/ |
D | SkPictureUtils.cpp | 241 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) { in GatherPixelRefs() function in SkPictureUtils
|
/external/skia/src/utils/ |
D | SkPictureUtils.cpp | 241 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) { in GatherPixelRefs() function in SkPictureUtils
|
/external/skia/tools/ |
D | PictureRenderer.cpp | 895 SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds); in render()
|