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

  /external/chromium_org/cc/resources/
picture_pile_base.h 83 typedef std::pair<int, int> PictureMapKey;
84 typedef base::hash_map<PictureMapKey, PictureInfo> PictureMap;
92 gfx::Rect PaddedRect(const PictureMapKey& key);
picture_pile_unittest.cc 32 typedef PicturePile::PictureMapKey PictureMapKey;
76 pile->picture_map().find(TestPicturePile::PictureMapKey(0, 0))->second;
125 pile->picture_map().find(TestPicturePile::PictureMapKey(0, 0))->second;
198 TestPicturePile::PictureMapKey(i, j))->second;
249 TestPicturePile::PictureMapKey(i, j))->second;
268 TestPicturePile::PictureMapKey(i, j))->second;
293 TestPicturePile::PictureMapKey(i, j))->second;
361 .find(TestPicturePile::PictureMapKey(0, 1))
364 .find(TestPicturePile::PictureMapKey(0, 2)
    [all...]
picture_pile_base.cc 105 std::vector<PictureMapKey> to_erase;
113 const PictureMapKey& key = it->first;
183 PictureMap::const_iterator found = picture_map_.find(PictureMapKey(x, y));
221 gfx::Rect PicturePileBase::PaddedRect(const PictureMapKey& key) {
picture_pile.cc 178 const PictureMapKey& key = iter.index();
195 const PictureMapKey& key = it.index();
252 const PictureMapKey& key = it.index();

Completed in 413 milliseconds