Searched refs:tempX (Results 1 – 2 of 2) sorted by relevance
1045 constraints.tempX = curX; in GetLayoutInfo()1081 px = constraints.tempX + constraints.tempWidth; in GetLayoutInfo()1095 for (k = constraints.tempX; k < px; k++) in GetLayoutInfo()1099 for (k = constraints.tempX; k < px; k++) in GetLayoutInfo()1101 for (k = constraints.tempX; weight > 0.0 in GetLayoutInfo()1203 px = constraints.tempX + constraints.tempWidth; in GetLayoutInfo()1232 for (k = constraints.tempX; k < px; k++) in GetLayoutInfo()1236 for (k = constraints.tempX; k < px; k++) in GetLayoutInfo()1238 for (k = constraints.tempX; weight > 0.0 && in GetLayoutInfo()1249 int dx = pixels_diff/(px-constraints.tempX); in GetLayoutInfo()[all …]
102 int tempX, tempY; field in GBConstraints