Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxshade4.h157 int patch_fill(patch_fill_state_t * pfs, const patch_curve_t curve[4],
H A Dgxshade1.c110 code = patch_fill(&pfs1, curve, NULL, NULL); in Fb_fill_region()
205 code = patch_fill(&pfs1, curve, NULL, NULL); in A_fill_region()
391 code = patch_fill(pfs, curve, NULL, NULL); in R_tensor_annulus()
H A Dgxshade6.c330 (code = patch_fill(&state, curve, NULL, Cp_transform)) >= 0 in gs_shading_Cp_fill_rectangle()
432 code = patch_fill(&state, curve, swapped_interior, Tpp_transform); in gs_shading_Tpp_fill_rectangle()
3472 patch_fill(patch_fill_state_t *pfs, const patch_curve_t curve[4], in patch_fill() function