Searched refs:x_count (Results 1 – 2 of 2) sorted by relevance
169 rt_uint8_t x_count = 0; in xpt2046_touch_readpoint() local178 ++x_count; in xpt2046_touch_readpoint()188 if (!x_count || !y_count) in xpt2046_touch_readpoint()194 …result->x_coordinate = ((float)x_cum / x_count - dev->min_raw_x) / (dev->max_raw_x - dev->min_raw_… in xpt2046_touch_readpoint()
2257 void ge2dFill_TileBlt(int srcx, int srcy, int destx, int desty, int width, int height, int x_count,… in ge2dFill_TileBlt() argument2266 sysprintf("%dx%d grids\n", x_count, y_count); in ge2dFill_TileBlt()2269 if (x_count > 0) x_count--; in ge2dFill_TileBlt()2300 tile_ctl = (y_count << 8) | (x_count); in ge2dFill_TileBlt()
Completed in 13 milliseconds