Home
last modified time | relevance | path

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

/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Dimageio_raw.c35 if(!tileset || !tileset->format || tileset->format->type != GC_RAW) return MAPCACHE_FALSE; in mapcache_imageio_is_raw_tileset()
59 format->format.type = GC_RAW; in mapcache_imageio_create_raw_format()
H A Dcache_disk.c537 if(tile->tileset->format->type != GC_RAW && !tile->raw_image) { in _mapcache_cache_disk_set()
541 …if(tile->tileset->format->type != GC_RAW && mapcache_image_blank_color(tile->raw_image) != MAPCACH… in _mapcache_cache_disk_set()
H A Dimage.c294 if(mt->map.tileset->format->type == GC_RAW) {
H A Dcore.c333 if(format && format->type == GC_RAW) { in mapcache_core_get_tile()
H A Dtileset.c124 if(tileset->format && tileset->format->type == GC_RAW) { in mapcache_tileset_configuration_check()
/dports/graphics/mapcache/mapcache-1.10.0/include/
H A Dmapcache.h669 GC_UNKNOWN, GC_PNG, GC_JPEG, GC_RAW enumerator