Home
last modified time | relevance | path

Searched refs:pxwidth (Results 1 – 19 of 19) sorted by relevance

/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dmessages.h65 uint32_t pxwidth; member
H A Dcallbacks.h663 int pxwidth, int pwheight,
715 int pxwidth, int pwheight,
/dports/security/razorback-api/api-0.5.0/libssh/include/libssh/
H A Dmessages.h66 uint32_t pxwidth; member
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dmessages.c1063 buffer_get_u32(packet, &msg->channel_request.pxwidth); in ssh_message_handle_channel_request()
1068 msg->channel_request.pxwidth = ntohl(msg->channel_request.pxwidth); in ssh_message_handle_channel_request()
1083 buffer_get_u32(packet, &msg->channel_request.pxwidth); in ssh_message_handle_channel_request()
1088 msg->channel_request.pxwidth = ntohl(msg->channel_request.pxwidth); in ssh_message_handle_channel_request()
H A Dserver.c1049 return msg->channel_request.pxwidth; in ssh_message_channel_request_pty_pxwidth()
/dports/www/fswiki/wiki3_6_2/lib/
H A DPDFJ.pm1069 my($self, $src, $pxwidth, $pxheight, $width, $height, $padding, $colorspace)
1071 PDFJ::Image->new($self, $src, $pxwidth, $pxheight, $width, $height,
3718 my($class, $docobj, $src, $pxwidth, $pxheight, $width, $height, $padding,
3724 new_url($class, $docobj, $src, $pxwidth, $pxheight, $width,
3727 new_file($class, $docobj, $src, $pxwidth, $pxheight, $width,
3733 my($class, $docobj, $url, $pxwidth, $pxheight, $width, $height, $padding,
3735 $width ||= $pxwidth;
3748 Width => number($pxwidth),
3766 my($class, $docobj, $file, $pxwidth, $pxheight, $width, $height, $padding,
3768 $width ||= $pxwidth;
[all …]
/dports/security/libssh/libssh-0.9.6/src/
H A Dmessages.c188 msg->channel_request.pxwidth, in ssh_execute_server_request()
237 msg->channel_request.pxwidth, in ssh_execute_server_request()
1359 &msg->channel_request.pxwidth, in ssh_message_handle_channel_request()
1377 &msg->channel_request.pxwidth, in ssh_message_handle_channel_request()
H A Dserver.c1081 return msg->channel_request.pxwidth; in ssh_message_channel_request_pty_pxwidth()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/view/
H A Dfanchartview.py630 pxwidth = round(context.get_width())
632 scale = min(pxwidth/self.widthpx, pxheight/self.heightpx)
H A Dfanchart2wayview.py544 pxwidth = round(context.get_width())
546 scale = min(pxwidth/self.widthpx, pxheight/self.heightpx)
H A Dfanchartdescview.py532 pxwidth = round(context.get_width())
534 scale = min(pxwidth/self.widthpx, pxheight/self.heightpx)
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/
H A DPDFJ.pm1718 my($self, $src, $pxwidth, $pxheight, $width, $height, $padding, $colorspace)
1721 PDFJ::Image->new($self, $src, $pxwidth, $pxheight, $width, $height,
5381 my($class, $docobj, $src, $pxwidth, $pxheight, $width, $height, $padding,
5387 new_url_jpeg($class, $docobj, $src, $pxwidth, $pxheight, $width,
5391 new_file_jpeg($class, $docobj, $src, $pxwidth, $pxheight, $width,
5403 my($class, $docobj, $url, $pxwidth, $pxheight, $width, $height, $padding,
5405 $width ||= $pxwidth;
5418 Width => number($pxwidth),
5436 my($class, $docobj, $file, $pxwidth, $pxheight, $width, $height, $padding,
5438 $width ||= $pxwidth;
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dpstricks.sty.ltxml540 "<ltx:picture baseline='#1' width='#pxwidth' height='#pxheight'>"
555 pxwidth => $c1->getX->subtract($c0->getX)->pxValue,
561 "<ltx:picture baseline='#1' clip='true' width='#pxwidth' height='#pxheight'>"
577 pxwidth => $c1->getX->subtract($c0->getX)->pxValue,
699 "<ltx:rect $PSLineAttr x='#x' y='#y' width='#pxwidth' height='#pxheight'"
710 pxwidth => $c1->getX->subtract($c0->getX)->pxValue,
H A Dpgfsys-latexml.def.ltxml79 # '<svg:svg version="1.1" width="#pxwidth" height="#pxheight" '
80 # . 'viewBox="#minx #miny #pxwidth #pxheight" overflow="visible">'
101 width => $props{pxwidth}, height => $props{pxheight},
102 #### viewBox => "$props{minx} $props{miny} $props{pxwidth} $props{pxheight}",
142 $whatsit->setProperty(pxwidth => $w);
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmate-ssh-server.c37 __unused int pxwidth, __unused int pwheight, in pty_request() argument
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_moravian.cpp675 int pxwidth = m_cam.IntParam(gipPixelW); // nm in Connect() local
677 m_devicePixelSize = (double) std::min(pxwidth, pxheight) / 1000.; // microns in Connect()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgswts.c278 wts_cell_calc_h(double inc, int *px1, int *pxwidth, double *pp1, double memw) in wts_cell_calc_h() argument
307 *pxwidth = m1; in wts_cell_calc_h()
311 *pxwidth = m1 + m2; in wts_cell_calc_h()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgswts.c278 wts_cell_calc_h(double inc, int *px1, int *pxwidth, double *pp1, double memw) in wts_cell_calc_h() argument
307 *pxwidth = m1; in wts_cell_calc_h()
311 *pxwidth = m1 + m2; in wts_cell_calc_h()
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/doc/
H A DPDFJ.jp.pod868 $imgobj = $docobj->new_image($src, $pxwidth, $pxheight,
871pxwidth��$pxheight�͉摜�̃s�N�Z���T�C�Y�A$width��$height�͕\���T�C�Y�i�|�C���g�j�A$padding�͎��̗͂]���i�…
1437 new_image($src, $pxwidth, $pxheight, $width, $height, $padding, $colorspace)
1438 …new_image({src => $src, pxwidth => $pxwidth, pxheight => $pxheight, width => $width, height => $he…
1517 PDFJ::Image->new($docobj, $src, $pxwidth, $pxheight, $width, $height, $padding)