Home
last modified time | relevance | path

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

/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dimageio_jpeg.c182 jpeg_set_quality(&cinfo, ((mapcache_image_format_jpeg*)format)->quality, TRUE); in _mapcache_imageio_jpeg_encode()
183 switch(((mapcache_image_format_jpeg*)format)->photometric) { in _mapcache_imageio_jpeg_encode()
191 switch(((mapcache_image_format_jpeg*)format)->optimize) { in _mapcache_imageio_jpeg_encode()
335 mapcache_image_format_jpeg *format = apr_pcalloc(pool, sizeof(mapcache_image_format_jpeg)); in mapcache_imageio_create_jpeg_format()
H A Dcache_tiff.c80 mapcache_image_format_jpeg *format;
950 mapcache_image_format_jpeg *format; in _mapcache_cache_tiff_set()
969 format = (mapcache_image_format_jpeg*) cache->format; in _mapcache_cache_tiff_set()
1248 cache->format = (mapcache_image_format_jpeg*)pformat; in _mapcache_cache_tiff_configuration_parse_xml()
/dports/graphics/mapcache/mapcache-1.10.0/include/
H A Dmapcache.h80 typedef struct mapcache_image_format_jpeg mapcache_image_format_jpeg; typedef
1617 struct mapcache_image_format_jpeg { struct