Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_copy.c520 BoxPtr tmp_box; in glamor_copy_fbo_fbo_temp() local
556 tmp_box = calloc(nbox, sizeof (BoxRec)); in glamor_copy_fbo_fbo_temp()
557 if (!tmp_box) in glamor_copy_fbo_fbo_temp()
563 tmp_box[n].x1 = box[n].x1 - bounds.x1; in glamor_copy_fbo_fbo_temp()
564 tmp_box[n].x2 = box[n].x2 - bounds.x1; in glamor_copy_fbo_fbo_temp()
565 tmp_box[n].y1 = box[n].y1 - bounds.y1; in glamor_copy_fbo_fbo_temp()
566 tmp_box[n].y2 = box[n].y2 - bounds.y1; in glamor_copy_fbo_fbo_temp()
572 tmp_box, in glamor_copy_fbo_fbo_temp()
591 free(tmp_box); in glamor_copy_fbo_fbo_temp()
597 free(tmp_box); in glamor_copy_fbo_fbo_temp()