Home
last modified time | relevance | path

Searched refs:step_matrix (Results 1 – 25 of 51) sorted by relevance

123

/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsptype1.c196 inst.step_matrix.xx, inst.step_matrix.xy, inst.step_matrix.yx, in gs_pattern1_make_pattern()
197 inst.step_matrix.yy, inst.step_matrix.tx, inst.step_matrix.ty); in gs_pattern1_make_pattern()
222 …if (fabs(inst.step_matrix.xx * inst.step_matrix.yy - inst.step_matrix.xy * inst.step_matrix.yx) < … in gs_pattern1_make_pattern()
227 inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
251 if (inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
339 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
340 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
1444 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write_raster()
1540 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_trans_write_raster()
1653 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write()
[all …]
H A Dgxp1fill.c155 step_matrix = ptile->step_matrix; in tile_by_steps()
156 step_matrix.tx -= ptfs->phase.x; in tile_by_steps()
157 step_matrix.ty -= ptfs->phase.y; in tile_by_steps()
172 step_matrix.tx, step_matrix.ty); in tile_by_steps()
194 step_matrix.yx * j + step_matrix.tx); in tile_by_steps()
196 step_matrix.yy * j + step_matrix.ty); in tile_by_steps()
578 step_matrix = ptile->step_matrix; in tile_by_steps_trans()
579 step_matrix.tx -= ptfs->phase.x; in tile_by_steps_trans()
595 step_matrix.tx, step_matrix.ty); in tile_by_steps_trans()
617 step_matrix.yx * j + step_matrix.tx); in tile_by_steps_trans()
[all …]
H A Dgdevpdfv.c138 if (is_xxyy(&tile->step_matrix)) in pdf_pattern()
139 step.x = tile->step_matrix.xx, step.y = tile->step_matrix.yy; in pdf_pattern()
140 else if (is_xyyx(&tile->step_matrix)) in pdf_pattern()
141 step.x = tile->step_matrix.yx, step.y = tile->step_matrix.xy; in pdf_pattern()
149 smat.tx = tile->step_matrix.tx / (pdev->HWResolution[0] / 72.0); in pdf_pattern()
150 smat.ty = tile->step_matrix.ty / (pdev->HWResolution[1] / 72.0); in pdf_pattern()
234 smat2.tx += pinst->step_matrix.tx; in pdf_store_pattern1_params()
235 smat2.ty += pinst->step_matrix.ty; in pdf_store_pattern1_params()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsptype1.c196 inst.step_matrix.xx, inst.step_matrix.xy, inst.step_matrix.yx, in gs_pattern1_make_pattern()
197 inst.step_matrix.yy, inst.step_matrix.tx, inst.step_matrix.ty); in gs_pattern1_make_pattern()
222 …if (fabs(inst.step_matrix.xx * inst.step_matrix.yy - inst.step_matrix.xy * inst.step_matrix.yx) < … in gs_pattern1_make_pattern()
227 inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
251 if (inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
339 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
340 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
1444 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write_raster()
1540 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_trans_write_raster()
1653 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write()
[all …]
H A Dgxp1fill.c155 step_matrix = ptile->step_matrix; in tile_by_steps()
156 step_matrix.tx -= ptfs->phase.x; in tile_by_steps()
157 step_matrix.ty -= ptfs->phase.y; in tile_by_steps()
172 step_matrix.tx, step_matrix.ty); in tile_by_steps()
194 step_matrix.yx * j + step_matrix.tx); in tile_by_steps()
196 step_matrix.yy * j + step_matrix.ty); in tile_by_steps()
578 step_matrix = ptile->step_matrix; in tile_by_steps_trans()
579 step_matrix.tx -= ptfs->phase.x; in tile_by_steps_trans()
595 step_matrix.tx, step_matrix.ty); in tile_by_steps_trans()
617 step_matrix.yx * j + step_matrix.tx); in tile_by_steps_trans()
[all …]
H A Dgdevpdfv.c138 if (is_xxyy(&tile->step_matrix)) in pdf_pattern()
139 step.x = tile->step_matrix.xx, step.y = tile->step_matrix.yy; in pdf_pattern()
140 else if (is_xyyx(&tile->step_matrix)) in pdf_pattern()
141 step.x = tile->step_matrix.yx, step.y = tile->step_matrix.xy; in pdf_pattern()
149 smat.tx = tile->step_matrix.tx / (pdev->HWResolution[0] / 72.0); in pdf_pattern()
150 smat.ty = tile->step_matrix.ty / (pdev->HWResolution[1] / 72.0); in pdf_pattern()
234 smat2.tx += pinst->step_matrix.tx; in pdf_store_pattern1_params()
235 smat2.ty += pinst->step_matrix.ty; in pdf_store_pattern1_params()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxp1fill.c135 step_matrix = ptile->step_matrix; in tile_by_steps()
136 step_matrix.tx -= ptfs->phase.x; in tile_by_steps()
137 step_matrix.ty -= ptfs->phase.y; in tile_by_steps()
152 step_matrix.tx, step_matrix.ty); in tile_by_steps()
174 step_matrix.yx * j + step_matrix.tx); in tile_by_steps()
176 step_matrix.yy * j + step_matrix.ty); in tile_by_steps()
475 step_matrix = ptile->step_matrix; in tile_by_steps_trans()
476 step_matrix.tx -= ptfs->phase.x; in tile_by_steps_trans()
492 step_matrix.tx, step_matrix.ty); in tile_by_steps_trans()
514 step_matrix.yx * j + step_matrix.tx); in tile_by_steps_trans()
[all …]
H A Dgsptype1.c193 inst.step_matrix.xx, inst.step_matrix.xy, inst.step_matrix.yx, in gs_pattern1_make_pattern()
194 inst.step_matrix.yy, inst.step_matrix.tx, inst.step_matrix.ty); in gs_pattern1_make_pattern()
219 …if (fabs(inst.step_matrix.xx * inst.step_matrix.yy - inst.step_matrix.xy * inst.step_matrix.yx) < … in gs_pattern1_make_pattern()
224 inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
248 if (inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
288 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
289 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
1337 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write_raster()
1431 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_trans_write_raster()
1556 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write()
[all …]
H A Dgdevpdfv.c136 if (is_xxyy(&tile->step_matrix)) in pdf_pattern()
137 step.x = tile->step_matrix.xx, step.y = tile->step_matrix.yy; in pdf_pattern()
138 else if (is_xyyx(&tile->step_matrix)) in pdf_pattern()
139 step.x = tile->step_matrix.yx, step.y = tile->step_matrix.xy; in pdf_pattern()
147 smat.tx = tile->step_matrix.tx / (pdev->HWResolution[0] / 72.0); in pdf_pattern()
148 smat.ty = tile->step_matrix.ty / (pdev->HWResolution[1] / 72.0); in pdf_pattern()
220 smat.tx += pinst->step_matrix.tx; in pdf_store_pattern1_params()
221 smat.ty += pinst->step_matrix.ty; in pdf_store_pattern1_params()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxp1fill.c135 step_matrix = ptile->step_matrix; in tile_by_steps()
136 step_matrix.tx -= ptfs->phase.x; in tile_by_steps()
137 step_matrix.ty -= ptfs->phase.y; in tile_by_steps()
152 step_matrix.tx, step_matrix.ty); in tile_by_steps()
174 step_matrix.yx * j + step_matrix.tx); in tile_by_steps()
176 step_matrix.yy * j + step_matrix.ty); in tile_by_steps()
475 step_matrix = ptile->step_matrix; in tile_by_steps_trans()
476 step_matrix.tx -= ptfs->phase.x; in tile_by_steps_trans()
492 step_matrix.tx, step_matrix.ty); in tile_by_steps_trans()
514 step_matrix.yx * j + step_matrix.tx); in tile_by_steps_trans()
[all …]
H A Dgsptype1.c193 inst.step_matrix.xx, inst.step_matrix.xy, inst.step_matrix.yx, in gs_pattern1_make_pattern()
194 inst.step_matrix.yy, inst.step_matrix.tx, inst.step_matrix.ty); in gs_pattern1_make_pattern()
219 …if (fabs(inst.step_matrix.xx * inst.step_matrix.yy - inst.step_matrix.xy * inst.step_matrix.yx) < … in gs_pattern1_make_pattern()
224 inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
248 if (inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
288 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
289 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
1337 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write_raster()
1431 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_trans_write_raster()
1556 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write()
[all …]
H A Dgdevpdfv.c136 if (is_xxyy(&tile->step_matrix)) in pdf_pattern()
137 step.x = tile->step_matrix.xx, step.y = tile->step_matrix.yy; in pdf_pattern()
138 else if (is_xyyx(&tile->step_matrix)) in pdf_pattern()
139 step.x = tile->step_matrix.yx, step.y = tile->step_matrix.xy; in pdf_pattern()
147 smat.tx = tile->step_matrix.tx / (pdev->HWResolution[0] / 72.0); in pdf_pattern()
148 smat.ty = tile->step_matrix.ty / (pdev->HWResolution[1] / 72.0); in pdf_pattern()
220 smat.tx += pinst->step_matrix.tx; in pdf_store_pattern1_params()
221 smat.ty += pinst->step_matrix.ty; in pdf_store_pattern1_params()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsptype1.c216 inst.step_matrix.xx, inst.step_matrix.xy, inst.step_matrix.yx, in gs_pattern1_make_pattern()
217 inst.step_matrix.yy, inst.step_matrix.tx, inst.step_matrix.ty); in gs_pattern1_make_pattern()
239 …if (fabs(inst.step_matrix.xx * inst.step_matrix.yy - inst.step_matrix.xy * inst.step_matrix.yx) < … in gs_pattern1_make_pattern()
244 inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
268 if (inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
356 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
357 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
1688 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write_raster()
1788 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_trans_write_raster()
1905 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write()
[all …]
H A Dgxp1fill.c166 step_matrix = ptile->step_matrix; in tile_by_steps()
167 step_matrix.tx -= ptfs->phase.x; in tile_by_steps()
168 step_matrix.ty -= ptfs->phase.y; in tile_by_steps()
185 step_matrix.tx, step_matrix.ty); in tile_by_steps()
207 step_matrix.yx * j + step_matrix.tx); in tile_by_steps()
209 step_matrix.yy * j + step_matrix.ty); in tile_by_steps()
629 step_matrix = ptile->step_matrix; in tile_by_steps_trans()
630 step_matrix.tx -= ptfs->phase.x; in tile_by_steps_trans()
648 step_matrix.tx, step_matrix.ty); in tile_by_steps_trans()
670 step_matrix.yx * j + step_matrix.tx); in tile_by_steps_trans()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsptype1.c216 inst.step_matrix.xx, inst.step_matrix.xy, inst.step_matrix.yx, in gs_pattern1_make_pattern()
217 inst.step_matrix.yy, inst.step_matrix.tx, inst.step_matrix.ty); in gs_pattern1_make_pattern()
239 …if (fabs(inst.step_matrix.xx * inst.step_matrix.yy - inst.step_matrix.xy * inst.step_matrix.yx) < … in gs_pattern1_make_pattern()
244 inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
268 if (inst.step_matrix.xy == 0 && inst.step_matrix.yx == 0 && in gs_pattern1_make_pattern()
356 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
357 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
1688 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write_raster()
1788 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_trans_write_raster()
1905 buf.step_matrix = ptile->step_matrix; in gx_dc_pattern_write()
[all …]
H A Dgxp1fill.c166 step_matrix = ptile->step_matrix; in tile_by_steps()
167 step_matrix.tx -= ptfs->phase.x; in tile_by_steps()
168 step_matrix.ty -= ptfs->phase.y; in tile_by_steps()
185 step_matrix.tx, step_matrix.ty); in tile_by_steps()
207 step_matrix.yx * j + step_matrix.tx); in tile_by_steps()
209 step_matrix.yy * j + step_matrix.ty); in tile_by_steps()
629 step_matrix = ptile->step_matrix; in tile_by_steps_trans()
630 step_matrix.tx -= ptfs->phase.x; in tile_by_steps_trans()
648 step_matrix.tx, step_matrix.ty); in tile_by_steps_trans()
670 step_matrix.yx * j + step_matrix.tx); in tile_by_steps_trans()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxp1fill.c87 px = imod(-(int)(m_tile->step_matrix.tx - ptfs->phase.x + 0.5), in tile_fill_init()
112 gs_matrix step_matrix; /* translated by phase */ in tile_by_steps() local
117 step_matrix = ptile->step_matrix; in tile_by_steps()
118 step_matrix.tx -= ptfs->phase.x; in tile_by_steps()
119 step_matrix.ty -= ptfs->phase.y; in tile_by_steps()
129 gs_bbox_transform_inverse(&bbox, &step_matrix, &ibbox); in tile_by_steps()
134 step_matrix.tx, step_matrix.ty); in tile_by_steps()
155 int x = (int)(step_matrix.xx * i + in tile_by_steps()
156 step_matrix.yx * j + step_matrix.tx); in tile_by_steps()
157 int y = (int)(step_matrix.xy * i + in tile_by_steps()
[all …]
H A Dgsptype1.c161 #define mat inst.step_matrix in gs_pattern1_make_pattern()
212 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
213 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
260 pinst->step_matrix.xx = xx; in compute_inst_matrix()
261 pinst->step_matrix.xy = xy; in compute_inst_matrix()
262 pinst->step_matrix.yx = yx; in compute_inst_matrix()
263 pinst->step_matrix.yy = yy; in compute_inst_matrix()
264 pinst->step_matrix.tx = saved->ctm.tx; in compute_inst_matrix()
265 pinst->step_matrix.ty = saved->ctm.ty; in compute_inst_matrix()
H A Dgdevpdfv.c112 if (is_xxyy(&tile->step_matrix)) in pdf_pattern()
113 step.x = tile->step_matrix.xx, step.y = tile->step_matrix.yy; in pdf_pattern()
114 else if (is_xyyx(&tile->step_matrix)) in pdf_pattern()
115 step.x = tile->step_matrix.yx, step.y = tile->step_matrix.xy; in pdf_pattern()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxp1fill.c87 px = imod(-(int)(m_tile->step_matrix.tx - ptfs->phase.x + 0.5), in tile_fill_init()
112 gs_matrix step_matrix; /* translated by phase */ in tile_by_steps() local
117 step_matrix = ptile->step_matrix; in tile_by_steps()
118 step_matrix.tx -= ptfs->phase.x; in tile_by_steps()
119 step_matrix.ty -= ptfs->phase.y; in tile_by_steps()
129 gs_bbox_transform_inverse(&bbox, &step_matrix, &ibbox); in tile_by_steps()
134 step_matrix.tx, step_matrix.ty); in tile_by_steps()
155 int x = (int)(step_matrix.xx * i + in tile_by_steps()
156 step_matrix.yx * j + step_matrix.tx); in tile_by_steps()
157 int y = (int)(step_matrix.xy * i + in tile_by_steps()
[all …]
H A Dgsptype1.c161 #define mat inst.step_matrix in gs_pattern1_make_pattern()
212 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
213 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
260 pinst->step_matrix.xx = xx; in compute_inst_matrix()
261 pinst->step_matrix.xy = xy; in compute_inst_matrix()
262 pinst->step_matrix.yx = yx; in compute_inst_matrix()
263 pinst->step_matrix.yy = yy; in compute_inst_matrix()
264 pinst->step_matrix.tx = saved->ctm.tx; in compute_inst_matrix()
265 pinst->step_matrix.ty = saved->ctm.ty; in compute_inst_matrix()
H A Dgdevpdfv.c112 if (is_xxyy(&tile->step_matrix)) in pdf_pattern()
113 step.x = tile->step_matrix.xx, step.y = tile->step_matrix.yy; in pdf_pattern()
114 else if (is_xyyx(&tile->step_matrix)) in pdf_pattern()
115 step.x = tile->step_matrix.yx, step.y = tile->step_matrix.xy; in pdf_pattern()
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_TreeConstruction.py234 step_matrix = [[0], [2.5, 0], [2.5, 1, 0], [1, 2.5, 2.5, 0]]
235 matrix = _Matrix(alphabet, step_matrix)
265 step_matrix = [
291 matrix = _Matrix(alphabet, step_matrix)
303 step_matrix = [[0], [2.5, 0], [2.5, 1, 0], [1, 2.5, 2.5, 0]]
304 matrix = _Matrix(alphabet, step_matrix)
320 step_matrix = [[0], [2.5, 0], [2.5, 1, 0], [1, 2.5, 2.5, 0]]
321 matrix = _Matrix(alphabet, step_matrix)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfv.c138 if (is_xxyy(&tile->step_matrix)) in pdf_pattern()
139 step.x = tile->step_matrix.xx, step.y = tile->step_matrix.yy; in pdf_pattern()
140 else if (is_xyyx(&tile->step_matrix)) in pdf_pattern()
141 step.x = tile->step_matrix.yx, step.y = tile->step_matrix.xy; in pdf_pattern()
149 smat.tx = tile->step_matrix.tx / (pdev->HWResolution[0] / 72.0); in pdf_pattern()
150 smat.ty = tile->step_matrix.ty / (pdev->HWResolution[1] / 72.0); in pdf_pattern()
236 smat2.tx += pinst->step_matrix.tx; in pdf_store_pattern1_params()
237 smat2.ty += pinst->step_matrix.ty; in pdf_store_pattern1_params()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfv.c138 if (is_xxyy(&tile->step_matrix)) in pdf_pattern()
139 step.x = tile->step_matrix.xx, step.y = tile->step_matrix.yy; in pdf_pattern()
140 else if (is_xyyx(&tile->step_matrix)) in pdf_pattern()
141 step.x = tile->step_matrix.yx, step.y = tile->step_matrix.xy; in pdf_pattern()
149 smat.tx = tile->step_matrix.tx / (pdev->HWResolution[0] / 72.0); in pdf_pattern()
150 smat.ty = tile->step_matrix.ty / (pdev->HWResolution[1] / 72.0); in pdf_pattern()
236 smat2.tx += pinst->step_matrix.tx; in pdf_store_pattern1_params()
237 smat2.ty += pinst->step_matrix.ty; in pdf_store_pattern1_params()

123