Searched defs:urx (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_corefont.h42 float urx; /* AFM key: FontBBox */ member in struct:pdc_core_metric_s
H A Dpc_geom.h32 typedef struct { float llx, lly, urx, ury; } pdc_rectangle; member in struct:__anon4917
H A Dpc_geom.c297 pdc_rect_init(pdc_rectangle *r, float llx, float lly, float urx, float ury) argument
[all...]
H A Dpc_font.h146 float urx; /* AFM key: FontBBox */ member in struct:pdc_font_s
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_type3.c319 pdf__begin_glyph( PDF *p, const char *glyphname, float wx, float llx, float lly, float urx, float ury) argument
444 PDF_begin_glyph( PDF *p, const char *glyphname, float wx, float llx, float lly, float urx, float ury) argument
[all...]
H A Dp_annots.c568 pdf_init_rectangle(PDF *p, pdf_annot *ann, float llx, float lly, float urx, float ury) argument
594 pdf__attach_file( PDF *p, float llx, float lly, float urx, float ury, const char *filename, const char *description, int len_descr, const char *author, int len_auth, const char *mimetype, const char *icon) argument
648 PDF_attach_file( PDF *p, float llx, float lly, float urx, float ury, const char *filename, const char *description, const char *author, const char *mimetype, const char *icon) argument
676 PDF_attach_file2( PDF *p, float llx, float lly, float urx, float ury, const char *filename, int reserved, const char *description, int len_descr, const char *author, int len_auth, const char *mimetype, const char *icon) argument
718 pdf__add_note( PDF *p, float llx, float lly, float urx, float ury, const char *contents, int len_cont, const char *title, int len_title, const char *icon, int open) argument
758 PDF_add_note( PDF *p, float llx, float lly, float urx, float ury, const char *contents, const char *title, const char *icon, int open) argument
785 PDF_add_note2( PDF *p, float llx, float lly, float urx, float ury, const char *contents, int len_cont, const char *title, int len_title, const char *icon, int open) argument
814 PDF_add_pdflink( PDF *p, float llx, float lly, float urx, float ury, const char *filename, int page, const char *optlist) argument
854 PDF_add_launchlink( PDF *p, float llx, float lly, float urx, float ury, const char *filename) argument
905 PDF_add_locallink( PDF *p, float llx, float lly, float urx, float ury, int page, const char *optlist) argument
939 PDF_add_weblink( PDF *p, float llx, float lly, float urx, float ury, const char *url) argument
[all...]
H A Dp_image.c901 float urx, ury, height; local
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DLink.cpp259 WebLink::CreateLink(float llx, float lly, float urx, float ury) argument
H A DXReferences.cpp435 void LocalLink::CreateLink(float llx, float lly, float urx, float ury) { argument
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsscanline.c2111 scanline_emit_0(hpgs_image *image, double llx, double urx, int iy, const hpgs_paint_scanline *img, const hpgs_paint_scanline *clip, const hpgs_paint_color *c, hpgs_bool winding, hpgs_bool stroke) argument
2197 scanline_emit_alpha(hpgs_image *image, double llx, double urx, int iy, const hpgs_paint_scanline *img, const hpgs_paint_scanline *clip, const hpgs_paint_color *c, hpgs_bool winding) argument
2512 hpgs_paint_clipper_reset(hpgs_paint_clipper *c, double llx, double urx) argument
[all...]
H A Dhpgs.h290 double urx; member in struct:hpgs_bbox_st
/haiku-fatelf/src/libs/pdflib/bind/pdflib/perl/
H A Dpdflib_pl.c474 float urx; local
573 float urx; local
3314 float wx, llx, lly, urx, ury; local
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/ext/pdf/
H A Dpdf.c401 zval **p, **llx, **lly, **urx, **ury, **filename; local
443 zval **p, **llx, **lly, **urx, **ury, **page, **optlist; local
475 zval **p, **llx, **lly, **urx, **ury, **contents, **title, **icon, **open; local
514 zval **p, **llx, **lly, **urx, **ury, **filename, **page, **optlist; local
584 zval **p, **llx, **lly, **urx, **ury, **filename, **description, **author, **mimetype, **icon; local
3382 zval **p, **glyphname, **wx, **llx, **lly, **urx, **ury; local
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/python/
H A Dpdflib_py.c2598 float urx; local
/haiku-fatelf/src/libs/pdflib/bind/pdflib/tcl/
H A Dpdflib_tcl.c481 double urx; local
631 double urx; local
4009 float wx, llx, lly, urx, ury; local
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdflib.java69 add_launchlink( float llx, float lly, float urx, float ury, String filename) argument
80 add_locallink( float llx, float lly, float urx, float ury, int page, String optlist) argument
92 add_note( float llx, float lly, float urx, float ury, String contents, String title, String icon, int open) argument
104 add_pdflink( float llx, float lly, float urx, float ury, String filename, int page, String optlist) argument
116 add_weblink( float llx, float lly, float urx, float ury, String url) argument
128 attach_file( float llx, float lly, float urx, float ury, String filename, String description, String author, String mimetype, String icon) argument
1265 begin_glyph( String glyphname, float wx, float llx, float lly, float urx, float ury) argument
[all...]
H A Dpdflib_java.c283 float urx; local
313 float urx; local
345 float urx; local
385 float urx; local
420 float urx; local
451 float urx; local
2992 float urx; local
[all...]

Completed in 216 milliseconds