Searched refs:has_pixel (Results 1 – 8 of 8) sorted by relevance
11 static surface_t *create(int width, int height, int depth, boolean has_pixel, boolean has_alpha) { in create() argument17 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()
15 dst->has_pixel = src->has_pixel; in stretch()18 if (src->has_pixel) { in stretch()
329 if (src->has_pixel) { in scg_cut()372 if (src->has_pixel) { in scg_partcopy()
330 if (src->has_pixel) { in scg_cut()373 if (src->has_pixel) { in scg_partcopy()
245 *var = (s->has_alpha && s->has_pixel) ? 1 : 0; in IsSurface()267 *var = s->has_pixel ? 1 : 0; in IsPixel()
78 boolean has_pixel; member
162 nact->ags.dib->has_pixel = TRUE; in ags_setWorldSize()