Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_spans.c305 BoxPtr clip_box = RegionRects(gc->pCompositeClip); in glamor_set_spans_gl() local
318 if (x1 < clip_box->x1) { in glamor_set_spans_gl()
319 l += (clip_box->x1 - x1) * (drawable->bitsPerPixel >> 3); in glamor_set_spans_gl()
320 x1 = clip_box->x1; in glamor_set_spans_gl()
322 if (x2 > clip_box->x2) in glamor_set_spans_gl()
323 x2 = clip_box->x2; in glamor_set_spans_gl()
325 if (y < clip_box->y1) in glamor_set_spans_gl()
327 if (y >= clip_box->y2) in glamor_set_spans_gl()