Searched refs:tempY (Results 1 – 2 of 2) sorted by relevance
1046 constraints.tempY = curY; in GetLayoutInfo()1121 py = constraints.tempY + constraints.tempHeight; in GetLayoutInfo()1135 for (k = constraints.tempY; k < py; k++) in GetLayoutInfo()1139 for (k = constraints.tempY; k < py; k++) in GetLayoutInfo()1141 for (k = constraints.tempY; weight > 0.0 in GetLayoutInfo()1262 py = constraints.tempY + constraints.tempHeight; in GetLayoutInfo()1291 for (k = constraints.tempY; k < py; k++) in GetLayoutInfo()1295 for (k = constraints.tempY; k < py; k++) in GetLayoutInfo()1297 for (k = constraints.tempY; weight > 0.0 && in GetLayoutInfo()1308 int dy = pixels_diff/(py-constraints.tempY); in GetLayoutInfo()[all …]
102 int tempX, tempY; field in GBConstraints