OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quarterHeight
(Results
1 - 4
of
4
) sorted by null
/external/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) {
31
quarterWidth*4,
quarterHeight
*4);
36
SkScalar h = SkIntToScalar(
quarterHeight
);
55
make_bitmap(quarterWidth,
quarterHeight
, &origBitmap);
76
quarterWidth,
quarterHeight
, quarterWidth*2+1,
quarterHeight
*2+1);
78
int y =
quarterHeight
;
80
int ySpacing =
quarterHeight
* 16;
91
draw9(canvas, x, y, NULL, quarterWidth*1/2,
quarterHeight
*1/2)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp
267
int
quarterHeight
= m_height / 4;
395
triangle(m_right - quarterWidth, m_top +
quarterHeight
, m_right - quarterWidth, m_bottom -
quarterHeight
, m_left + quarterWidth, m_top + halfHeight, m_fgColor);
401
triangle(m_left + quarterWidth, m_top +
quarterHeight
, m_right - quarterWidth, m_top + halfHeight, m_left + quarterWidth, m_bottom -
quarterHeight
, m_fgColor);
407
triangle(m_left + quarterWidth, m_bottom -
quarterHeight
, m_left + halfWidth, m_top +
quarterHeight
, m_right - quarterWidth, m_bottom -
quarterHeight
, m_fgColor);
413
triangle(m_left + quarterWidth, m_top +
quarterHeight
, m_right - quarterWidth, m_top +
quarterHeight
, m_left + halfWidth, m_bottom - quarterHeight, m_fgColor)
[
all
...]
WebTestThemeEngineMock.cpp
335
int
quarterHeight
= irect.height() / 4;
346
left + quarterWidth, top +
quarterHeight
,
347
right - quarterWidth, top +
quarterHeight
,
348
left + halfWidth, bottom -
quarterHeight
,
356
right - quarterWidth, top +
quarterHeight
,
357
right - quarterWidth, bottom -
quarterHeight
,
365
left + quarterWidth, top +
quarterHeight
,
367
left + quarterWidth, bottom -
quarterHeight
,
374
left + quarterWidth, bottom -
quarterHeight
,
375
left + halfWidth, top +
quarterHeight
,
[
all
...]
/external/zxing/core/
core.jar
Completed in 594 milliseconds