Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/IMB_imbuf.h
| Show First 20 Lines • Show All 222 Lines • ▼ Show 20 Lines | void IMB_blend_color_byte(unsigned char dst[4], | ||||
| IMB_BlendMode mode); | IMB_BlendMode mode); | ||||
| void IMB_blend_color_float(float dst[4], | void IMB_blend_color_float(float dst[4], | ||||
| const float src1[4], | const float src1[4], | ||||
| const float src2[4], | const float src2[4], | ||||
| IMB_BlendMode mode); | IMB_BlendMode mode); | ||||
| void IMB_rect_crop(struct ImBuf *ibuf, const struct rcti *crop); | void IMB_rect_crop(struct ImBuf *ibuf, const struct rcti *crop); | ||||
| void IMB_rect_size_set(struct ImBuf *ibuf, const uint size[2]); | |||||
| void IMB_rectclip(struct ImBuf *dbuf, | void IMB_rectclip(struct ImBuf *dbuf, | ||||
| const struct ImBuf *sbuf, | const struct ImBuf *sbuf, | ||||
| int *destx, | int *destx, | ||||
| int *desty, | int *desty, | ||||
| int *srcx, | int *srcx, | ||||
| int *srcy, | int *srcy, | ||||
| int *width, | int *width, | ||||
| int *height); | int *height); | ||||
| ▲ Show 20 Lines • Show All 516 Lines • Show Last 20 Lines | |||||