Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsshade.c549 gs_rect path_rect; in gs_shading_fill_path() local
551 path_rect.p.x = fixed2float(path_box.p.x); in gs_shading_fill_path()
552 path_rect.p.y = fixed2float(path_box.p.y); in gs_shading_fill_path()
553 path_rect.q.x = fixed2float(path_box.q.x); in gs_shading_fill_path()
554 path_rect.q.y = fixed2float(path_box.q.y); in gs_shading_fill_path()
555 gs_bbox_transform_inverse(&path_rect, (const gs_matrix *)pmat, &rect); in gs_shading_fill_path()