Home | History | Annotate | Download | only in selection

Lines Matching defs:corner

364         // Enum values used to determine the corner at which the origin is located within the
453 * Resizes the selection by adjusting the pointer (i.e., the corner of the selection
672 * lower-right corner, whether it is possible that the position is the nearest to the
677 int corner = computeCornerNearestOrigin();
678 switch (corner) {
693 throw new RuntimeException("Invalid corner type.");
921 * Computes the corner of the selection nearest the origin.