Home
last modified time | relevance | path

Searched refs:tile_phase (Results 1 – 25 of 42) sorted by relevance

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclrast.c392 state.tile_phase.x, in clist_playback_band()
393 state.tile_phase.y); in clist_playback_band()
831 tile_phase.x = in clist_playback_band()
835 (state.tile_phase.x + x0) % in clist_playback_band()
851 tile_phase.y = in clist_playback_band()
856 (state.tile_phase.y + y0) % in clist_playback_band()
859 -(state.tile_phase.x + x0), in clist_playback_band()
860 -(state.tile_phase.y + y0), in clist_playback_band()
1443 tile_phase.x, tile_phase.y, log_op); in clist_playback_band()
1455 tile_phase.x, tile_phase.y); in clist_playback_band()
[all …]
H A Dgxclrect.c216 if (px != pcls->tile_phase.x || py != pcls->tile_phase.y) { in clist_strip_tile_rectangle()
647 phase_x, pcls->tile_phase.y, lop); in clist_strip_copy_rop()
654 if (phase_x != pcls->tile_phase.x || in clist_strip_copy_rop()
655 phase_y != pcls->tile_phase.y in clist_strip_copy_rop()
H A Dgxclutil.c492 pcls->tile_phase.x = px; in cmd_set_tile_phase()
493 pcls->tile_phase.y = py; in cmd_set_tile_phase()
494 cmd_putxy(pcls->tile_phase, dp); in cmd_set_tile_phase()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclrast.c392 state.tile_phase.x, in clist_playback_band()
393 state.tile_phase.y); in clist_playback_band()
831 tile_phase.x = in clist_playback_band()
835 (state.tile_phase.x + x0) % in clist_playback_band()
851 tile_phase.y = in clist_playback_band()
856 (state.tile_phase.y + y0) % in clist_playback_band()
859 -(state.tile_phase.x + x0), in clist_playback_band()
860 -(state.tile_phase.y + y0), in clist_playback_band()
1443 tile_phase.x, tile_phase.y, log_op); in clist_playback_band()
1455 tile_phase.x, tile_phase.y); in clist_playback_band()
[all …]
H A Dgxclrect.c216 if (px != pcls->tile_phase.x || py != pcls->tile_phase.y) { in clist_strip_tile_rectangle()
647 phase_x, pcls->tile_phase.y, lop); in clist_strip_copy_rop()
654 if (phase_x != pcls->tile_phase.x || in clist_strip_copy_rop()
655 phase_y != pcls->tile_phase.y in clist_strip_copy_rop()
H A Dgxclutil.c492 pcls->tile_phase.x = px; in cmd_set_tile_phase()
493 pcls->tile_phase.y = py; in cmd_set_tile_phase()
494 cmd_putxy(pcls->tile_phase, dp); in cmd_set_tile_phase()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclrast.c496 gs_int_point tile_phase, color_phase; in clist_playback_band() local
582 tile_phase.x = color_phase.x = x0; in clist_playback_band()
583 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1144 tile_phase.x = in clist_playback_band()
1148 (state.tile_phase.x + x0) % in clist_playback_band()
1164 tile_phase.y = in clist_playback_band()
1169 (state.tile_phase.y + y0) % in clist_playback_band()
1731 tile_phase.x, tile_phase.y); in clist_playback_band()
2129 tile_phase.x, tile_phase.y, log_op); in clist_playback_band()
2139 tile_phase.x, tile_phase.y, log_op, in clist_playback_band()
[all …]
H A Dgxclutil.c656 pcls->tile_phase.x = px; in cmd_set_tile_phase_generic()
657 pcls->tile_phase.y = py; in cmd_set_tile_phase_generic()
658 cmd_putxy(pcls->tile_phase, dp); in cmd_set_tile_phase_generic()
H A Dgxclpath.c174 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
175 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
275 pcls1->tile_phase.x = pcls->tile_phase.x; in cmd_put_drawing_color()
276 pcls1->tile_phase.y = pcls->tile_phase.y; in cmd_put_drawing_color()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclrast.c496 gs_int_point tile_phase, color_phase; in clist_playback_band() local
582 tile_phase.x = color_phase.x = x0; in clist_playback_band()
583 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1144 tile_phase.x = in clist_playback_band()
1148 (state.tile_phase.x + x0) % in clist_playback_band()
1164 tile_phase.y = in clist_playback_band()
1169 (state.tile_phase.y + y0) % in clist_playback_band()
1731 tile_phase.x, tile_phase.y); in clist_playback_band()
2129 tile_phase.x, tile_phase.y, log_op); in clist_playback_band()
2139 tile_phase.x, tile_phase.y, log_op, in clist_playback_band()
[all …]
H A Dgxclutil.c656 pcls->tile_phase.x = px; in cmd_set_tile_phase_generic()
657 pcls->tile_phase.y = py; in cmd_set_tile_phase_generic()
658 cmd_putxy(pcls->tile_phase, dp); in cmd_set_tile_phase_generic()
H A Dgxclpath.c174 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
175 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
275 pcls1->tile_phase.x = pcls->tile_phase.x; in cmd_put_drawing_color()
276 pcls1->tile_phase.y = pcls->tile_phase.y; in cmd_put_drawing_color()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dnine_piece_image_painter.cc124 FloatPoint tile_phase(draw_info.destination.X() - h_tile->phase, in PaintPieces() local
135 tile_scale_factor, tile_phase, tile_spacing); in PaintPieces()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dnine_piece_image_painter.cc123 FloatPoint tile_phase(draw_info.destination.X() - h_tile->phase, in PaintPieces() local
134 tile_scale_factor, tile_phase, tile_spacing); in PaintPieces()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclrast.c497 gs_int_point tile_phase, color_phase; in clist_playback_band() local
592 tile_phase.x = color_phase.x = x0; in clist_playback_band()
593 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1179 tile_phase.x = in clist_playback_band()
1183 (state.tile_phase.x + x0) % in clist_playback_band()
1199 tile_phase.y = in clist_playback_band()
1204 (state.tile_phase.y + y0) % in clist_playback_band()
1805 tile_phase.x, tile_phase.y); in clist_playback_band()
2235 tile_phase.x, tile_phase.y, log_op); in clist_playback_band()
2245 tile_phase.x, tile_phase.y, log_op, in clist_playback_band()
[all …]
H A Dgxclutil.c681 pcls->tile_phase.x = px; in cmd_set_tile_phase_generic()
682 pcls->tile_phase.y = py; in cmd_set_tile_phase_generic()
683 cmd_putxy(pcls->tile_phase, &dp); in cmd_set_tile_phase_generic()
H A Dgxclpath.c180 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
181 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
299 pcls1->tile_phase.x = pcls->tile_phase.x; in cmd_put_drawing_color()
300 pcls1->tile_phase.y = pcls->tile_phase.y; in cmd_put_drawing_color()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclrast.c497 gs_int_point tile_phase, color_phase; in clist_playback_band() local
592 tile_phase.x = color_phase.x = x0; in clist_playback_band()
593 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1179 tile_phase.x = in clist_playback_band()
1183 (state.tile_phase.x + x0) % in clist_playback_band()
1199 tile_phase.y = in clist_playback_band()
1204 (state.tile_phase.y + y0) % in clist_playback_band()
1805 tile_phase.x, tile_phase.y); in clist_playback_band()
2235 tile_phase.x, tile_phase.y, log_op); in clist_playback_band()
2245 tile_phase.x, tile_phase.y, log_op, in clist_playback_band()
[all …]
H A Dgxclutil.c681 pcls->tile_phase.x = px; in cmd_set_tile_phase_generic()
682 pcls->tile_phase.y = py; in cmd_set_tile_phase_generic()
683 cmd_putxy(pcls->tile_phase, &dp); in cmd_set_tile_phase_generic()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclrast.c667 cmd_getw(state.tile_phase.x, cbp); in clist_playback_band()
670 state.tile_phase.x, in clist_playback_band()
671 state.tile_phase.y); in clist_playback_band()
1084 tile_phase.x = in clist_playback_band()
1088 (state.tile_phase.x + x0) % in clist_playback_band()
1104 tile_phase.y = in clist_playback_band()
1109 (state.tile_phase.y + y0) % in clist_playback_band()
1112 -(state.tile_phase.x + x0), in clist_playback_band()
1113 -(state.tile_phase.y + y0), in clist_playback_band()
2005 tile_phase.x, tile_phase.y, log_op); in clist_playback_band()
[all …]
H A Dgxclutil.c602 pcls->tile_phase.x = px; in cmd_set_tile_phase_generic()
603 pcls->tile_phase.y = py; in cmd_set_tile_phase_generic()
604 cmd_putxy(pcls->tile_phase, dp); in cmd_set_tile_phase_generic()
H A Dgxclpath.c168 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
169 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
257 pcls1->tile_phase.x = pcls->tile_phase.x; in cmd_put_drawing_color()
258 pcls1->tile_phase.y = pcls->tile_phase.y; in cmd_put_drawing_color()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclrast.c667 cmd_getw(state.tile_phase.x, cbp); in clist_playback_band()
670 state.tile_phase.x, in clist_playback_band()
671 state.tile_phase.y); in clist_playback_band()
1084 tile_phase.x = in clist_playback_band()
1088 (state.tile_phase.x + x0) % in clist_playback_band()
1104 tile_phase.y = in clist_playback_band()
1109 (state.tile_phase.y + y0) % in clist_playback_band()
1112 -(state.tile_phase.x + x0), in clist_playback_band()
1113 -(state.tile_phase.y + y0), in clist_playback_band()
2005 tile_phase.x, tile_phase.y, log_op); in clist_playback_band()
[all …]
H A Dgxclutil.c602 pcls->tile_phase.x = px; in cmd_set_tile_phase_generic()
603 pcls->tile_phase.y = py; in cmd_set_tile_phase_generic()
604 cmd_putxy(pcls->tile_phase, dp); in cmd_set_tile_phase_generic()
H A Dgxclpath.c168 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
169 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
257 pcls1->tile_phase.x = pcls->tile_phase.x; in cmd_put_drawing_color()
258 pcls1->tile_phase.y = pcls->tile_phase.y; in cmd_put_drawing_color()

12