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

  /external/webkit/WebCore/rendering/
RenderImage.cpp 358 int cHeight = contentHeight();
373 if (cWidth > 2 && cHeight > 2) {
381 context->drawRect(IntRect(tx + leftBorder + leftPad, ty + topBorder + topPad, cWidth, cHeight));
392 int usableHeight = cHeight - 2;
423 } else if (usableWidth >= textWidth && cHeight >= font.height())
427 } else if (hasImage() && cWidth > 0 && cHeight > 0) {
428 Image* img = image(cWidth, cHeight);
437 IntSize contentSize(cWidth, cHeight);
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorBar.java 122 int cHeight = (cBottom - yoffset) / (count - i);
123 int nextYoffset = yoffset + cHeight;

Completed in 33 milliseconds