Searched refs:filled (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkCanvArc.c | 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, pointPt 755 int filled, angleInRange; local 917 int numPoints, filled; local [all...] |
H A D | tkRectOval.c | 542 * 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 D | tkTrig.c | 665 * from the point to the oval. If the oval is filled, then 667 * the oval isn't filled, then "inside" means only the area 678 TkOvalToPoint(ovalPtr, width, filled, pointPtr) 683 int filled; /* Non-zero means oval should be treated as 684 * filled; zero means only consider outline. */ 720 * outer edge of the oval. If this is a filled oval, then we 726 if (filled) { 931 * The array at *xPointPtr gets filled in with numSteps XPoints 983 * The array at *coordPtr gets filled in with 2*numSteps 1033 * Either or both of the xPoints or dblPoints arrays are filled [all...] |
H A D | tkInt.h | 271 * filled up, so we have to pick an 309 * field is filled in when XUnhandle 779 double width, int filled, double pointPtr[2]));
|
Completed in 38 milliseconds