Home
last modified time | relevance | path

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

/dports/games/uqm/uqm-0.8.0/src/libs/graphics/
H A Dtfb_draw.c298 img->colormap_version = 0; in TFB_DrawImage_New()
328 img->colormap_version = 0; in TFB_DrawImage_CreateForScreen()
H A Dtfb_draw.h45 int colormap_version; member
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/sdl/
H A Dcanvas.c217 if (NormalPal && cmap && img->colormap_version != cmap->version) in TFB_DrawCanvas_Image()
226 && cmap && img->colormap_version != cmap->version) in TFB_DrawCanvas_Image()
264 img->colormap_version = cmap->version; in TFB_DrawCanvas_Image()
449 img->colormap_version--; in TFB_DrawCanvas_FilledImage()