HomeSort by relevance Sort by last modified time
    Searched refs:clipX (Results 1 - 7 of 7) 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) {
157 int x1 = Math.max(left, clipX);
158 int x2 = Math.min(left + node.viewNode.width, clipX + clipWidth);
161 clipX = x1;
165 if (x < clipX || x > clipX + clipWidth || y < clipY || y > clipY + clipHeight) {
174 + child.viewNode.top - node.viewNode.scrollY, clipX, clipY,
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 54 clipX :double;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 60 private int clipX, clipY, clipW, clipH;
404 if (clipX != x || clipY != y || clipW != width || clipH != height) {
406 clipX = x;
418 clipX = 0;
    [all...]
LwjglRenderer.java 116 private int clipX, clipY, clipW, clipH;
725 if (clipX != x || clipY != y || clipW != width || clipH != height) {
727 clipX = x;
739 clipX = 0;
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 99 private int clipX, clipY, clipW, clipH;
694 if (clipX != x || clipY != y || clipW != width || clipH != height) {
699 clipX = x;
716 clipX = 0;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 292 milliseconds