Home
last modified time | relevance | path

Searched refs:x_temp_src (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c1410 int x_temp_src, y_temp_src, x_temp_mask, y_temp_mask; in glamor_composite_clipped_region() local
1429 x_temp_src = x_source; in glamor_composite_clipped_region()
1489 x_temp_src = -extent->x1 + x_dest + dest->pDrawable->x; in glamor_composite_clipped_region()
1544 x_temp_src += temp_src->pDrawable->x; in glamor_composite_clipped_region()
1566 prect[i].x_src = box[i].x1 + x_temp_src - x_dest; in glamor_composite_clipped_region()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog44219 x_temp_src = -extent->x1 + x_dest;
44232 x_temp_src/y_temp_src are supposed to be the coordinates of the original
44235 x_temp_src = x_source - x_source_clipped;
44240 x_temp_src/y_temp_src will always be non-positive; the original source
44244 x_temp_src = x_source - x_source_clipped
44261 x_temp_src = -extent->x1 + x_dest + dest->pDrawable->x;