Searched refs:y_offset (Results 1 – 14 of 14) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevpdfb.c | 158 int y_offset; in pdf_copy_mono() local 163 y_offset = pdf_char_image_y_offset(pdev, x, y, h); in pdf_copy_mono() 168 code = pdf_begin_char_proc(pdev, w, h, 0, y_offset, id, in pdf_copy_mono() 172 y_offset = -y_offset; in pdf_copy_mono() 177 pprintd3(pdev->strm, "0 0 %d %d %d d1\n", y_offset, w, h + y_offset); in pdf_copy_mono() 179 y_offset); in pdf_copy_mono()
|
| H A D | gdevpdti.h | 53 int y_offset, gs_id id, pdf_char_proc_t **ppcp,
|
| H A D | gdevpdt.h | 93 int y_offset, gs_id id, pdf_char_proc_t **ppcp,
|
| H A D | gdevmsxf.c | 62 int y_offset; member 202 f.y_offset = (!f.invert_y ? f.tm.tmAscent : f.tm.tmDescent); in win_lookup_font() 351 TextOut(hdc, xo, yo - wxf->y_offset, &chr, 1); in win_render_char() 384 int y = yo - wxf->y_offset; in win_render_char()
|
| H A D | tttype.h | 805 TT_F26Dot6 y_offset ); 820 TT_F26Dot6 y_offset ); 872 TT_F26Dot6 y_offset );
|
| H A D | gdevpdti.c | 42 int y_offset; /* of character (0,0) */ member 284 int y_offset, gs_id id, pdf_char_proc_t ** ppcp, in pdf_begin_char_proc() argument 294 (*ppcp)->y_offset = y_offset; in pdf_begin_char_proc() 296 min(font->u.simple.s.type3.FontBBox.p.y, y_offset); in pdf_begin_char_proc() 300 max(font->u.simple.s.type3.FontBBox.q.y, y_offset + h); in pdf_begin_char_proc() 341 values.matrix.ty -= pcp->y_offset; in pdf_do_char_image()
|
| H A D | gdevp2up.c | 96 int y_offset = (int)(pdev->HWResolution[1] * 0.5); in pcx2up_print_page() local
|
| H A D | gdevpdfx.h | 1188 int y_offset, gs_id id, pdf_char_proc_t **ppcp,
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | pngget.c | 220 else return (info_ptr->y_offset); in png_get_y_offset_microns() 256 else return (info_ptr->y_offset); in png_get_y_offset_pixels() 589 *offset_y = info_ptr->y_offset; in png_get_oFFs()
|
| H A D | pngset.c | 362 info_ptr->y_offset = offset_y; in png_set_oFFs()
|
| H A D | pngwutil.c | 1471 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, in png_write_oFFs() argument 1484 png_save_int_32(buf + 4, y_offset); in png_write_oFFs()
|
| H A D | pngwrite.c | 166 png_write_oFFs(png_ptr, info_ptr->x_offset, info_ptr->y_offset, in png_write_info()
|
| H A D | png.h | 758 png_int_32 y_offset; /* y offset on page */ member 3039 png_int_32 x_offset, png_int_32 y_offset, int unit_type));
|
| H A D | libpng.txt | 710 y_offset = png_get_y_offset_microns(png_ptr, info_ptr); 712 y_offset = png_get_y_offset_inches(png_ptr, info_ptr);
|