Searched refs:nWinPoints (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinDraw.c110 int nWinPoints; /* Current size of point array. */ member in struct:ThreadSpecificData
248 if (npoints > tsdPtr->nWinPoints) {
254 tsdPtr->nWinPoints = -1;
257 tsdPtr->nWinPoints = npoints;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinDraw.c111 int nWinPoints; /* Current size of point array. */ member in struct:ThreadSpecificData
249 if (npoints > tsdPtr->nWinPoints) {
255 tsdPtr->nWinPoints = -1;
258 tsdPtr->nWinPoints = npoints;

Completed in 116 milliseconds