OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTargetHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/desktop_background/
wallpaper_resizer_unittest.cc
20
const int
kTargetHeight
= 1;
48
EXPECT_EQ(image.height(),
kTargetHeight
);
126
gfx::Size target_size = gfx::Size(kTargetWidth,
kTargetHeight
);
/external/chromium_org/third_party/skia/gm/
texturedomaineffect.cpp
50
fBmp.allocN32Pixels(kTargetWidth,
kTargetHeight
);
154
static const int
kTargetHeight
= 100;
Completed in 487 milliseconds