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 44 typedef std::pair<int, int> PixelRefMapKey;
46 typedef base::hash_map<PixelRefMapKey, PixelRefs> PixelRefMap;
picture.cc 317 PixelRefMapKey key(x, y);
523 PixelRefMapKey key(current_x_, current_y_);

Completed in 285 milliseconds