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/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) {
/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 60 milliseconds