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

/ast/src/lib/libtk/generic/
H A DtkRectOval.c542 * Display filled part first (if wanted), then outline. If we're
588 * distance from the point to the rectangle. If itemPtr is filled,
590 * itemPtr isn't filled, then "inside" means only the area
628 * distance is 0 if rectangle is filled, otherwise compute
694 * distance from the point to the oval. If itemPtr is filled,
696 * itemPtr isn't filled, then "inside" means only the area
714 int filled;
717 filled = ovalPtr->fillGC != None;
720 filled = 1;
722 return TkOvalToPoint(ovalPtr->bbox, width, filled, pointPt
706 int filled; local
[all...]
H A DtkCanvArc.c660 * 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, pointPt
755 int filled, angleInRange; local
917 int numPoints, filled; local
[all...]

Completed in 11 milliseconds