HomeSort by relevance Sort by last modified time
    Searched refs:GatherPixelRefs (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkPictureUtils.h 28 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
  /external/skia/include/utils/
SkPictureUtils.h 28 static SkData* GatherPixelRefs(SkPicture* pict, const SkRect& area);
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils.h 24 static void GatherPixelRefs(
lazy_pixel_ref_utils_unittest.cc 193 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);
491 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
544 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
607 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
652 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs)
    [all...]
lazy_pixel_ref_utils.cc 392 void LazyPixelRefUtils::GatherPixelRefs(
  /external/chromium_org/cc/resources/
picture.h 66 void GatherPixelRefs(const SkTileGridPicture::TileGridInfo& tile_grid_info);
picture_unittest.cc 139 picture->GatherPixelRefs(tile_grid_info);
236 picture->GatherPixelRefs(tile_grid_info);
357 picture->GatherPixelRefs(tile_grid_info);
picture_pile.cc 243 picture->GatherPixelRefs(tile_grid_info_);
picture.cc 244 void Picture::GatherPixelRefs(
246 TRACE_EVENT2("cc", "Picture::GatherPixelRefs",
267 skia::LazyPixelRefUtils::GatherPixelRefs(picture_.get(), &pixel_refs);
  /external/chromium_org/cc/test/
fake_picture_pile_impl.cc 89 picture->GatherPixelRefs(tile_grid_info_);
  /external/skia/tests/
PictureTest.cpp 195 SkAutoDataUnref data(SkPictureUtils::GatherPixelRefs(pic, r));
214 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r);
224 * GatherPixelRefs is conservative, so it can return more bitmaps
238 SkData* data = SkPictureUtils::GatherPixelRefs(pic, r);
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 241 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) {
  /external/skia/src/utils/
SkPictureUtils.cpp 241 SkData* SkPictureUtils::GatherPixelRefs(SkPicture* pict, const SkRect& area) {
  /external/skia/tools/
PictureRenderer.cpp 895 SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds);

Completed in 230 milliseconds