Home
last modified time | relevance | path

Searched refs:gry8 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_convert_gry_8.c17 DATA32 gry8; in evas_common_convert_rgba_to_8bpp_gry_256_dith() local
28 gry8 = ((r * 19596) + (g * 38470) + (b * 7472)) >> 16; in evas_common_convert_rgba_to_8bpp_gry_256_dith()
30 *dst_ptr = gry8; in evas_common_convert_rgba_to_8bpp_gry_256_dith()
43 DATA32 gry8; in evas_common_convert_rgba_to_8bpp_gry_16_dith() local
57 gry8 = ((r * 19596) + (g * 38470) + (b * 7472)) >> 16; in evas_common_convert_rgba_to_8bpp_gry_16_dith()
59 if (((gry8 - gry8 * 255 / 4) >= dith) && (gry8 < 0x07)) gry8++; in evas_common_convert_rgba_to_8bpp_gry_16_dith()
61 *dst_ptr = gry8; in evas_common_convert_rgba_to_8bpp_gry_16_dith()
/dports/devel/efl/efl-1.25.1/src/modules/evas/image_savers/png/
H A Devas_image_save_png.c31 volatile Eina_Bool gry8 = EINA_FALSE; in save_image_png() local
77 gry8 = EINA_TRUE; in save_image_png()
157 if (gry8 || agry88 || im->cache_entry.flags.alpha) in save_image_png()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_image.c954 uint8_t *gry8; in evas_gl_common_image_surface_update() local
961 gry8 = im->im->image.data8; in evas_gl_common_image_surface_update()
964 const int c = *gry8++; in evas_gl_common_image_surface_update()
/dports/devel/efl/efl-1.25.1/src/lib/efl/interfaces/
H A Defl_gfx_types.eot20 gry8 = 4, [[8-bit gray image, or alpha only.]]