Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsalphac.c436 gs_get_bits_params_t std_params, native_params; in dca_fill_rectangle() local
455 std_params.options = in dca_fill_rectangle()
480 std_params.data[0] = std_row; in dca_fill_rectangle()
482 (target, &rect, &std_params, NULL); in dca_fill_rectangle()
486 dest.data = std_params.data[0]; in dca_fill_rectangle()
489 (std_params.options & GB_OFFSET_ANY ? std_params.x_offset : 0); in dca_fill_rectangle()
491 (std_params.options & GB_ALPHA_FIRST ? gs_image_alpha_first : in dca_fill_rectangle()
492 std_params.options & GB_ALPHA_LAST ? gs_image_alpha_last : in dca_fill_rectangle()
498 if (std_params.data[0] == std_row) { in dca_fill_rectangle()
506 &std_params, std_row, in dca_fill_rectangle()