OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quarterHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
bitmapscroll.cpp
15
* @param
quarterHeight
bitmap will be 4x this many pixels tall
18
static void make_bitmap(int quarterWidth, int
quarterHeight
, SkBitmap *bitmap) {
29
bitmap->allocN32Pixels(quarterWidth*4,
quarterHeight
*4);
33
SkScalar h = SkIntToScalar(
quarterHeight
);
52
make_bitmap(quarterWidth,
quarterHeight
, &origBitmap);
77
quarterWidth,
quarterHeight
, quarterWidth*2+1,
quarterHeight
*2+1);
79
int y =
quarterHeight
;
81
int ySpacing =
quarterHeight
* 16;
92
draw9(canvas, x, y, NULL, quarterWidth*1/2,
quarterHeight
*1/2)
[
all
...]
/external/chromium_org/content/shell/renderer/test_runner/
mock_web_theme_engine.cc
328
int
quarterHeight
= irect.height() / 4;
339
left + quarterWidth, top +
quarterHeight
,
340
right - quarterWidth, top +
quarterHeight
,
341
left + halfWidth, bottom -
quarterHeight
,
349
right - quarterWidth, top +
quarterHeight
,
350
right - quarterWidth, bottom -
quarterHeight
,
358
left + quarterWidth, top +
quarterHeight
,
360
left + quarterWidth, bottom -
quarterHeight
,
367
left + quarterWidth, bottom -
quarterHeight
,
368
left + halfWidth, top +
quarterHeight
,
[
all
...]
Completed in 182 milliseconds