Searched defs:empty_pixel_refs_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture.h118 static base::LazyInstance<PixelRefs> empty_pixel_refs_; member in class:cc::Picture::PixelRefIterator
H A Dpicture.cc491 Picture::PixelRefIterator::empty_pixel_refs_; member in class:cc::Picture::PixelRefIterator
495 current_pixel_refs_(empty_pixel_refs_.Pointer()),
507 current_pixel_refs_(empty_pixel_refs_.Pointer()),
570 current_pixel_refs_ = empty_pixel_refs_.Pointer();

Completed in 373 milliseconds