Lines Matching refs:filled
660 * Display filled arc first (if wanted), then outline. If the extent
741 * distance from the point to the arc. If itemPtr is filled,
743 * itemPtr isn't filled, then "inside" means only the area
762 int filled, angleInRange;
765 filled = 1;
767 filled = 0;
815 filled = 1;
817 filled = 0;
839 newDist = TkOvalToPoint(arcPtr->bbox, width, filled, pointPtr);
872 newDist = TkOvalToPoint(arcPtr->bbox, width, filled, pointPtr);
879 if (filled && (polyDist < dist)) {
925 int numPoints, filled;
933 filled = 1;
935 filled = 0;
1089 * outer perimiter of the arc. If the arc isn't filled, then also
1103 if ((width > 1.0) && !filled) {
1633 * If the arc is filled, output Postscript for the interior region