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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
ImagePainter.cpp 74 LayoutUnit cHeight = m_renderImage.contentHeight();
82 if (cWidth > 2 && cHeight > 2) {
94 context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffset.y() + topBorder + topPad, cWidth, cHeight)));
101 LayoutUnit usableHeight = cHeight - 2 * borderWidth;
151 } else if (m_renderImage.imageResource()->hasImage() && cWidth > 0 && cHeight > 0) {
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 115 int cHeight = mContent.getShortcutsAndWidgets().getCellContentHeight();
117 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...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 686 int cHeight = (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (height-cY);
689 context.scissor(cX, cY, cWidth, cHeight);
    [all...]

Completed in 437 milliseconds