Home
last modified time | relevance | path

Searched refs:width_ret (Results 1 – 25 of 81) sorted by relevance

1234

/dports/graphics/gimageview/gimageview-0.2.27/plugins/thumbnail/
H A Dxvpics.c63 gint *width_ret,
225 gint *width_ret, gint *height_ret) in get_size() argument
231 g_return_val_if_fail (width_ret && height_ret, FALSE); in get_size()
232 *width_ret = *height_ret = -1; in get_size()
242 *width_ret = X_MAX_SIZE; in get_size()
247 *width_ret = (gfloat) width * (gfloat) Y_MAX_SIZE / (gfloat) height; in get_size()
249 if (*width_ret > X_MAX_SIZE) in get_size()
250 *width_ret = X_MAX_SIZE; in get_size()
H A Dnautilus.c58 gint *width_ret,
204 gint *width_ret, gint *height_ret) in get_size() argument
209 g_return_val_if_fail (width_ret && height_ret, FALSE); in get_size()
210 *width_ret = *height_ret = -1; in get_size()
216 *width_ret = width; in get_size()
223 *width_ret = max_size; in get_size()
226 *width_ret = (gfloat) width * (gfloat) max_size / (gfloat) height; in get_size()
H A Dee.c67 gint *width_ret,
231 gint *width_ret, gint *height_ret) in get_size() argument
238 g_return_val_if_fail (width_ret && height_ret, FALSE); in get_size()
239 *width_ret = *height_ret = -1; in get_size()
260 *width_ret = width; in get_size()
267 *width_ret = (gfloat) width * (gfloat) max_height / (gfloat) height; in get_size()
270 *width_ret = max_width; in get_size()
274 *width_ret = max_width; in get_size()
H A Dkonqueror-old.c65 gint *width_ret,
244 gint *width_ret, gint *height_ret) in get_size() argument
250 g_return_val_if_fail (width_ret && height_ret, FALSE); in get_size()
251 *width_ret = *height_ret = -1; in get_size()
269 *width_ret = width; in get_size()
276 *width_ret = max_size; in get_size()
279 *width_ret = (gfloat) width * (gfloat) max_size / (gfloat) height; in get_size()
H A Dnautilus-2.0.c60 gint *width_ret,
267 gint *width_ret, gint *height_ret) in get_size() argument
272 g_return_val_if_fail (width_ret && height_ret, FALSE); in get_size()
273 *width_ret = *height_ret = -1; in get_size()
279 *width_ret = width; in get_size()
286 *width_ret = max_size; in get_size()
289 *width_ret = (gfloat) width * (gfloat) max_size / (gfloat) height; in get_size()
H A Dkonqueror.c65 gint *width_ret,
270 gint *width_ret, gint *height_ret) in get_size() argument
276 g_return_val_if_fail (width_ret && height_ret, FALSE); in get_size()
277 *width_ret = *height_ret = -1; in get_size()
295 *width_ret = width; in get_size()
302 *width_ret = max_size; in get_size()
305 *width_ret = (gfloat) width * (gfloat) max_size / (gfloat) height; in get_size()
H A Dgqview.c70 gint *width_ret,
276 gint *width_ret, gint *height_ret) in get_size() argument
284 g_return_val_if_fail (width_ret && height_ret, FALSE); in get_size()
285 *width_ret = *height_ret = -1; in get_size()
294 *width_ret = width; in get_size()
301 *width_ret = max_size; in get_size()
304 *width_ret = (gfloat) width * (gfloat) max_size / (gfloat) height; in get_size()
H A Dgimv_thumb.c72 gint *width_ret,
325 gint *width_ret, gint *height_ret) in get_size() argument
330 g_return_val_if_fail (width_ret && height_ret, FALSE); in get_size()
331 *width_ret = *height_ret = -1; in get_size()
350 *width_ret = width; in get_size()
357 *width_ret = max_size; in get_size()
360 *width_ret = (gfloat) width * (gfloat) max_size / (gfloat) height; in get_size()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pic/
H A DReaderWriterPIC.cpp103 int *width_ret, in simage_pic_load() argument
181 *width_ret = width; in simage_pic_load()
215 int width_ret; in readImage() local
219 imageData = simage_pic_load(fileName.c_str(),&width_ret,&height_ret,&numComponents_ret); in readImage()
223 int s = width_ret; in readImage()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pic/
H A DReaderWriterPIC.cpp103 int *width_ret, in simage_pic_load() argument
199 *width_ret = width; in simage_pic_load()
233 int width_ret; in readImage() local
237 imageData = simage_pic_load(fileName.c_str(),&width_ret,&height_ret,&numComponents_ret); in readImage()
241 int s = width_ret; in readImage()
/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Dximage-loader.h17 int *width_ret, int *height_ret,
23 int *width_ret, int *height_ret,
H A Dximage-loader.c510 int *width_ret, int *height_ret, Pixmap *mask_ret) in make_pixmap() argument
612 if (width_ret) *width_ret = out->width; in make_pixmap()
648 int *width_ret, int *height_ret, in image_data_to_pixmap() argument
652 width_ret, height_ret, mask_ret); in image_data_to_pixmap()
657 int *width_ret, int *height_ret, in file_to_pixmap() argument
661 width_ret, height_ret, mask_ret); in file_to_pixmap()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dximage-loader.h17 int *width_ret, int *height_ret,
23 int *width_ret, int *height_ret,
H A Dximage-loader.c517 int *width_ret, int *height_ret, Pixmap *mask_ret) in make_pixmap() argument
619 if (width_ret) *width_ret = out->width; in make_pixmap()
655 int *width_ret, int *height_ret, in image_data_to_pixmap() argument
659 width_ret, height_ret, mask_ret); in image_data_to_pixmap()
664 int *width_ret, int *height_ret, in file_to_pixmap() argument
668 width_ret, height_ret, mask_ret); in file_to_pixmap()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/exr/
H A DReaderWriterEXR.cpp87 int *width_ret, in exr_load() argument
104 (*width_ret) = width = dw.max.x - dw.min.x + 1; in exr_load()
355 int width_ret = 0; in readEXRStream() local
362 imageData = exr_load(fin,&width_ret,&height_ret,&numComponents_ret,&dataType_ret); in readEXRStream()
367 int s = width_ret; in readEXRStream()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/exr/
H A DReaderWriterEXR.cpp87 int *width_ret, in exr_load() argument
104 (*width_ret) = width = dw.max.x - dw.min.x + 1; in exr_load()
350 int width_ret = 0; in readEXRStream() local
357 imageData = exr_load(fin,&width_ret,&height_ret,&numComponents_ret,&dataType_ret); in readEXRStream()
362 int s = width_ret; in readEXRStream()
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dgimv_thumb_cache.h71 gint *width_ret,
105 gint *width_ret,
H A Dgimv_thumb.c175 gint *width_ret, gint *height_ret) in store_thumbnail() argument
183 if (width_ret) *width_ret = -1; in store_thumbnail()
198 if (width_ret) *width_ret = width; in store_thumbnail()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/tga/
H A DReaderWriterTGA.cpp248 int *width_ret, in simage_tga_load() argument
419 *width_ret = width; in simage_tga_load()
482 int width_ret; in readTGAStream() local
486 imageData = simage_tga_load(fin,&width_ret,&height_ret,&numComponents_ret); in readTGAStream()
490 int s = width_ret; in readTGAStream()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DGraphics.c841 int *width_ret, int *height_ret) in CalculateGradientDimensions() argument
865 *width_ret = ncolors; in CalculateGradientDimensions()
869 *width_ret = best_width * dither_factor; in CalculateGradientDimensions()
878 *width_ret = (ncolors + 1) / 2; in CalculateGradientDimensions()
879 *height_ret = ncolors + 1 - *width_ret; in CalculateGradientDimensions()
884 *width_ret = *height_ret = 2 * ncolors - 1; in CalculateGradientDimensions()
889 *width_ret = *height_ret = 2 * ncolors - 1; in CalculateGradientDimensions()
896 for (*width_ret = 1; in CalculateGradientDimensions()
897 (double)(*width_ret - 1) * M_PI < (double)ncolors; in CalculateGradientDimensions()
898 *width_ret += 2) in CalculateGradientDimensions()
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DGraphics.c822 int *width_ret, int *height_ret) in CalculateGradientDimensions() argument
846 *width_ret = ncolors; in CalculateGradientDimensions()
850 *width_ret = best_width * dither_factor; in CalculateGradientDimensions()
859 *width_ret = (ncolors + 1) / 2; in CalculateGradientDimensions()
860 *height_ret = ncolors + 1 - *width_ret; in CalculateGradientDimensions()
865 *width_ret = *height_ret = 2 * ncolors - 1; in CalculateGradientDimensions()
870 *width_ret = *height_ret = 2 * ncolors - 1; in CalculateGradientDimensions()
877 for (*width_ret = 1; in CalculateGradientDimensions()
878 (double)(*width_ret - 1) * M_PI < (double)ncolors; in CalculateGradientDimensions()
879 *width_ret += 2) in CalculateGradientDimensions()
[all …]
/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage_pic.c69 int *width_ret, in simage_pic_load() argument
139 *width_ret = width; in simage_pic_load()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gif/
H A DReaderWriterGIF.cpp357 int *width_ret, in simage_gif_load() argument
579 *width_ret = giffile->SWidth; in simage_gif_load()
604 int width_ret; in readGIFStream() local
609 … imageData = simage_gif_load( fin,&width_ret,&height_ret,&numComponents_ret, &gifStream ); in readGIFStream()
630 int s = width_ret; in readGIFStream()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gif/
H A DReaderWriterGIF.cpp353 int *width_ret, in simage_gif_load() argument
560 *width_ret = giffile->SWidth; in simage_gif_load()
585 int width_ret; in readGIFStream() local
590 … imageData = simage_gif_load( fin,&width_ret,&height_ret,&numComponents_ret, &gifStream ); in readGIFStream()
611 int s = width_ret; in readGIFStream()
/dports/devel/apitrace/apitrace-9.0/helpers/
H A Deglsize.cpp80 detect_size(int *width_ret, int *height_ret) in detect_size() argument
97 *width_ret = width; in detect_size()

1234