HomeSort by relevance Sort by last modified time
    Searched refs:clipWidth (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) {
158 int x2 = Math.min(left + node.viewNode.width, clipX + clipWidth);
163 clipWidth = x2 - x1;
165 if (x < clipX || x > clipX + clipWidth || y < clipY || y > clipY + clipHeight) {
175 clipWidth, clipHeight);
  /external/webkit/Source/WebCore/rendering/
RenderFieldset.cpp 176 int clipWidth = max(static_cast<int>(style()->borderLeftWidth()), legend->width());
177 graphicsContext->clipOut(IntRect(clipLeft, ty + legend->y(), clipWidth, legend->height()));
RenderBox.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 56 clipWidth :double;

Completed in 425 milliseconds