OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halfHeight
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp
283
int
halfHeight
= m_height / 2;
336
nestedBoxes(checkIndent,
halfHeight
, checkIndent,
halfHeight
, m_bgColor, m_fgColor);
340
circle(SkIntToScalar(
halfHeight
), m_bgColor);
344
circle(SkIntToScalar(
halfHeight
), m_bgColor);
345
circle(SkIntToScalar(
halfHeight
- checkIndent), m_fgColor);
350
int longOffset =
halfHeight
- notchLongOffset;
358
int longOffset =
halfHeight
- notchLongOffset;
398
line(m_left + gripLongIndent, m_top +
halfHeight
,
399
m_right - gripLongIndent, m_top +
halfHeight
, m_fgColor)
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java
126
final int
halfHeight
= mThumb.getIntrinsicHeight() / 2;
127
mThumb.setBounds(mThumbX - halfWidth, mThumbY -
halfHeight
, mThumbX + halfWidth,
128
mThumbY +
halfHeight
);
AudioTrackView.java
239
final int
halfHeight
=
257
mNormalizedGains[i] = value * value *
halfHeight
;
/external/webkit/Source/WebCore/css/
CSSGradientValue.cpp
506
float
halfHeight
= size.height() / 2;
510
endCorner.set(halfWidth,
halfHeight
);
512
endCorner.set(-halfWidth,
halfHeight
);
514
endCorner.set(-halfWidth, -
halfHeight
);
516
endCorner.set(halfWidth, -
halfHeight
);
524
secondPoint.set(halfWidth + endX, size.height() - (
halfHeight
+ endY));
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
770
int
halfHeight
= display.getHeight() /2;
773
new LinearLayout.LayoutParams(halfWidth,
halfHeight
);
784
assertEquals(rect.top +
halfHeight
, rect.bottom);
829
int
halfHeight
= display.getHeight() /2;
832
new LinearLayout.LayoutParams(halfWidth,
halfHeight
);
843
assertEquals(rect.top +
halfHeight
, rect.bottom);
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp
564
const int
halfHeight
= height / 2;
565
for (int row = 0; row <
halfHeight
; ++row) {
[
all
...]
/frameworks/base/services/input/
InputReader.cpp
[
all
...]
Completed in 374 milliseconds