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

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
LayoutViewer.java 152 int top, int clipX, int clipY, int clipWidth, int clipHeight) {
160 int y2 = Math.min(top + node.viewNode.height, clipY + clipHeight);
164 clipHeight = y2 - y1;
165 if (x < clipX || x > clipX + clipWidth || y < clipY || y > clipY + clipHeight) {
175 clipWidth, clipHeight);
  /external/webkit/Source/WebCore/rendering/
RenderFieldset.cpp 172 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height());
173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight));
RenderBox.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 57 clipHeight :double);

Completed in 545 milliseconds