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

  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 275 int usableHeight = cHeight - 2;
279 if (m_imageResource->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
284 int centerY = (usableHeight - image->height()) / 2;
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 1044 int32_t usableHeight = cropBottom - cropTop + 1;
1049 usableHeight = mDisplayHeight;
1055 mStats.mVideoHeight = usableHeight;
1066 MEDIA_SET_VIDEO_SIZE, usableHeight, usableWidth);
1069 MEDIA_SET_VIDEO_SIZE, usableWidth, usableHeight);
    [all...]

Completed in 131 milliseconds