Home
last modified time | relevance | path

Searched refs:pscale (Results 1 – 16 of 16) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxttfb.h63 const gs_matrix *m, const gs_log2_scale_point * pscale,
H A Dgxttfb.c592 gs_font_type42 *pfont, const gs_log2_scale_point *pscale, gx_ttfExport *e, ttfOutliner *o) in grid_fit() argument
626 pscale->x, pscale->x, 0, 0, in grid_fit()
689 const gs_matrix *m, const gs_log2_scale_point *pscale, in gx_ttf_outline() argument
710 … decompose_matrix(pfont, m, pscale, design_grid, &char_size, &subpix_origin, &post_transform, &dg); in gx_ttf_outline()
743 return grid_fit(pfont->dir->san, path, pfont, pscale, &e, &o); in gx_ttf_outline()
747 return grid_fit(pfont->dir->san, path, pfont, pscale, &e, &o); in gx_ttf_outline()
H A Dgdevabuf.c160 gx_device * target, const gs_log2_scale_point * pscale, in gs_make_mem_abuf_device() argument
164 adev->max_fill_band = 1 << pscale->y; in gs_make_mem_abuf_device()
165 adev->log2_scale = *pscale; in gs_make_mem_abuf_device()
H A Dgxccman.c397 const gs_log2_scale_point * pscale, int depth) in gx_alloc_char_bits() argument
399 int log2_xscale = pscale->x; in gx_alloc_char_bits()
400 int log2_yscale = pscale->y; in gx_alloc_char_bits()
460 pscale, depth, 0); in gx_alloc_char_bits()
539 cached_char * cc, cached_fm_pair * pair, const gs_log2_scale_point * pscale) in gx_add_cached_char() argument
552 &no_scale : pscale)); in gx_add_cached_char()
H A Dgxfont42.h111 gx_path * ppath, const gs_log2_scale_point * pscale,
H A Dgstype1.h40 gx_path * ppath, const gs_log2_scale_point * pscale,
H A Dgxdevmem.h229 const gs_log2_scale_point * pscale,
H A Dgxtype1.c102 gx_path * ppath, const gs_log2_scale_point * pscale, in gs_type1_interp_init() argument
108 (FORCE_HINTS_TO_BIG_PIXELS && pscale != NULL ? pscale : &no_scale); in gs_type1_interp_init()
H A Dgstype42.c46 const gs_log2_scale_point * pscale, bool design_grid);
792 gx_path * ppath, const gs_log2_scale_point * pscale, in gs_type42_append() argument
796 pair, pscale, charpath_flag); in gs_type42_append()
1107 const gs_log2_scale_point * pscale, bool design_grid) in append_outline_fitted() argument
1114 pmat, pscale, ppath, design_grid); in append_outline_fitted()
H A Dzfont.c557 zfont_info(gs_font *font, const gs_point *pscale, int members, in zfont_info() argument
560 int code = gs_default_font_info(font, pscale, members & in zfont_info()
H A Dgxfont.h192 int proc(gs_font *font, const gs_point *pscale, int members,\
H A Dgsfont.c735 gs_default_font_info(gs_font *font, const gs_point *pscale, int members, in gs_default_font_info() argument
744 if (pscale == 0) { in gs_default_font_info()
748 scale = *pscale; in gs_default_font_info()
H A Dgdevvec.h285 double *pscale, gs_matrix *pmat);
H A Dgdevpdfd.c408 floatp prescale, double *pscale) in make_rect_scaling() argument
418 *pscale = max(bmin / int2fixed(-MAX_USER_COORD), in make_rect_scaling()
422 *pscale = 1; in make_rect_scaling()
H A Dgdevvec.c538 double *pscale, gs_matrix *pmat) in gdev_vector_stroke_scaling() argument
584 *pscale = scale; in gdev_vector_stroke_scaling()
H A Dgxfcopy.c627 copied_font_info(gs_font *font, const gs_point *pscale, int members, in copied_font_info() argument
630 if (pscale != 0) in copied_font_info()