HomeSort by relevance Sort by last modified time
    Searched refs:clipY (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) {
154 int y1 = Math.max(top, clipY);
155 int y2 = Math.min(top + node.viewNode.height, clipY + clipHeight);
157 clipY = y1;
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 55 clipY :double;
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]

Completed in 423 milliseconds