Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/awt/org/apache/harmony/awt/gl/render/
DJavaShapeRasterizer.java265 int bound = n >> 16; in getNext() local
275 int bound = n >> 16; in getPrev() local
284 int bound = edgesN[cur] >> 16; in getNextShape() local
/frameworks/base/awt/java/beans/
DPropertyDescriptor.java35 private boolean bound; field in PropertyDescriptor
199 public void setBound(boolean bound) { in setBound()
/frameworks/base/awt/org/apache/harmony/awt/gl/
DCrossing.java230 …int addBound(double bound[], int bc, double res[], int rc, double minX, double maxX, boolean chang… in addBound()
340 …int addBound(double bound[], int bc, double res[], int rc, double minX, double maxX, boolean chang… in addBound()
523 static void sortBound(double bound[], int bc) { in sortBound()
551 static int crossBound(double bound[], int bc, double py1, double py2) { in crossBound()