Home
last modified time | relevance | path

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

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/lib/
H A Dsurface.c11 static surface_t *create(int width, int height, int depth, boolean has_pixel, boolean has_alpha) { in create() argument
17 s->has_pixel = has_pixel; in create()
23 if (s->has_pixel) { in create()
114 if (in->has_pixel) { in sf_dup()
151 if (src->has_pixel && dst->has_pixel) { in sf_copyall()
173 if (in->has_pixel) { in sf_dup2()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsactcg_stretch.c15 dst->has_pixel = src->has_pixel; in stretch()
18 if (src->has_pixel) { in stretch()
H A Dsactcg.c329 if (src->has_pixel) { in scg_cut()
372 if (src->has_pixel) { in scg_partcopy()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NIGHTDLL/
H A Dsactcg_stretch.c15 dst->has_pixel = src->has_pixel; in stretch()
18 if (src->has_pixel) { in stretch()
H A Dsactcg.c330 if (src->has_pixel) { in scg_cut()
373 if (src->has_pixel) { in scg_partcopy()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/Gpx/
H A DGpx.c245 *var = (s->has_alpha && s->has_pixel) ? 1 : 0; in IsSurface()
267 *var = s->has_pixel ? 1 : 0; in IsPixel()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dags.h78 boolean has_pixel; member
H A Dags.c162 nact->ags.dib->has_pixel = TRUE; in ags_setWorldSize()