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

  /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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 276 LayoutUnit cHeight = contentHeight();
288 if (cWidth > 2 && cHeight > 2) {
295 context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffset.y() + topBorder + topPad, cWidth, cHeight)));
302 LayoutUnit usableHeight = cHeight - 2 * borderWidth;
352 } else if (m_imageResource->hasImage() && cWidth > 0 && cHeight > 0) {
353 RefPtr<Image> img = m_imageResource->image(cWidth, cHeight);
  /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 385 milliseconds