Lines Matching full:square
31 * square: a rectangle
35 * coordinate space (as real numbers) which describe the circle, square, or
48 * shape ::= circle|square|line
67 * The line end-caps are 'flat'; they go through the points. The square line
200 * 2) If the shape is within a square of size 1x1 centered on the pixel assume
202 * that square.
342 /* "square",
348 /* Is x,y inside the square (x1,y1)..(x2,y2)? */
410 * the check has to expand and contract the square by that amount; '0'
411 * means close enough to the edge of the square that the bicubic filter has
447 else /* Inside or outside the square by more than w+FILTER_WIDTH. */
455 * The functions here are analoguous to the square ones; however, they check
463 /* Inside the square, so maybe inside the circle too: */
530 /* Exactly as the 'square' code. */
544 else /* Inside or outside the square by more than w+FILTER_WIDTH. */
636 { "square",
833 " shape ::= circle|square|line\n"