Home
last modified time | relevance | path

Searched refs:w_pt (Results 1 – 17 of 17) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A DQTMFileDialog.cpp130 int w_pt, h_pt; in setImage() local
132 image_size (image_url, w_pt, h_pt); in setImage()
133 if (w_pt*h_pt !=0) { //necessary if gs returns h=v=0 (for instance 0-size pdf) in setImage()
134 if (w_pt > h_pt) { in setImage()
136 h= h_pt*98/w_pt; in setImage()
141 w= w_pt*98/h_pt; in setImage()
H A Dqt_utilities.hpp90 void qt_image_to_eps (url image, url eps, int w_pt =0, int h_pt =0, int dpi= 0);
91 string qt_image_to_eps (url image, int w_pt =0, int h_pt =0, int dpi= 0);
H A Dqt_utilities.cpp404 qt_image_to_eps (url image, url eps, int w_pt, int h_pt, int dpi) { in qt_image_to_eps() argument
405 string r= qt_image_to_eps (image, w_pt, h_pt, dpi); in qt_image_to_eps()
410 qt_image_to_eps (url image, int w_pt, int h_pt, int dpi) { in qt_image_to_eps() argument
419 if (dpi > 0 && w_pt > 0 && h_pt > 0) { in qt_image_to_eps()
420 int ww= w_pt * dpi / 72; in qt_image_to_eps()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Ghostscript/
H A Dgs_utilities.cpp48 gs_image_size_sub (string buf, int& w_pt, int& h_pt) { in gs_image_size_sub() argument
69 w_pt= x2-x1; in gs_image_size_sub()
75 gs_image_size (url image, int& w_pt, int& h_pt) { in gs_image_size() argument
78 if (!err && gs_image_size_sub (buf, w_pt, h_pt)) return; in gs_image_size()
85 if (!err && gs_image_size_sub (buf, w_pt, h_pt)) return; in gs_image_size()
88 w_pt= 0; h_pt= 0; in gs_image_size()
H A Dgs_utilities.hpp22 void gs_image_size (url image, int& w_pt, int& h_pt);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/System/Files/
H A Dimage_files.cpp168 int w_pt, h_pt, dpi=72; in ps_load() local
169 qt_image_size (name, w_pt, h_pt); // default to 72 dpi in ps_load()
170 s= qt_image_to_eps (name, w_pt, h_pt, dpi); in ps_load()
279 image_to_eps (url image, url eps, int w_pt, int h_pt, int dpi) { in image_to_eps() argument
286 qt_image_to_eps (image, eps, w_pt, h_pt, dpi); in image_to_eps()
298 if (s != "pdf" && s != "ps" && s != "eps" && dpi > 0 && w_pt > 0 && h_pt > 0) { in image_to_eps()
299 int ww= w_pt * dpi / 72; in image_to_eps()
H A Dimage_files.hpp23 void image_to_eps (url image, url eps, int w_pt= 0, int h_pt= 0, int dpi= 0);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Pictures/
H A Dpicture.cpp282 int w_pt= pic->get_width (), h_pt= pic->get_height (); in picture_as_eps() local
286 string sw= as_string (w_pt); in picture_as_eps()
302 for (i=0; i < w_pt; i++) { in picture_as_eps()
311 for (i=0; i < w_pt; i++) { in picture_as_eps()
329 for (i=0; i < w_pt; i++) { in picture_as_eps()
334 if (i % 4 == 3 || i + 1 == w_pt) { in picture_as_eps()
339 if (i + 1 == w_pt && k % 2 == 1) { in picture_as_eps()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dgl_text.c144 int32_t w_pt = (l->line_width * 64.0f + 0.5f); in GLText_RenderStringLine() local
159 …f_get_string_for_width(gl_font, l->text, w_pt, &n_sym); *begin; ch = glf_get_string_for_width(gl_f… in GLText_RenderStringLine()
169 x1 = x0 + w_pt; in GLText_RenderStringLine()
250 end = glf_get_string_for_width(gl_font, begin, w_pt, &n_sym); in GLText_RenderStringLine()
H A Dconsole.c575 int32_t w_pt = (screen_info.w - 16) * 64; in Con_Draw() local
585 …g_for_width(gl_font, con_base.edit_buff, w_pt, &n_sym); *begin; ch = glf_get_string_for_width(gl_f… in Con_Draw()
620 end = glf_get_string_for_width(gl_font, begin, w_pt, &n_sym); in Con_Draw()
642 …get_string_for_width(gl_font, begin, w_pt, &n_sym); style && *begin; ch = glf_get_string_for_width… in Con_Draw()
H A Dgl_font.c423 char *glf_get_string_for_width(gl_tex_font_p glf, char *text, int32_t w_pt, int *n_sym) in glf_get_string_for_width() argument
437 w_pt -= glf->glyphs[curr_utf32].advance_x_pt; in glf_get_string_for_width()
442 w_pt = (*ch) ? (w_pt) : (0); in glf_get_string_for_width()
450 while(x < w_pt); in glf_get_string_for_width()
H A Dgl_font.h75 char *glf_get_string_for_width(gl_tex_font_p glf, char *text, int32_t w_pt, int *n_sym);
/dports/graphics/py-pyx/PyX-0.15/manual/
H A Dunit.rst145 | :const:`w_pt` | width | points |
159 ``5*unit.w_pt``.
/dports/print/py-fpdf/fpdf-1.7.2/fpdf/
H A Dfpdf.py116 self.w_pt=self.fw_pt
120 self.w_pt=self.fh_pt
125 self.w=self.w_pt/self.k
1130 w_pt=self.fw_pt
1133 w_pt=self.fh_pt
1145 self._out(sprintf('/MediaBox [0 0 %.2f %.2f]',h_pt,w_pt))
1158 h=w_pt
1187 self._out(sprintf('/MediaBox [0 0 %.2f %.2f]',w_pt,h_pt))
1684 self.w_pt=self.fw_pt
1689 self.w_pt=self.fh_pt
/dports/graphics/py-pyx/PyX-0.15/pyx/
H A Dunit.py228 w_pt = length(1, type="w", unit="pt") variable
/dports/print/texlive-base/texlive-20150521-source/texk/dvipos/
H A Ddvicore.c910 double w_pt, h_pt, d_pt; /* in pt */ in do_pos_special() local
942 &w_pt, &h_pt, &d_pt, in do_pos_special()
946 w = w_pt * 65536; in do_pos_special()
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dandreasenhugevolatilityinterpl.cpp676 const Real w_pt = in testArbitrageFree() local
679 const Real w_t = (w_pt - w)/deltaT; in testArbitrageFree()