Home
last modified time | relevance | path

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

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsstate.c748 int scanconverter = gs_getscanconverter(pgs->memory); in sanitize_fill_adjust() local
749 …if (scanconverter >= GS_SCANCONVERTER_EDGEBUFFER || (GS_SCANCONVERTER_DEFAULT_IS_EDGEBUFFER && sca… in sanitize_fill_adjust()
761 libctx->core->scanconverter = converter; in gs_setscanconverter()
772 return libctx->core->scanconverter; in gs_getscanconverter()
H A Dgslibctx.h106 int scanconverter; member
H A Dgxfill.c302 int scanconverter; in gx_general_fill_path() local
436 …if (!fo.is_spotan && ((scanconverter = gs_getscanconverter(pdev->memory)) >= GS_SCANCONVERTER_EDGE… in gx_general_fill_path()
437 … (scanconverter == GS_SCANCONVERTER_DEFAULT && GS_SCANCONVERTER_DEFAULT_IS_EDGEBUFFER))) { in gx_general_fill_path()
H A Dgslibctx.c326 pio->core->scanconverter = GS_SCANCONVERTER_DEFAULT; in gs_lib_ctx_init()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsstate.c748 int scanconverter = gs_getscanconverter(pgs->memory); in sanitize_fill_adjust() local
749 …if (scanconverter >= GS_SCANCONVERTER_EDGEBUFFER || (GS_SCANCONVERTER_DEFAULT_IS_EDGEBUFFER && sca… in sanitize_fill_adjust()
761 libctx->core->scanconverter = converter; in gs_setscanconverter()
772 return libctx->core->scanconverter; in gs_getscanconverter()
H A Dgslibctx.h106 int scanconverter; member
H A Dgxfill.c302 int scanconverter; in gx_general_fill_path() local
436 …if (!fo.is_spotan && ((scanconverter = gs_getscanconverter(pdev->memory)) >= GS_SCANCONVERTER_EDGE… in gx_general_fill_path()
437 … (scanconverter == GS_SCANCONVERTER_DEFAULT && GS_SCANCONVERTER_DEFAULT_IS_EDGEBUFFER))) { in gx_general_fill_path()
H A Dgslibctx.c326 pio->core->scanconverter = GS_SCANCONVERTER_DEFAULT; in gs_lib_ctx_init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog53058 to differences between the current scanconverter and GDI's font scaler.