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

/ast/src/lib/libtk/generic/
H A DtkGrid.c1551 int noWeights = 0; /* True if the span has no weights. */
1588 noWeights++;
1607 weight += noWeights ? 1 : layoutPtr[slot].weight;
1608 if ((noWeights || layoutPtr[slot].weight>0) &&
1620 weight += noWeights ? 1 : layoutPtr[slot].weight;
1544 int noWeights = 0; /* True if the span has no weights. */ local

Completed in 11 milliseconds