HomeSort by relevance Sort by last modified time
    Searched refs:actualHeight (Results 1 - 12 of 12) sorted by null

  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 93 int actualWidth, int actualHeight,
98 *encoderHeight = actualHeight;
102 encoderRect->bottom = actualHeight - 1;
103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 199 final int actualHeight = parentHeight;
218 assertEquals(RELATIVE_FROM_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
225 assertEquals(((RELATIVE_TO_Y_DELTA + RELATIVE_FROM_Y_DELTA) / 2) * actualHeight,
232 assertEquals(RELATIVE_TO_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 147 int actualHeight = mMockSurfaceView.getHeightInOnMeasure();
149 assertEquals(expectedHeight, actualHeight);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp 412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight;
414 int offsetY = (windowHeight - actualHeight) / 2;
419 rect.bottom = offsetY + actualHeight;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.h 172 int actualHeight() const;
ScrollView.cpp 311 int ScrollView::actualHeight() const
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp     [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 741 int actualWidth, actualHeight;
833 actualHeight = vidmodes[best_fit]->vdisplay;
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 1099 return static_cast<int>(view->actualHeight() / m_frame->pageZoomFactor());
    [all...]

Completed in 614 milliseconds