Home
last modified time | relevance | path

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

/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-tag-attributes-private.h80 int damaged_rows_before_error; member
H A Dcairo-tag-attributes.c656 ccitt_params->damaged_rows_before_error = 0; in _cairo_tag_parse_ccitt_params()
680 ccitt_params->damaged_rows_before_error = attr->scalar.b; in _cairo_tag_parse_ccitt_params()
H A Dcairo-ps-surface.c3173 if (ccitt_params.damaged_rows_before_error > 0) { in _cairo_ps_surface_emit_ccitt_image()
3176 ccitt_params.damaged_rows_before_error); in _cairo_ps_surface_emit_ccitt_image()
H A Dcairo-pdf-surface.c3260 if (ccitt_params.damaged_rows_before_error > 0) { in _cairo_pdf_surface_emit_ccitt_image()
3262 ccitt_params.damaged_rows_before_error); in _cairo_pdf_surface_emit_ccitt_image()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-tag-attributes-private.h80 int damaged_rows_before_error; member
H A Dcairo-tag-attributes.c656 ccitt_params->damaged_rows_before_error = 0; in _cairo_tag_parse_ccitt_params()
680 ccitt_params->damaged_rows_before_error = attr->scalar.b; in _cairo_tag_parse_ccitt_params()
H A Dcairo-ps-surface.c3173 if (ccitt_params.damaged_rows_before_error > 0) { in _cairo_ps_surface_emit_ccitt_image()
3176 ccitt_params.damaged_rows_before_error); in _cairo_ps_surface_emit_ccitt_image()
H A Dcairo-pdf-surface.c3261 if (ccitt_params.damaged_rows_before_error > 0) { in _cairo_pdf_surface_emit_ccitt_image()
3263 ccitt_params.damaged_rows_before_error); in _cairo_pdf_surface_emit_ccitt_image()
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-tag-attributes-private.h80 int damaged_rows_before_error; member
H A Dcairo-tag-attributes.c663 ccitt_params->damaged_rows_before_error = 0; in _cairo_tag_parse_ccitt_params()
687 ccitt_params->damaged_rows_before_error = attr->scalar.b; in _cairo_tag_parse_ccitt_params()
H A Dcairo-ps-surface.c3173 if (ccitt_params.damaged_rows_before_error > 0) { in _cairo_ps_surface_emit_ccitt_image()
3176 ccitt_params.damaged_rows_before_error); in _cairo_ps_surface_emit_ccitt_image()
H A Dcairo-pdf-surface.c3513 if (ccitt_params.damaged_rows_before_error > 0) { in _cairo_pdf_surface_emit_ccitt_image()
3515 ccitt_params.damaged_rows_before_error); in _cairo_pdf_surface_emit_ccitt_image()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-tag-attributes-private.h80 int damaged_rows_before_error; member
H A Dcairo-tag-attributes.c656 ccitt_params->damaged_rows_before_error = 0; in _cairo_tag_parse_ccitt_params()
680 ccitt_params->damaged_rows_before_error = attr->scalar.b; in _cairo_tag_parse_ccitt_params()
H A Dcairo-ps-surface.c3173 if (ccitt_params.damaged_rows_before_error > 0) { in _cairo_ps_surface_emit_ccitt_image()
3176 ccitt_params.damaged_rows_before_error); in _cairo_ps_surface_emit_ccitt_image()
H A Dcairo-pdf-surface.c3261 if (ccitt_params.damaged_rows_before_error > 0) { in _cairo_pdf_surface_emit_ccitt_image()
3263 ccitt_params.damaged_rows_before_error); in _cairo_pdf_surface_emit_ccitt_image()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dcompressed-buffer.h35 int damaged_rows_before_error; member
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-image.c359 if (cp->u.fax.damaged_rows_before_error) in pdf_add_image()
360 … pdf_dict_put_int(ctx, dp, PDF_NAME(DamagedRowsBeforeError), cp->u.fax.damaged_rows_before_error); in pdf_add_image()
H A Dpdf-op-buffer.c626 if (cbuf->params.u.fax.damaged_rows_before_error > 0) in pdf_out_BI()
628 cbuf->params.u.fax.damaged_rows_before_error); in pdf_out_BI()