OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PictureMapKey
(Results
1 - 2
of
2
) 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
...]
Completed in 1862 milliseconds