OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
123
int
cHeight
= (cBottom - yoffset) / (count - i);
124
int nextYoffset = yoffset +
cHeight
;
Completed in 45 milliseconds