HomeSort by relevance Sort by last modified time
    Searched refs:PixelRefMapKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
picture.h 42 typedef std::pair<int, int> PixelRefMapKey;
44 typedef base::hash_map<PixelRefMapKey, PixelRefs> PixelRefMap;
picture.cc 284 PixelRefMapKey key(x, y);
460 PixelRefMapKey key(current_x_, current_y_);

Completed in 25 milliseconds