Searched defs:bound (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/awt/java/beans/
H A DPropertyDescriptor.java35 private boolean bound; field in class:PropertyDescriptor
199 public void setBound(boolean bound) { argument
200 this.bound = bound;
208 return bound;
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCrossing.java230 int addBound(double bound[], int bc, double res[], int rc, double minX, double maxX, boolean changeId, int id) { argument
236 bound[bc++] = t;
237 bound[bc++] = rx;
238 bound[bc++] = t * (t * Ay + By);
239 bound[bc++] = id;
340 int addBound(double bound[], int bc, double res[], int rc, double minX, double maxX, boolean changeId, int id) { argument
346 bound[bc++] = t;
347 bound[bc++] = rx;
348 bound[bc++] = t * (t * (t * Ay + By) + Cy);
349 bound[b
523 sortBound(double bound[], int bc) argument
551 crossBound(double bound[], int bc, double py1, double py2) argument
[all...]

Completed in 377 milliseconds