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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 279 LayoutUnit cHeight = contentHeight();
298 if (cWidth > 2 && cHeight > 2) {
305 context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffset.y() + topBorder + topPad, cWidth, cHeight)));
312 LayoutUnit usableHeight = cHeight - 2 * borderWidth;
358 } else if (m_imageResource->hasImage() && cWidth > 0 && cHeight > 0) {
359 RefPtr<Image> img = m_imageResource->image(cWidth, cHeight);
366 LayoutSize contentSize(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 167 milliseconds