| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxttfb.h | 63 const gs_matrix *m, const gs_log2_scale_point * pscale,
|
| H A D | gxttfb.c | 592 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 D | gdevabuf.c | 160 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 D | gxccman.c | 397 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 D | gxfont42.h | 111 gx_path * ppath, const gs_log2_scale_point * pscale,
|
| H A D | gstype1.h | 40 gx_path * ppath, const gs_log2_scale_point * pscale,
|
| H A D | gxdevmem.h | 229 const gs_log2_scale_point * pscale,
|
| H A D | gxtype1.c | 102 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 D | gstype42.c | 46 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 D | zfont.c | 557 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 D | gxfont.h | 192 int proc(gs_font *font, const gs_point *pscale, int members,\
|
| H A D | gsfont.c | 735 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 D | gdevvec.h | 285 double *pscale, gs_matrix *pmat);
|
| H A D | gdevpdfd.c | 408 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 D | gdevvec.c | 538 double *pscale, gs_matrix *pmat) in gdev_vector_stroke_scaling() argument 584 *pscale = scale; in gdev_vector_stroke_scaling()
|
| H A D | gxfcopy.c | 627 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()
|