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

  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 114 int cWidth = mContent.getShortcutsAndWidgets().getCellContentWidth();
116 int cellPaddingX = (int) Math.max(0, ((coords.width() - cWidth) / 2f));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 275 LayoutUnit cWidth = contentWidth();
288 if (cWidth > 2 && cHeight > 2) {
295 context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffset.y() + topBorder + topPad, cWidth, cHeight)));
301 LayoutUnit usableWidth = cWidth - 2 * borderWidth;
341 int availableWidth = cWidth - static_cast<int>(paddingWidth);
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 685 int cWidth = (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (width-cX);
689 context.scissor(cX, cY, cWidth, cHeight);
    [all...]

Completed in 530 milliseconds