Searched refs:STBIR_FLAG_ALPHA_PREMULTIPLIED (Results 1 – 2 of 2) sorted by relevance
247 #define STBIR_FLAG_ALPHA_PREMULTIPLIED (1 << 0) macro1372 if (!(stbir_info->flags & STBIR_FLAG_ALPHA_PREMULTIPLIED)) in stbir__decode_scanline()1699 if (!(stbir_info->flags&STBIR_FLAG_ALPHA_PREMULTIPLIED)) in stbir__encode_scanline()2327 flags |= STBIR_FLAG_ALPHA_USES_COLORSPACE | STBIR_FLAG_ALPHA_PREMULTIPLIED; in stbir__resize_allocated()2329 if (!(flags&STBIR_FLAG_ALPHA_USES_COLORSPACE) || !(flags&STBIR_FLAG_ALPHA_PREMULTIPLIED)) { in stbir__resize_allocated()