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

  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaLineRasterizer.java 396 newx1 = clipY(dx, dy, newy1, true);
401 newx1 = clipY(dx, dy, newy1, false);
425 newx2 = clipY(dx, dy, newy2, true);
429 newx2 = clipY(dx, dy, newy2, false);
686 static int clipY(int dx, int dy, int cx, boolean top) {
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 55 clipY :double;
  /external/webkit/WebCore/rendering/
RenderBox.cpp 903 int clipY = ty + bTop;
913 return IntRect(clipX, clipY, clipWidth, clipHeight);
919 int clipY = ty;
    [all...]

Completed in 277 milliseconds