Home
last modified time | relevance | path

Searched refs:y_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
1430 y_temp_src = y_source; in glamor_composite_clipped_region()
1490 y_temp_src = -extent->y1 + y_dest + dest->pDrawable->y; in glamor_composite_clipped_region()
1545 y_temp_src += temp_src->pDrawable->y; in glamor_composite_clipped_region()
1567 prect[i].y_src = box[i].y1 + y_temp_src - y_dest; in glamor_composite_clipped_region()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog44220 y_temp_src = -extent->y1 + y_dest;
44232 x_temp_src/y_temp_src are supposed to be the coordinates of the original
44236 y_temp_src = y_source - y_source_clipped;
44240 x_temp_src/y_temp_src will always be non-positive; the original source
44262 y_temp_src = -extent->y1 + y_dest + dest->pDrawable->y;