Lines Matching refs:height
105 DISPLAY_TEST_CHK_RETURN((y < 0 || y >= handle.height), 0,
106 DISPLAY_TEST_LOGE("CheckPixel invalid parameter y:%{public}d height:%{public}d", y, handle.height));
138 DISPLAY_TEST_CHK_RETURN((y < 0 || y >= handle.height), 0,
139 DISPLAY_TEST_LOGE("CheckPixel invalid parameter y:%{public}d height:%{public}d", y, handle.height));
179 DISPLAY_TEST_CHK_RETURN_NOT_VALUE((y < 0 || y >= handle.height),
180 DISPLAY_TEST_LOGE("CheckPixel invalid parameter y:%{public}d height:%{public}d", y, handle.height));
195 for (int32_t y = 0; y < handle.height; y++) {
226 const uint32_t CELL_HEIGHT = handle.height / COL_NUM;