Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dswf.c91 double config_jpegsubpixels; member
273 i->config_jpegsubpixels=0; in init_internal_struct()
2057 i->config_jpegsubpixels = atof(value); in swf_setparameter()
2061 i->config_ppmsubpixels = i->config_jpegsubpixels = atof(value); in swf_setparameter()
2269 if(is_jpeg && i->config_jpegsubpixels) { in add_image()
2270 newsizex = (int)(targetwidth*i->config_jpegsubpixels + 0.5); in add_image()
2271 newsizey = (int)(targetheight*i->config_jpegsubpixels + 0.5); in add_image()