HomeSort by relevance Sort by last modified time
    Searched defs:pixel_refs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
picture.cc 166 const PixelRefMap& pixel_refs) :
170 pixel_refs_(pixel_refs),
266 skia::LazyPixelRefList pixel_refs; local
267 skia::LazyPixelRefUtils::GatherPixelRefs(picture_.get(), &pixel_refs);
268 for (skia::LazyPixelRefList::const_iterator it = pixel_refs.begin();
269 it != pixel_refs.end();
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils_unittest.cc 192 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
193 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
195 EXPECT_EQ(3u, pixel_refs.size());
197 gfx::SkRectToRectF(pixel_refs[0].pixel_ref_rect));
199 gfx::SkRectToRectF(pixel_refs[1].pixel_ref_rect));
201 gfx::SkRectToRectF(pixel_refs[2].pixel_ref_rect));
245 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
246 skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &pixel_refs);
248 EXPECT_EQ(3u, pixel_refs.size());
250 gfx::SkRectToRectF(pixel_refs[0].pixel_ref_rect))
291 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
342 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
392 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
436 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
490 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
543 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
606 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
651 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
724 std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef> pixel_refs; local
    [all...]

Completed in 61 milliseconds