Searched refs:base_x (Results 1 – 2 of 2) sorted by relevance
274 int base_x = (X_START >> g_tile_w_shift) * (g_tile_width * TILE_Height); in setHeight_Width() local275 int x_pos = (X_START & g_tile_w_mod) + base_x; in setHeight_Width()404 int base_x = 0; in detFieldOrderBot() local449 base_x = (x >> g_tile_w_shift) * (g_tile_width * TILE_Height); in detFieldOrderBot()450 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderBot()613 int base_x = 0; in detFieldOrderTop() local664 base_x = (x >> g_tile_w_shift) * (g_tile_width * TILE_Height); in detFieldOrderTop()665 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderTop()