OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cHeight
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
304
LayoutUnit
cHeight
= contentHeight();
316
if (cWidth > 2 &&
cHeight
> 2) {
323
context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffset.y() + topBorder + topPad, cWidth,
cHeight
)));
330
LayoutUnit usableHeight =
cHeight
- 2 * borderWidth;
375
} else if (m_imageResource->hasImage() && cWidth > 0 &&
cHeight
> 0) {
376
RefPtr<Image> img = m_imageResource->image(cWidth,
cHeight
);
/packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java
116
int
cHeight
= mContent.getShortcutsAndWidgets().getCellContentHeight();
118
int cellPaddingY = (int) Math.max(0, ((coords.height() -
cHeight
) / 2f));
ShortcutAndWidgetContainer.java
154
int
cHeight
= getCellContentHeight();
155
int cellPaddingY = (int) Math.max(0, ((lp.height -
cHeight
) / 2f));
CellLayout.java
[
all
...]
Completed in 59 milliseconds