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

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
LayoutViewer.java 147 int top, int clipX, int clipY, int clipWidth, int clipHeight) {
152 int x1 = Math.max(left, clipX);
153 int x2 = Math.min(left + node.viewNode.width, clipX + clipWidth);
156 clipX = x1;
160 if (x < clipX || x > clipX + clipWidth || y < clipY || y > clipY + clipHeight) {
169 + child.viewNode.top - node.viewNode.scrollY, clipX, clipY,
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 54 clipX :double;
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]

Completed in 165 milliseconds