Searched refs:pixel_refs_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture.cc170 pixel_refs_(pixel_refs),
200 pixel_refs_));
285 pixel_refs_[key].push_back(it->lazy_pixel_ref);
461 PixelRefMap::const_iterator iter = picture_->pixel_refs_.find(key);
462 if (iter == picture_->pixel_refs_.end())
H A Dpicture.h143 PixelRefMap pixel_refs_; member in class:cc::Picture
/external/chromium_org/skia/ext/
H A Dlazy_pixel_ref_utils.cc31 : pixel_refs_(pixel_refs) {}
41 pixel_refs_->push_back(position_pixel_ref);
46 std::vector<LazyPixelRefUtils::PositionLazyPixelRef>* pixel_refs_; member in class:skia::__anon10683::LazyPixelRefSet

Completed in 57 milliseconds