OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usableWidth
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
329
LayoutUnit
usableWidth
= cWidth - 2 * borderWidth;
334
if (m_imageResource->errorOccurred() && !image->isNull() &&
usableWidth
>= image->width() && usableHeight >= image->height()) {
342
LayoutUnit centerX = (
usableWidth
- imageSize.width()) / 2;
369
if (
usableWidth
>= textWidth && fontMetrics.height() <= imageOffset.height())
371
} else if (
usableWidth
>= textWidth && usableHeight >= fontMetrics.height())
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java
367
int
usableWidth
= getWidth() - getPaddingLeft() - getPaddingRight();
368
// Compute the ceiling of (
usableWidth
/ mThumbnailWidth).
369
mNumberOfThumbnails = (
usableWidth
+ mThumbnailWidth - 1) / mThumbnailWidth;
/frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp
[
all
...]
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
[
all
...]
Completed in 55 milliseconds