Home
last modified time | relevance | path

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

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