Searched refs:PixelRefMapKey (Results 1 – 2 of 2) sorted by relevance
42 typedef std::pair<int, int> PixelRefMapKey; typedef44 typedef base::hash_map<PixelRefMapKey, PixelRefs> PixelRefMap;
284 PixelRefMapKey key(x, y); in GatherPixelRefs()460 PixelRefMapKey key(current_x_, current_y_); in operator ++()