Home
last modified time | relevance | path

Searched refs:orig_matrix (Results 1 – 25 of 84) sorted by relevance

1234

/dports/x11-toolkits/pango/pango-1.48.11/utils/
H A Dviewer-render.c265 PangoMatrix *orig_matrix; in do_output() local
275 orig_matrix = pango_matrix_copy (pango_context_get_matrix (context)); in do_output()
279 supports_matrix = !orig_matrix || in do_output()
280 (orig_matrix->xx != 0. || orig_matrix->xy != 0. || in do_output()
281 orig_matrix->yx != 0. || orig_matrix->yy != 0. || in do_output()
282 orig_matrix->x0 != 0. || orig_matrix->y0 != 0.); in do_output()
359 pango_context_set_matrix (context, orig_matrix); in do_output()
360 pango_matrix_free (orig_matrix); in do_output()
/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DCircuitMatrixAlgorithm.tpp65 const VectorArray& orig_matrix,
71 assert(orig_matrix.get_size() == vs.get_size());
92 VectorArray ray_matrix(orig_matrix);
152 VectorArray matrix(orig_matrix);
204 matrix = orig_matrix;
268 const VectorArray& orig_matrix,
282 VectorArray matrix(orig_matrix.get_number(), orig_matrix.get_size());
328 matrix = orig_matrix;
373 const VectorArray& orig_matrix,
387 VectorArray matrix(orig_matrix);
[all …]
H A DRayMatrixAlgorithm.tpp87 const VectorArray& orig_matrix,
143 VectorArray temp_matrix(orig_matrix.get_number(), orig_matrix.get_size(), 0);
176 VectorArray matrix(orig_matrix);
299 const VectorArray& orig_matrix,
366 VectorArray temp_matrix(orig_matrix.get_number(), orig_matrix.get_size(), 0);
399 VectorArray matrix(orig_matrix);
580 const VectorArray& orig_matrix,
640 VectorArray temp_matrix(orig_matrix.get_number(), orig_matrix.get_size(), 0);
671 VectorArray matrix(orig_matrix);
/dports/math/py-pygsl/pygsl-2.3.0/src/
H A Dmatrixmodule.c216 PyObject* orig_matrix; in matrix_matrix_init() local
228 if (PyArg_ParseTupleAndKeywords(args, kwds,"O!",kwlist1,&matrix_matrixType,&orig_matrix)) { in matrix_matrix_init()
230 gsl_matrix* matrix2=(gsl_matrix*)((matrix_matrixObject*)orig_matrix)->m; in matrix_matrix_init()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.h70 int gs_copy_font(gs_font *font, const gs_matrix *orig_matrix,
H A Dgdevpdtb.h74 gs_font_base *font, const gs_matrix *orig_matrix,
H A Dgdevpdtf.c862 gs_matrix *orig_matrix = (is_original ? &pfont->FontMatrix : &psf->orig_matrix); in pdf_font_std_alloc() local
865 (code = pdf_base_font_alloc(pdev, &pdfont->base_font, pfont, orig_matrix, true)) < 0 in pdf_font_std_alloc()
874 psf->orig_matrix = pfont->FontMatrix; in pdf_font_std_alloc()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.h70 int gs_copy_font(gs_font *font, const gs_matrix *orig_matrix,
H A Dgdevpdtb.h74 gs_font_base *font, const gs_matrix *orig_matrix,
H A Dgdevpdtf.c862 gs_matrix *orig_matrix = (is_original ? &pfont->FontMatrix : &psf->orig_matrix); in pdf_font_std_alloc() local
865 (code = pdf_base_font_alloc(pdev, &pdfont->base_font, pfont, orig_matrix, true)) < 0 in pdf_font_std_alloc()
874 psf->orig_matrix = pfont->FontMatrix; in pdf_font_std_alloc()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.h64 int gs_copy_font(gs_font *font, const gs_matrix *orig_matrix,
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.h64 int gs_copy_font(gs_font *font, const gs_matrix *orig_matrix,
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.h72 int gs_copy_font(gs_font *font, const gs_matrix *orig_matrix,
H A Dgdevpdtb.h76 gs_font_base *font, const gs_matrix *orig_matrix,
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.h72 int gs_copy_font(gs_font *font, const gs_matrix *orig_matrix,
H A Dgdevpdtb.h76 gs_font_base *font, const gs_matrix *orig_matrix,
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdff.h130 gs_matrix orig_matrix; /* unscaled font matrix */ member
208 gs_matrix orig_matrix; /* FontMatrix of unscaled font for embedding */ member
H A Dgdevpdff.c233 psf->orig_matrix = obfont->FontMatrix; in scan_for_standard_fonts()
412 *pfmat = pdev->std_fonts[i].orig_matrix; in pdf_find_orig_font()
770 pdf_font_orig_matrix(font, &ftemp.orig_matrix); in pdf_create_pdf_font()
830 pfd->orig_matrix = *pomat; in pdf_create_pdf_font()
868 ppf->orig_matrix = *pomat; in pdf_create_pdf_font()
1093 double scale = ppf->orig_matrix.xx * 1000.0; in pdf_glyph_width()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdff.h130 gs_matrix orig_matrix; /* unscaled font matrix */ member
208 gs_matrix orig_matrix; /* FontMatrix of unscaled font for embedding */ member
H A Dgdevpdff.c233 psf->orig_matrix = obfont->FontMatrix; in scan_for_standard_fonts()
412 *pfmat = pdev->std_fonts[i].orig_matrix; in pdf_find_orig_font()
770 pdf_font_orig_matrix(font, &ftemp.orig_matrix); in pdf_create_pdf_font()
830 pfd->orig_matrix = *pomat; in pdf_create_pdf_font()
868 ppf->orig_matrix = *pomat; in pdf_create_pdf_font()
1093 double scale = ppf->orig_matrix.xx * 1000.0; in pdf_glyph_width()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdtb.h71 gs_font_base *font, const gs_matrix *orig_matrix,
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdtb.h71 gs_font_base *font, const gs_matrix *orig_matrix,
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpangoxft-render.c328 PangoMatrix orig_matrix = PANGO_MATRIX_INIT, new_matrix; in draw_box() local
338 orig_matrix = *porig_matrix; in draw_box()
339 porig_matrix = &orig_matrix; in draw_box()
342 get_total_matrix (&new_matrix, &orig_matrix, in draw_box()
349 get_total_matrix (&new_matrix, &orig_matrix, in draw_box()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dimage.c387 cairo_matrix_t orig_matrix; in GdipDrawImageRect() local
453 cairo_get_matrix (graphics->ct, &orig_matrix); in GdipDrawImageRect()
466 cairo_set_matrix (graphics->ct, &orig_matrix); in GdipDrawImageRect()
481 cairo_matrix_t orig_matrix; in GdipDrawImagePoints() local
523 cairo_get_matrix (graphics->ct, &orig_matrix); in GdipDrawImagePoints()
542 cairo_get_matrix(graphics->ct, &orig_matrix); in GdipDrawImagePoints()
548 cairo_set_matrix (graphics->ct, &orig_matrix); in GdipDrawImagePoints()
874 cairo_matrix_t orig_matrix; in GdipDrawImagePointsRect() local
919 cairo_get_matrix (graphics->ct, &orig_matrix); in GdipDrawImagePointsRect()
923 cairo_set_matrix (graphics->ct, &orig_matrix); in GdipDrawImagePointsRect()
/dports/math/R-cran-rgenoud/rgenoud/src/
H A Dmath.cpp132 void transpose(double *orig_matrix, in transpose() argument
143 t_matrix[t_idx]=orig_matrix[idx]; in transpose()

1234