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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c1900 int uniformGroups; /* Number of currently used uniform groups. */
2029 uniformGroups = 0;
2033 for (start = 0; start < uniformGroups; start++) {
2038 if (start >= uniformGroups) {
2043 if (uniformGroups >= uniformGroupsAlloced) {
2062 uniformGroups++;
2079 if (uniformGroups > 0) {
2082 for (start = 0; start < uniformGroups; start++) {
1884 int uniformGroups; /* Number of currently used uniform groups. */ local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c1732 int uniformGroups; /* Number of currently used uniform groups. */
1855 uniformGroups = 0;
1859 for (start = 0; start < uniformGroups; start++) {
1864 if (start >= uniformGroups) {
1869 if (uniformGroups >= uniformGroupsAlloced) {
1887 uniformGroups++;
1904 if (uniformGroups > 0) {
1907 for (start = 0; start < uniformGroups; start++) {
1717 int uniformGroups; /* Number of currently used uniform groups. */ local

Completed in 103 milliseconds