Home
last modified time | relevance | path

Searched refs:place_image (Results 1 – 23 of 23) sorted by relevance

/dports/textproc/p5-PDF-Writer/PDF-Writer-0.06/t/
H A D000_interface.t14 image_height image_width place_image
/dports/textproc/p5-PDF-Writer/PDF-Writer-0.06/lib/PDF/Writer/
H A Dpdflib.pm45 place_image => 'place_image',
H A Dpdfapi2.pm68 sub place_image { subroutine
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/
H A Dfo-doc-private.h100 void (* place_image) (FoDoc *fo_doc, member
H A Dfo-doc.c231 klass->place_image = fo_doc_place_image_default; in _base_init()
1597 FO_DOC_GET_CLASS (fo_doc)->place_image (fo_doc, in fo_doc_place_image()
H A Dfo-doc-gp.c286 fo_doc_class->place_image = fo_doc_gp_place_image; in _base_init()
H A Dfo-doc-cairo.c250 fo_doc_class->place_image = fo_doc_cairo_place_image; in _base_init()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/
H A Dfo-doc-private.h100 void (* place_image) (FoDoc *fo_doc, member
H A Dfo-doc.c231 klass->place_image = fo_doc_place_image_default; in _base_init()
1597 FO_DOC_GET_CLASS (fo_doc)->place_image (fo_doc, in fo_doc_place_image()
H A Dfo-doc-gp.c286 fo_doc_class->place_image = fo_doc_gp_place_image; in _base_init()
H A Dfo-doc-cairo.c250 fo_doc_class->place_image = fo_doc_cairo_place_image; in _base_init()
/dports/textproc/p5-PDF-FromHTML/PDF-FromHTML-0.33/lib/PDF/FromHTML/Template/Element/
H A DImage.pm103 $p->place_image( $image, $x, $y - $self->{H}, $scale );
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/wml/
H A Ditems.lua107 function methods.place_image(x, y, name) function
/dports/x11/kitty/kitty-0.23.1/kittens/diff/
H A Dmain.py384 self.place_image(row, left_placement, True)
387 self.place_image(row, right_placement, False)
400 def place_image(self, row: int, placement: ImagePlacement, is_left: bool) -> None: member in DiffHandler
/dports/textproc/py-pdfminer3k/pdfminer3k-1.3.4/pdfminer/
H A Dconverter.py259 def place_image(self, item, borderwidth, x, y, w, h): member in HTMLConverter
331 self.place_image(item, 1, item.x0, item.y1, item.width, item.height)
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/pdfminer/
H A Dconverter.py329 def place_image(self, item, borderwidth, x, y, w, h): member in HTMLConverter
419 self.place_image(item, 1, item.x0, item.y1, item.width,
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp/
H A Dpdflib.hpp207 void place_image(int image, double x, double y, double p_scale);
H A Dpdflib.cpp1215 PDFlib::place_image(int image, double x, double y, double p_scale) in place_image() function in PDFlib
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp/
H A Dpdflib.hpp207 void place_image(int image, double x, double y, double p_scale);
H A Dpdflib.cpp1215 PDFlib::place_image(int image, double x, double y, double p_scale) in place_image() function in PDFlib
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/bind/pdflib/java/
H A Dpdflib.java1213 public final void place_image(int image, double x, double y, double scale) in place_image() method in pdflib
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/bind/pdflib/java/
H A Dpdflib.java1213 public final void place_image(int image, double x, double y, double scale) in place_image() method in pdflib
/dports/games/wesnoth/wesnoth-1.14.17/data/
H A Dscenario-test.cfg1362 items.place_image(x, y, 'misc/waypoint.png~CS(255,-127,-127)')