Home
last modified time | relevance | path

Searched refs:pheight (Results 1 – 25 of 951) sorted by relevance

12345678910>>...39

/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvtk.cpp48 char pheight[20]; variable
98 strcpy(pheight, "11.0i"); in derivedConstructor()
104 strcpy(pheight, "84.0c"); in derivedConstructor()
107 strcpy(pheight, "59.4c"); in derivedConstructor()
110 strcpy(pheight, "42.0c"); in derivedConstructor()
113 strcpy(pheight, "29.7c"); in derivedConstructor()
116 strcpy(pheight, "21.0c"); in derivedConstructor()
119 strcpy(pheight, "35.4c"); in derivedConstructor()
134 strcpy(pheight, "8.5i"); in derivedConstructor()
155 strcpy(pheight, "9.5i"); in derivedConstructor()
[all …]
/dports/editors/impress/impress-1.1b9/src/
H A Ddrvtk.cpp52 char pheight[20]; variable
106 strcpy(pheight, "11.0i"); in derivedConstructor()
112 strcpy(pheight, "84.0c"); in derivedConstructor()
115 strcpy(pheight, "59.4c"); in derivedConstructor()
118 strcpy(pheight, "42.0c"); in derivedConstructor()
121 strcpy(pheight, "29.7c"); in derivedConstructor()
124 strcpy(pheight, "21.0c"); in derivedConstructor()
127 strcpy(pheight, "35.4c"); in derivedConstructor()
142 strcpy(pheight, "8.5i"); in derivedConstructor()
163 strcpy(pheight, "9.5i"); in derivedConstructor()
[all …]
/dports/audio/festival/speech_tools/java/common/cstr/awt/
H A DImageCanvas.java47 int pwidth, pheight; field in ImageCanvas
52 pheight = (int)(im.getHeight(this)*yscale); in init()
56 ImageFilter filter = new ReplicateScaleFilter(pwidth, pheight); in init()
113 int oh =pheight; in imageUpdate()
119 pheight = h; in imageUpdate()
121 if (pwidth!= ow || pheight != oh) in imageUpdate()
122 setSize(pwidth, pheight); in imageUpdate()
130 return new Dimension(pwidth, pheight); in getPreferredSize()
135 return new Dimension(pwidth, pheight); in getMinimumSize()
144 g.drawImage(image, 0, 0, pwidth, pheight, this); in paint()
/dports/lang/newlisp/newlisp-10.7.5/modules/
H A Dplot.lsp132 (set 'pheight 280)
197 (let (y (/ (* i pheight) 5) )
211 (gs:draw-line 'Grid x 0 x pheight grid-color)
219 (gs:draw-rect 'GridFrame 0 0 pwidth pheight)
222 (gs:draw-rect 'GridMask -3 -3 (+ pwidth 6) (+ pheight 6))
236 (+ pheight 14) text-color))
258 (let (y (- pheight -4 (* i (/ pheight 5))))
293 x (+ pheight 15) text-color)
344 (gs:draw-line 'seg last-x (- pheight last-y)
356 (gs:draw-line 'legend x (+ pheight 30) (+ x 25) (+ pheight 30) (line-color m))
[all …]
/dports/print/p5-PDF-Template/PDF-Template-0.22/lib/PDF/Template/Container/
H A DPageDef.pm71 my ($pheight, $pwidth) = map { $context->get($self, $_) } qw(PAGE_HEIGHT PAGE_WIDTH);
72 unless (defined $pheight && defined $pwidth)
81 ($pheight, $pwidth) = @{$self}{qw(PAGE_HEIGHT PAGE_WIDTH)};
88 ($pheight, $pwidth) = ($pwidth, $pheight);
127 my ($pheight, $pwidth) = map { $context->get($self, $_) } qw(PAGE_HEIGHT PAGE_WIDTH);
130 $self->{START_Y} = $pheight - $header_h;
140 pdflib_pl::PDF_begin_page($context->{PDF}, $pwidth, $pheight);
/dports/textproc/p5-PDF-FromHTML/PDF-FromHTML-0.33/lib/PDF/FromHTML/Template/Container/
H A DPageDef.pm73 my ($pheight, $pwidth) = map { $context->get($self, $_) } qw(PAGE_HEIGHT PAGE_WIDTH);
74 unless (defined $pheight && defined $pwidth)
83 ($pheight, $pwidth) = @{$self}{qw(PAGE_HEIGHT PAGE_WIDTH)};
89 ($pheight, $pwidth) = ($pwidth, $pheight);
130 my ($pheight, $pwidth) = map { $context->get($self, $_) } qw(PAGE_HEIGHT PAGE_WIDTH);
132 $self->{START_Y} = $pheight - $header_h;
141 $context->{PDF}->begin_page($pwidth, $pheight);
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dllander.c109 int i, pwidth, pheight; in llander_screenrefresh() local
121 pheight = llander_panel->artwork->height; in llander_screenrefresh()
124 vector_bitmap.height = bitmap->height - pheight; in llander_screenrefresh()
134 rect.min_y = bitmap->height - pheight; in llander_screenrefresh()
138 0,bitmap->height - pheight,&rect,TRANSPARENCY_NONE,0); in llander_screenrefresh()
150 rect.min_y = bitmap->height - pheight + scale * light_areas[i].min_y; in llander_screenrefresh()
151 rect.max_y = bitmap->height - pheight + scale * light_areas[i].max_y; in llander_screenrefresh()
155 0,bitmap->height - pheight,&rect,TRANSPARENCY_NONE,0); in llander_screenrefresh()
158 0,bitmap->height - pheight,&rect,TRANSPARENCY_NONE,0); in llander_screenrefresh()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/water/
H A Dwater.cpp98 pheight = 600; in Water()
184 int density, pheight, radius; member in Water
306 pheight=600; in water_setphysics()
311 pheight=400; in water_setphysics()
316 pheight=400; in water_setphysics()
321 pheight=400; in water_setphysics()
347 WarpBlob(x, y, radius, pheight, Hpage); in water_drop()
378 Height[Hpage][offset] = pheight; in water_surfer()
385 Height[Hpage][offset] = pheight<<1; in water_surfer()
389 Height[Hpage][offset - geo->w] = pheight; in water_surfer()
[all …]
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/water/
H A Dwater.cpp98 pheight = 600; in Water()
184 int density, pheight, radius; member in Water
306 pheight=600; in water_setphysics()
311 pheight=400; in water_setphysics()
316 pheight=400; in water_setphysics()
321 pheight=400; in water_setphysics()
347 WarpBlob(x, y, radius, pheight, Hpage); in water_drop()
378 Height[Hpage][offset] = pheight; in water_surfer()
385 Height[Hpage][offset] = pheight<<1; in water_surfer()
389 Height[Hpage][offset - geo->w] = pheight; in water_surfer()
[all …]
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/water/
H A Dwater.cpp98 pheight = 600; in Water()
184 int density, pheight, radius; member in Water
306 pheight=600; in water_setphysics()
311 pheight=400; in water_setphysics()
316 pheight=400; in water_setphysics()
321 pheight=400; in water_setphysics()
347 WarpBlob(x, y, radius, pheight, Hpage); in water_drop()
378 Height[Hpage][offset] = pheight; in water_surfer()
385 Height[Hpage][offset] = pheight<<1; in water_surfer()
389 Height[Hpage][offset - geo->w] = pheight; in water_surfer()
[all …]
/dports/games/q2pro/q2pro/source/
H A Dwin_swimp.c125 static vidSetModeResult_t SWimp_SetMode( int *pwidth, int *pheight, byte **buffer, int *rowbytes, c… in SWimp_SetMode() argument
131 if( !VID_GetModeInfo( pwidth, pheight, mode ) ) { in SWimp_SetMode()
136 Com_Printf( " %d %d %s\n", *pwidth, *pheight, win_fs[fullscreen] ); in SWimp_SetMode()
144 sww_state.height = *pheight; in SWimp_SetMode()
148 sww_state.hWnd = Win_CreateWindow( *pwidth, *pheight, qtrue ); in SWimp_SetMode()
163 sww_state.hWnd = Win_CreateWindow( *pwidth, *pheight, qtrue ); in SWimp_SetMode()
167 sww_state.hWnd = Win_CreateWindow( *pwidth, *pheight, qfalse ); in SWimp_SetMode()
183 sww_state.hWnd = Win_CreateWindow( *pwidth, *pheight, qfalse ); in SWimp_SetMode()
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DICmpFootprint.cpp44 JS::RootedValue pheight(cx); in GetShape_wrapper() local
47 ScriptInterface::ToJSVal(cx, &pheight, height); in GetShape_wrapper()
50 JS_SetProperty(cx, obj, "height", pheight); in GetShape_wrapper()
57 JS::RootedValue pheight(cx); in GetShape_wrapper() local
61 ScriptInterface::ToJSVal(cx, &pheight, height); in GetShape_wrapper()
65 JS_SetProperty(cx, obj, "height", pheight); in GetShape_wrapper()
/dports/print/cups-filters/cups-filters-1.28.10/filter/pdftopdf/
H A Dpptypes.cc74 void PageRect::rotate_move(Rotation r,float pwidth,float pheight) // {{{ in rotate_move() argument
89 std::swap(pwidth,pheight); in rotate_move()
96 top=pheight-top; in rotate_move()
97 bottom=pheight-bottom; in rotate_move()
106 left=pheight-top; in rotate_move()
108 right=pheight-tmp0; in rotate_move()
118 top=pheight-bottom; in rotate_move()
119 bottom=pheight-tmp2; in rotate_move()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/gdk/
H A Dvideowall.c112 int psize, prow, orow, pwidth, pheight; in videowall_process() local
126 pheight = height / xht; in videowall_process()
128 pheight = (pheight >> 1) << 1; in videowall_process()
129 if (pwidth == 0 || pheight == 0) return WEED_SUCCESS; in videowall_process()
132 offs_y = (height - pheight * xht) >> 1; in videowall_process()
134 out_pixbuf = gdk_pixbuf_scale_simple(in_pixbuf, pwidth, pheight, down_interp); in videowall_process()
205 ofh = offs_y + pheight * row; in videowall_process()
213 pheight = gdk_pixbuf_get_height(out_pixbuf); in videowall_process()
215 for (i = 0; i < pheight; i++) { in videowall_process()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DPostBox.pm166 $pheight = 130;
171 ( $pheight, $pwidth, $textsize, $col_row ) =
177 if ( $pheight > 400 ) { $pheight = 400; }
178 if ( $pheight < 130 ) { $pheight = 130; }
182 $mheight = $pheight . 'px';
184 $dheight = ( $pheight + 12 ) . 'px';
188 $jsdraghpos = $pheight - 130;
189 $draghpos = ( $pheight - 130 ) . 'px';
198 <input type="hidden" name="messageheight" id="messageheight" value="$pheight" />
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mfb/
H A Dmfbmisc.c58 mfbQueryBestSize(class, pwidth, pheight, pScreen) in mfbQueryBestSize() argument
61 unsigned short *pheight;
71 if (*pheight > pScreen->height)
72 *pheight = pScreen->height;
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dspixio.c128 l_int32 *pheight, in readHeaderSpix() argument
140 if (!pwidth || !pheight || !pbps || !pspp) in readHeaderSpix()
144 ret = freadHeaderSpix(fp, pwidth, pheight, pbps, pspp, piscmap); in readHeaderSpix()
169 l_int32 *pheight, in freadHeaderSpix() argument
181 if (!pwidth || !pheight || !pbps || !pspp) in freadHeaderSpix()
189 ret = sreadHeaderSpix(data, pwidth, pheight, pbps, pspp, piscmap); in freadHeaderSpix()
213 l_int32 *pheight, in sreadHeaderSpix() argument
225 if (!pwidth || !pheight || !pbps || !pspp) in sreadHeaderSpix()
227 *pwidth = *pheight = *pbps = *pspp = 0; in sreadHeaderSpix()
237 *pheight = data[2]; in sreadHeaderSpix()
/dports/math/gretl/gretl-2021d/gui/
H A Dgraphics.c30 static double pheight = 3.5; variable
44 double pheight; member
75 double w = pwidth, h = pheight; in set_pdf_ps_dims()
99 s->pheight = h; in set_pdf_ps_dims()
126 pheight = s->pheight; in saver_set_defaults()
149 s->pheight = gtk_spin_button_get_value(b); in set_dim_callback()
150 gtk_spin_button_set_value(GTK_SPIN_BUTTON(s->h_cm), s->pheight * CMFAC); in set_dim_callback()
152 s->pheight = gtk_spin_button_get_value(b) / CMFAC; in set_dim_callback()
153 gtk_spin_button_set_value(GTK_SPIN_BUTTON(s->h_in), s->pheight); in set_dim_callback()
176 gtk_spin_button_set_value(GTK_SPIN_BUTTON(s->h_in), s->pheight); in pdf_ps_size_spinners()
[all …]
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/typing-break/
H A Ddrw-utils.c38 gint pwidth, pheight; in create_tile_pixbuf() local
56 pheight = gdk_pixbuf_get_height (src_pixbuf); in create_tile_pixbuf()
58 for (cy = 0; cy < field_geom->height; cy += pheight) { in create_tile_pixbuf()
64 MIN (pheight, field_geom->height - cy), in create_tile_pixbuf()
73 MIN (pheight, field_geom->height - cy), in create_tile_pixbuf()
84 MIN (pheight, field_geom->height - cy), in create_tile_pixbuf()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Data/Format/
H A DPNGLoad.cpp11 int pngLoad(const char *file, int *pwidth, int *pheight, unsigned char **image_data_ptr) { in pngLoad() argument
25 *pheight = png.height; in pngLoad()
34 int pngLoadPtr(const unsigned char *input_ptr, size_t input_len, int *pwidth, int *pheight, unsigne… in pngLoadPtr() argument
46 *pheight = png.height; in pngLoadPtr()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Data/Format/
H A DPNGLoad.cpp11 int pngLoad(const char *file, int *pwidth, int *pheight, unsigned char **image_data_ptr) { in pngLoad() argument
25 *pheight = png.height; in pngLoad()
34 int pngLoadPtr(const unsigned char *input_ptr, size_t input_len, int *pwidth, int *pheight, unsigne… in pngLoadPtr() argument
46 *pheight = png.height; in pngLoadPtr()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Data/Format/
H A DPNGLoad.cpp11 int pngLoad(const char *file, int *pwidth, int *pheight, unsigned char **image_data_ptr) { in pngLoad() argument
25 *pheight = png.height; in pngLoad()
34 int pngLoadPtr(const unsigned char *input_ptr, size_t input_len, int *pwidth, int *pheight, unsigne… in pngLoadPtr() argument
46 *pheight = png.height; in pngLoadPtr()
/dports/sysutils/xvidcap/xvidcap-1.1.7/src/
H A Dgnome_frame.c139 int pwidth = 0, pheight = 0; in do_reposition_control() local
155 pheight = rect.height + FRAME_OFFSET; in do_reposition_control()
384 gint x, y, pwidth, pheight; in on_gtk_frame_configure_event() local
397 pheight = rect.height; in on_gtk_frame_configure_event()
829 if ((pheight % 2) > 0) { in xvc_create_gtk_frame()
830 pheight--; in xvc_create_gtk_frame()
837 if (pheight < 10) { in xvc_create_gtk_frame()
838 pheight = 10; in xvc_create_gtk_frame()
870 if (pheight > app->max_height) in xvc_create_gtk_frame()
871 pheight = app->max_height; in xvc_create_gtk_frame()
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Ddialog.c78 int pwidth, pheight; in wMessageDialog() local
82 pheight = WMWidgetHeight(panel->win); in wMessageDialog()
127 int pwidth, pheight; in wExitDialog() local
431 int pwidth, pheight; in wAdvancedInputDialog() local
497 int pwidth, pheight; in wInputDialog() local
928 int pwidth, pheight; in wIconChooserDialog() local
937 pheight = WMScaleY(280); in wIconChooserDialog()
1192 int pwidth, pheight; in wShowInfoPanel() local
1209 pheight = WMScaleY(250); in wShowInfoPanel()
1455 int pwidth, pheight; in wShowLegalPanel() local
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Ddialog.c78 int pwidth, pheight; in wMessageDialog() local
82 pheight = WMWidgetHeight(panel->win); in wMessageDialog()
127 int pwidth, pheight; in wExitDialog() local
431 int pwidth, pheight; in wAdvancedInputDialog() local
497 int pwidth, pheight; in wInputDialog() local
928 int pwidth, pheight; in wIconChooserDialog() local
937 pheight = WMScaleY(280); in wIconChooserDialog()
1192 int pwidth, pheight; in wShowInfoPanel() local
1209 pheight = WMScaleY(250); in wShowInfoPanel()
1455 int pwidth, pheight; in wShowLegalPanel() local
[all …]

12345678910>>...39