Searched refs:PixelRefMapKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture.h42 typedef std::pair<int, int> PixelRefMapKey; typedef in class:cc::Picture
44 typedef base::hash_map<PixelRefMapKey, PixelRefs> PixelRefMap;
H A Dpicture.cc284 PixelRefMapKey key(x, y);
460 PixelRefMapKey key(current_x_, current_y_);

Completed in 63 milliseconds