Home
last modified time | relevance | path

Searched defs:rect_float (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dimage_gen.c37 float *rect_float; member
43 unsigned char *rect, float *rect_float, int width, int height, const float color[4]) in image_buf_fill_color_slice()
77 float *rect_float = (data->rect_float != NULL) ? (data->rect_float + offset) : NULL; in image_buf_fill_color_thread_do() local
82 unsigned char *rect, float *rect_float, int width, int height, const float color[4]) in BKE_image_buf_fill_color()
98 unsigned char *rect, float *rect_float, int width, int height, int offset) in image_buf_fill_checker_slice()
196 float *rect_float; member
205 float *rect_float = (data->rect_float != NULL) ? (data->rect_float + offset) : NULL; in image_buf_fill_checker_thread_do() local
272 float *rect_float, in checker_board_color_tint()
437 float *rect_float; member
448 float *rect_float = (data->rect_float != NULL) ? (data->rect_float + offset) : NULL; in checker_board_color_prepare_thread_do() local
[all …]
H A Dimage_gpu.c532 float *rect_float, in update_do_scale()
572 float *rect_float, in gpu_texture_update_scaled()
610 float *rect_float, in gpu_texture_update_unscaled()
662 float *rect_float = ibuf->rect_float; in gpu_texture_update_from_ibuf() local
H A Dimage.c848 float *rect_float = NULL; in add_ibuf_size() local
/dports/sysutils/diskonaut/diskonaut-0.11.0/src/state/tiles/
H A Dmod.rs3 pub mod rect_float; module
/dports/graphics/blender/blender-2.91.0/source/blender/sequencer/intern/
H A Dmodifier.c75 float *rect_float, *mask_rect_float; member
224 float *rect_float, in whiteBalance_apply_threaded()
332 float *rect_float, in curves_apply_threaded()
462 float *rect_float, in hue_correct_apply_threaded()
557 float *rect_float, in brightcontrast_apply_threaded()
659 float *rect_float, in maskmodifier_apply_threaded()
756 float *rect_float, in tonemapmodifier_apply_threaded_simple()
815 float *rect_float, in tonemapmodifier_apply_threaded_photoreceptor()
H A Dsequencer.c2398 float *rect_float, in color_balance_byte_float()
2448 float *rect_float, in color_balance_float_float()
2494 float *rect_float, *mask_rect_float; member
2549 float *rect_float = thread_data->rect_float; in color_balance_do_thread() local
H A Deffects.c2879 float *rect_float; in do_solid_color() local
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dutil_gpu.c146 float *rect_float = (is_float_rect) ? (float *)data_rect : NULL; in imb_gpu_get_data() local
H A Dfilter.c669 void IMB_premultiply_rect_float(float *rect_float, int channels, int w, int h) in IMB_premultiply_rect_float()
731 void IMB_unpremultiply_rect_float(float *rect_float, int channels, int w, int h) in IMB_unpremultiply_rect_float()
H A Dradiance_hdr.c221 float *rect_float; in imb_loadhdr() local
H A Djp2.c469 float *rect_float = ibuf->rect_float; in imb_load_jp2_stream() local
825 float *rect_float, from_straight[4]; in ibuftoimage() local
H A Dimageprocess.c455 void IMB_alpha_under_color_float(float *rect_float, int x, int y, float backcol[3]) in IMB_alpha_under_color_float()
H A Ddivers.c782 float *rect_float; in IMB_float_from_rect() local
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/
H A DIMB_imbuf_types.h209 float *rect_float; member
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_image/
H A Dimage_draw.c490 const float *rect_float, in sima_draw_zbuffloat_pixels()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/render/
H A Drender_preview.c781 float *rect_float = rv->rectf; in shader_preview_texture() local