Home
last modified time | relevance | path

Searched refs:pfmat (Results 1 – 25 of 39) sorted by relevance

12

/dports/x11-fm/filerunner/filerunner/frlib/
H A DfrECF.tcl206 proc frECF {pfmat {parms {}} args} {
316 foreach el $pfmat {
345 set pfmat $npfmat
351 if {[string index $pfmat end] == "&"} {
353 set pfmat [string replace $pfmat end end "%b &"]
355 set pfmat [string replace $pfmat end end "%b&"]
358 append pfmat " %b"
368 set pfmatEnd [string length $pfmat]
383 set this [string index $pfmat $start]
503 set pfmat $npfmat
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdtt.h233 const gs_matrix *pfmat);
292 const gs_glyph *gdata, const gs_matrix *pfmat,
326 const gs_matrix *pfmat, gs_matrix *smat, gs_matrix *tmat,
H A Dgsmatrix.c453 gs_matrix_fixed_from_matrix(gs_matrix_fixed *pfmat, const gs_matrix *pmat) in gs_matrix_fixed_from_matrix() argument
455 *(gs_matrix *)pfmat = *pmat; in gs_matrix_fixed_from_matrix()
457 pfmat->tx = fixed2float(pfmat->tx_fixed = float2fixed(pmat->tx)); in gs_matrix_fixed_from_matrix()
458 pfmat->ty = fixed2float(pfmat->ty_fixed = float2fixed(pmat->ty)); in gs_matrix_fixed_from_matrix()
459 pfmat->txy_fixed_valid = true; in gs_matrix_fixed_from_matrix()
461 pfmat->txy_fixed_valid = false; in gs_matrix_fixed_from_matrix()
H A Dgdevpdte.c43 const gs_matrix *pfmat,
52 const gs_glyph *gdata, const gs_matrix *pfmat, in pdf_process_string_aux() argument
66 return pdf_process_string(penum, pstr, pfmat, ppts, gdata); in pdf_process_string_aux()
291 const gs_matrix *pfmat, in process_text_estimate_bbox() argument
314 gs_matrix_multiply(pfmat, &m, &m); in process_text_estimate_bbox()
422 const gs_matrix *pfmat, in pdf_process_string() argument
436 if (pfmat == 0) in pdf_process_string()
437 pfmat = &font->FontMatrix; in pdf_process_string()
453 code = process_text_estimate_bbox(penum, font, (gs_const_string *)pstr, pfmat, in pdf_process_string()
478 code = pdf_update_text_state(ppts, penum, pdfont, pfmat); in pdf_process_string()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdtt.h229 const gs_matrix *pfmat);
288 const gs_glyph *gdata, const gs_matrix *pfmat,
322 const gs_matrix *pfmat, gs_matrix *smat, gs_matrix *tmat,
H A Dgdevpdte.c52 const gs_matrix *pfmat,
61 const gs_glyph *gdata, const gs_matrix *pfmat, in pdf_process_string_aux() argument
80 return pdf_process_string(penum, pstr, pfmat, ppts, gdata); in pdf_process_string_aux()
372 const gs_matrix *pfmat, in process_text_estimate_bbox() argument
393 gs_matrix_multiply(pfmat, &m, &m); in process_text_estimate_bbox()
587 const gs_matrix *pfmat, in pdf_process_string() argument
603 if (pfmat == 0) in pdf_process_string()
604 pfmat = &font->FontMatrix; in pdf_process_string()
649 gs_matrix_multiply(pfmat, &m, &m); in pdf_process_string()
682 code = pdf_update_text_state(ppts, penum, pdfont, pfmat); in pdf_process_string()
[all …]
H A Dgdevpdtc.c375 const gs_matrix *pfmat, in estimate_fontbbox() argument
384 if (pfmat == 0) in estimate_fontbbox()
385 pfmat = &font->FontMatrix; in estimate_fontbbox()
389 gs_matrix_multiply(pfmat, &m, &m); in estimate_fontbbox()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdtt.h229 const gs_matrix *pfmat);
288 const gs_glyph *gdata, const gs_matrix *pfmat,
322 const gs_matrix *pfmat, gs_matrix *smat, gs_matrix *tmat,
H A Dgdevpdte.c52 const gs_matrix *pfmat,
61 const gs_glyph *gdata, const gs_matrix *pfmat, in pdf_process_string_aux() argument
80 return pdf_process_string(penum, pstr, pfmat, ppts, gdata); in pdf_process_string_aux()
372 const gs_matrix *pfmat, in process_text_estimate_bbox() argument
393 gs_matrix_multiply(pfmat, &m, &m); in process_text_estimate_bbox()
587 const gs_matrix *pfmat, in pdf_process_string() argument
603 if (pfmat == 0) in pdf_process_string()
604 pfmat = &font->FontMatrix; in pdf_process_string()
649 gs_matrix_multiply(pfmat, &m, &m); in pdf_process_string()
682 code = pdf_update_text_state(ppts, penum, pdfont, pfmat); in pdf_process_string()
[all …]
H A Dgdevpdtc.c375 const gs_matrix *pfmat, in estimate_fontbbox() argument
384 if (pfmat == 0) in estimate_fontbbox()
385 pfmat = &font->FontMatrix; in estimate_fontbbox()
389 gs_matrix_multiply(pfmat, &m, &m); in estimate_fontbbox()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdtt.h235 const gs_matrix *pfmat);
294 const gs_glyph *gdata, const gs_matrix *pfmat,
328 const gs_matrix *pfmat, gs_matrix *smat, gs_matrix *tmat,
H A Dgsmatrix.c455 gs_matrix_fixed_from_matrix(gs_matrix_fixed *pfmat, const gs_matrix *pmat) in gs_matrix_fixed_from_matrix() argument
457 *(gs_matrix *)pfmat = *pmat; in gs_matrix_fixed_from_matrix()
459 pfmat->tx = fixed2float(pfmat->tx_fixed = float2fixed(pmat->tx)); in gs_matrix_fixed_from_matrix()
460 pfmat->ty = fixed2float(pfmat->ty_fixed = float2fixed(pmat->ty)); in gs_matrix_fixed_from_matrix()
461 pfmat->txy_fixed_valid = true; in gs_matrix_fixed_from_matrix()
463 pfmat->txy_fixed_valid = false; in gs_matrix_fixed_from_matrix()
H A Dgdevpdte.c47 const gs_matrix *pfmat,
56 const gs_glyph *gdata, const gs_matrix *pfmat, in pdf_process_string_aux() argument
72 return pdf_process_string(penum, pstr, pfmat, ppts, gdata); in pdf_process_string_aux()
343 const gs_matrix *pfmat, in process_text_estimate_bbox() argument
366 gs_matrix_multiply(pfmat, &m, &m); in process_text_estimate_bbox()
505 const gs_matrix *pfmat, in pdf_process_string() argument
519 if (pfmat == 0) in pdf_process_string()
520 pfmat = &font->FontMatrix; in pdf_process_string()
536 code = process_text_estimate_bbox(penum, font, (gs_const_string *)pstr, pfmat, in pdf_process_string()
561 code = pdf_update_text_state(ppts, penum, pdfont, pfmat); in pdf_process_string()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdtt.h235 const gs_matrix *pfmat);
294 const gs_glyph *gdata, const gs_matrix *pfmat,
328 const gs_matrix *pfmat, gs_matrix *smat, gs_matrix *tmat,
H A Dgsmatrix.c455 gs_matrix_fixed_from_matrix(gs_matrix_fixed *pfmat, const gs_matrix *pmat) in gs_matrix_fixed_from_matrix() argument
457 *(gs_matrix *)pfmat = *pmat; in gs_matrix_fixed_from_matrix()
459 pfmat->tx = fixed2float(pfmat->tx_fixed = float2fixed(pmat->tx)); in gs_matrix_fixed_from_matrix()
460 pfmat->ty = fixed2float(pfmat->ty_fixed = float2fixed(pmat->ty)); in gs_matrix_fixed_from_matrix()
461 pfmat->txy_fixed_valid = true; in gs_matrix_fixed_from_matrix()
463 pfmat->txy_fixed_valid = false; in gs_matrix_fixed_from_matrix()
H A Dgdevpdte.c47 const gs_matrix *pfmat,
56 const gs_glyph *gdata, const gs_matrix *pfmat, in pdf_process_string_aux() argument
72 return pdf_process_string(penum, pstr, pfmat, ppts, gdata); in pdf_process_string_aux()
343 const gs_matrix *pfmat, in process_text_estimate_bbox() argument
366 gs_matrix_multiply(pfmat, &m, &m); in process_text_estimate_bbox()
505 const gs_matrix *pfmat, in pdf_process_string() argument
519 if (pfmat == 0) in pdf_process_string()
520 pfmat = &font->FontMatrix; in pdf_process_string()
536 code = process_text_estimate_bbox(penum, font, (gs_const_string *)pstr, pfmat, in pdf_process_string()
561 code = pdf_update_text_state(ppts, penum, pdfont, pfmat); in pdf_process_string()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdtt.h233 const gs_matrix *pfmat);
292 const gs_glyph *gdata, const gs_matrix *pfmat,
326 const gs_matrix *pfmat, gs_matrix *smat, gs_matrix *tmat,
H A Dgsmatrix.c453 gs_matrix_fixed_from_matrix(gs_matrix_fixed *pfmat, const gs_matrix *pmat) in gs_matrix_fixed_from_matrix() argument
455 *(gs_matrix *)pfmat = *pmat; in gs_matrix_fixed_from_matrix()
457 pfmat->tx = fixed2float(pfmat->tx_fixed = float2fixed(pmat->tx)); in gs_matrix_fixed_from_matrix()
458 pfmat->ty = fixed2float(pfmat->ty_fixed = float2fixed(pmat->ty)); in gs_matrix_fixed_from_matrix()
459 pfmat->txy_fixed_valid = true; in gs_matrix_fixed_from_matrix()
461 pfmat->txy_fixed_valid = false; in gs_matrix_fixed_from_matrix()
H A Dgdevpdte.c43 const gs_matrix *pfmat,
52 const gs_glyph *gdata, const gs_matrix *pfmat, in pdf_process_string_aux() argument
66 return pdf_process_string(penum, pstr, pfmat, ppts, gdata); in pdf_process_string_aux()
291 const gs_matrix *pfmat, in process_text_estimate_bbox() argument
314 gs_matrix_multiply(pfmat, &m, &m); in process_text_estimate_bbox()
422 const gs_matrix *pfmat, in pdf_process_string() argument
436 if (pfmat == 0) in pdf_process_string()
437 pfmat = &font->FontMatrix; in pdf_process_string()
453 code = process_text_estimate_bbox(penum, font, (gs_const_string *)pstr, pfmat, in pdf_process_string()
478 code = pdf_update_text_state(ppts, penum, pdfont, pfmat); in pdf_process_string()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfs.c79 const gs_matrix *pfmat, bool encoded,
83 const gs_matrix *pfmat));
94 const gs_matrix *pfmat,
98 gs_font *font, const gs_matrix *pfmat,
817 const gs_matrix *pfmat, bool encoded, in pdf_process_string() argument
828 if (pfmat == 0) in pdf_process_string()
829 pfmat = &font->FontMatrix; in pdf_process_string()
842 code = pdf_update_text_state(pts, penum, pfmat); in pdf_process_string()
1017 gs_matrix_multiply(&smat, pfmat, &smat); in pdf_update_text_state()
1462 pdf_font_t *pdfont, const gs_matrix *pfmat, in process_text_return_width() argument
[all …]
H A Dgsmatrix.c375 gs_matrix_fixed_from_matrix(gs_matrix_fixed *pfmat, const gs_matrix *pmat) in gs_matrix_fixed_from_matrix() argument
377 *(gs_matrix *)pfmat = *pmat; in gs_matrix_fixed_from_matrix()
379 pfmat->tx = fixed2float(pfmat->tx_fixed = float2fixed(pmat->tx)); in gs_matrix_fixed_from_matrix()
380 pfmat->ty = fixed2float(pfmat->ty_fixed = float2fixed(pmat->ty)); in gs_matrix_fixed_from_matrix()
381 pfmat->txy_fixed_valid = true; in gs_matrix_fixed_from_matrix()
383 pfmat->txy_fixed_valid = false; in gs_matrix_fixed_from_matrix()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfs.c79 const gs_matrix *pfmat, bool encoded,
83 const gs_matrix *pfmat));
94 const gs_matrix *pfmat,
98 gs_font *font, const gs_matrix *pfmat,
817 const gs_matrix *pfmat, bool encoded, in pdf_process_string() argument
828 if (pfmat == 0) in pdf_process_string()
829 pfmat = &font->FontMatrix; in pdf_process_string()
842 code = pdf_update_text_state(pts, penum, pfmat); in pdf_process_string()
1017 gs_matrix_multiply(&smat, pfmat, &smat); in pdf_update_text_state()
1462 pdf_font_t *pdfont, const gs_matrix *pfmat, in process_text_return_width() argument
[all …]
H A Dgsmatrix.c375 gs_matrix_fixed_from_matrix(gs_matrix_fixed *pfmat, const gs_matrix *pmat) in gs_matrix_fixed_from_matrix() argument
377 *(gs_matrix *)pfmat = *pmat; in gs_matrix_fixed_from_matrix()
379 pfmat->tx = fixed2float(pfmat->tx_fixed = float2fixed(pmat->tx)); in gs_matrix_fixed_from_matrix()
380 pfmat->ty = fixed2float(pfmat->ty_fixed = float2fixed(pmat->ty)); in gs_matrix_fixed_from_matrix()
381 pfmat->txy_fixed_valid = true; in gs_matrix_fixed_from_matrix()
383 pfmat->txy_fixed_valid = false; in gs_matrix_fixed_from_matrix()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsmatrix.c457 gs_matrix_fixed_from_matrix(gs_matrix_fixed *pfmat, const gs_matrix *pmat) in gs_matrix_fixed_from_matrix() argument
459 *(gs_matrix *)pfmat = *pmat; in gs_matrix_fixed_from_matrix()
461 pfmat->tx = fixed2float(pfmat->tx_fixed = float2fixed(pmat->tx)); in gs_matrix_fixed_from_matrix()
462 pfmat->ty = fixed2float(pfmat->ty_fixed = float2fixed(pmat->ty)); in gs_matrix_fixed_from_matrix()
463 pfmat->txy_fixed_valid = true; in gs_matrix_fixed_from_matrix()
465 pfmat->txy_fixed_valid = false; in gs_matrix_fixed_from_matrix()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsmatrix.c457 gs_matrix_fixed_from_matrix(gs_matrix_fixed *pfmat, const gs_matrix *pmat) in gs_matrix_fixed_from_matrix() argument
459 *(gs_matrix *)pfmat = *pmat; in gs_matrix_fixed_from_matrix()
461 pfmat->tx = fixed2float(pfmat->tx_fixed = float2fixed(pmat->tx)); in gs_matrix_fixed_from_matrix()
462 pfmat->ty = fixed2float(pfmat->ty_fixed = float2fixed(pmat->ty)); in gs_matrix_fixed_from_matrix()
463 pfmat->txy_fixed_valid = true; in gs_matrix_fixed_from_matrix()
465 pfmat->txy_fixed_valid = false; in gs_matrix_fixed_from_matrix()

12