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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 330 LayoutUnit usableHeight = cHeight - 2 * borderWidth;
334 if (m_imageResource->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
345 LayoutUnit centerY = (usableHeight - imageSize.height()) / 2;
371 } else if (usableWidth >= textWidth && usableHeight >= fontMetrics.height())
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]

Completed in 2189 milliseconds