Searched refs:GatherPixelRefs (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/skia/include/utils/ |
D | SkPictureUtils.h | 29 static SkData* GatherPixelRefs(const SkPicture* pict, const SkRect& area);
|
/external/skia/include/utils/ |
D | SkPictureUtils.h | 29 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
|
/external/chromium_org/cc/resources/ |
D | picture.h | 149 void GatherPixelRefs(const SkTileGridFactory::TileGridInfo& tile_grid_info);
|
D | picture.cc | 97 picture->GatherPixelRefs(tile_grid_info); in Create() 276 void Picture::GatherPixelRefs( in GatherPixelRefs() function in cc::Picture
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkPictureUtils.cpp | 193 SkData* SkPictureUtils::GatherPixelRefs(const SkPicture* pict, const SkRect& area) { in GatherPixelRefs() function in SkPictureUtils
|
/external/skia/src/utils/ |
D | SkPictureUtils.cpp | 193 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) { in GatherPixelRefs() function in SkPictureUtils
|
/external/skia/tests/ |
D | PictureTest.cpp | 508 SkAutoDataUnref data(SkPictureUtils::GatherPixelRefs(pic, r)); in test_gatherpixelrefs() 541 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r); in test_gatherpixelrefs() 575 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r); in test_gatherpixelrefs()
|
/external/chromium_org/third_party/skia/tools/ |
D | PictureRenderer.cpp | 766 SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds); in render()
|
/external/chromium_org/third_party/skia/tests/ |
D | PictureTest.cpp | 506 SkAutoDataUnref data(SkPictureUtils::GatherPixelRefs(pic, r)); in test_gatherpixelrefs() 539 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r); in test_gatherpixelrefs() 573 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r); in test_gatherpixelrefs()
|
/external/skia/tools/ |
D | PictureRenderer.cpp | 928 SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds); in render()
|