Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/include/utils/
DSkPictureUtils.h29 static SkData* GatherPixelRefs(const SkPicture* pict, const SkRect& area);
/external/skia/include/utils/
DSkPictureUtils.h29 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
/external/chromium_org/cc/resources/
Dpicture.h149 void GatherPixelRefs(const SkTileGridFactory::TileGridInfo& tile_grid_info);
Dpicture.cc97 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/
DSkPictureUtils.cpp193 SkData* SkPictureUtils::GatherPixelRefs(const SkPicture* pict, const SkRect& area) { in GatherPixelRefs() function in SkPictureUtils
/external/skia/src/utils/
DSkPictureUtils.cpp193 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) { in GatherPixelRefs() function in SkPictureUtils
/external/skia/tests/
DPictureTest.cpp508 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/
DPictureRenderer.cpp766 SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds); in render()
/external/chromium_org/third_party/skia/tests/
DPictureTest.cpp506 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/
DPictureRenderer.cpp928 SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds); in render()