Home
last modified time | relevance | path

Searched refs:EVAS_COLORSPACE_GRY8 (Results 1 – 13 of 13) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_image_data.c26 case EVAS_COLORSPACE_GRY8: in evas_common_rgba_image_from_data()
87 case EVAS_COLORSPACE_GRY8: in evas_common_rgba_image_from_copied_data()
172 case EVAS_COLORSPACE_GRY8: in evas_common_rgba_image_colorspace_set()
H A Devas_image_main.c114 case EVAS_COLORSPACE_GRY8: siz = w * h * sizeof(DATA8); break; in _evas_common_rgba_image_surface_size()
198 case EVAS_COLORSPACE_GRY8: in _evas_common_rgba_image_plane_get()
328 case EVAS_COLORSPACE_GRY8: in _evas_common_rgba_image_data_offset()
923 case EVAS_COLORSPACE_GRY8: in evas_common_image_colorspace_normalize()
H A Devas_convert_colorspace.c162 case EVAS_COLORSPACE_GRY8: in evas_common_convert_argb8888_to()
H A Devas_font_draw.c480 if (dst_image->cache_entry.space == EVAS_COLORSPACE_GRY8) in evas_common_font_glyph_draw()
/dports/devel/efl/efl-1.25.1/src/lib/evas/
H A DEvas_Loader.h197 #define EVAS_COLORSPACE_GRY8 EMILE_COLORSPACE_GRY8 macro
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_image.c131 CS_APPEND(EVAS_COLORSPACE_GRY8); in _evas_gl_cspace_list_fill()
369 case EVAS_COLORSPACE_GRY8: in evas_gl_common_image_new_from_data()
421 case EVAS_COLORSPACE_GRY8: in evas_gl_common_image_new_from_copied_data()
479 case EVAS_COLORSPACE_GRY8: in evas_gl_common_image_new()
826 case EVAS_COLORSPACE_GRY8: in evas_gl_common_image_update()
1015 case EVAS_COLORSPACE_GRY8: in evas_gl_common_image_virtual_scaled_get()
H A Devas_gl_preload.c177 case EVAS_COLORSPACE_GRY8: bytes_count = 1; break; in _evas_gl_preload_tile_async()
H A Devas_gl_texture.c84 { MATCH_FALSE, MATCH_ANY, EVAS_COLORSPACE_GRY8, &lum_fmt, &lum_ifmt },
85 { MATCH_TRUE, MATCH_ANY, EVAS_COLORSPACE_GRY8, &alpha_fmt, &alpha_ifmt },
1332 case EVAS_COLORSPACE_GRY8: bytes_count = 1; break; in evas_gl_common_texture_update()
/dports/devel/efl/efl-1.25.1/src/modules/evas/image_loaders/png/
H A Devas_image_load_png.c39 EVAS_COLORSPACE_GRY8,
400 case EVAS_COLORSPACE_GRY8: pack_offset = sizeof(DATA8); break; in evas_image_load_file_head_with_data_png()
701 case EVAS_COLORSPACE_GRY8: pack_offset = sizeof(DATA8); break; in evas_image_load_file_data_png()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_generic/
H A Devas_engine.c992 case EVAS_COLORSPACE_GRY8: in eng_image_data_get()
1102 case EVAS_COLORSPACE_GRY8: in eng_image_data_put()
1463 case EVAS_COLORSPACE_GRY8: in eng_image_stride_get()
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_render.c2548 (ENC, mdata->surface, original, w, h, smooth, EVAS_COLORSPACE_GRY8); in evas_render_mask_subrender()
2555 … mdata->is_alpha = (ENFN->image_colorspace_get(ENC, scaled) == EVAS_COLORSPACE_GRY8); in evas_render_mask_subrender()
2643 (ENC, w, h, NULL, EINA_TRUE, EVAS_COLORSPACE_GRY8); in evas_render_mask_subrender()
H A Devas_object_image.c3906 case EVAS_COLORSPACE_GRY8: in _evas_image_data_convert_internal()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_generic/
H A Devas_engine.c1332 case EVAS_COLORSPACE_GRY8: in eng_image_data_get()
1384 case EVAS_COLORSPACE_GRY8: in eng_image_data_put()