Home
last modified time | relevance | path

Searched refs:blend_half (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dimage_gen.c280 float blend_half = blend * 0.5f; in checker_board_color_tint() local
305 rect[0] = (char)BLEND_CHAR(rect[0], blend_half); in checker_board_color_tint()
306 rect[1] = (char)BLEND_CHAR(rect[1], blend_half); in checker_board_color_tint()
307 rect[2] = (char)BLEND_CHAR(rect[2], blend_half); in checker_board_color_tint()
313 rect_float[0] = BLEND_FLOAT(rect_float[0], blend_half); in checker_board_color_tint()
314 rect_float[1] = BLEND_FLOAT(rect_float[1], blend_half); in checker_board_color_tint()
315 rect_float[2] = BLEND_FLOAT(rect_float[2], blend_half); in checker_board_color_tint()
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dpixelformat.c176 unsigned blend_half(unsigned color1, unsigned color2) in blend_half() function
328 tbl[(i << 8) | j] = (unsigned char)blend_half(i, j); in create_half32_tbl()
613 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dpixelformat.c89 unsigned blend_half(register unsigned color1, register unsigned color2) in blend_half() function
220 tbl[(i<<8)|j] = (unsigned char)blend_half(i,j); in create_half32_tbl()
424 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dpixelformat.c165 unsigned blend_half(unsigned color1, unsigned color2) in blend_half() function
317 tbl[(i << 8) | j] = (unsigned char)blend_half(i, j); in create_half32_tbl()
602 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dpixelformat.c178 unsigned blend_half(unsigned color1, unsigned color2) in blend_half() function
330 tbl[(i << 8) | j] = (unsigned char)blend_half(i, j); in create_half32_tbl()
615 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dpixelformat.c89 unsigned blend_half(register unsigned color1, register unsigned color2) in blend_half() function
220 tbl[(i<<8)|j] = (unsigned char)blend_half(i,j); in create_half32_tbl()
424 …ENDINGS] = {blend_screen, blend_multiply, blend_overlay, blend_hardlight, blend_dodge, blend_half};