Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/iris.c
| Context not available. | |||||
| float pixel_f; | float pixel_f; | ||||
| #define EXPAND_CAPACITY_AT_INPUT_OK_OR_FAIL(iptr_next) \ | #define EXPAND_CAPACITY_AT_INPUT_OK_OR_FAIL(iptr_next) \ | ||||
| if (UNLIKELY(iptr_next > iptr_end)) { goto fail; } ((void)0) | if (UNLIKELY(iptr_next > iptr_end)) { goto fail; } | ||||
| #define EXPAND_CAPACITY_AT_OUTPUT_OK_OR_FAIL(optr_next) \ | #define EXPAND_CAPACITY_AT_OUTPUT_OK_OR_FAIL(optr_next) \ | ||||
| if (UNLIKELY(optr_next > optr_end)) { goto fail; } ((void)0) | if (UNLIKELY(optr_next > optr_end)) { goto fail; } | ||||
| optr += z; | optr += z; | ||||
| optr_end += z; | optr_end += z; | ||||
| Context not available. | |||||
| uchar pixel, count; | uchar pixel, count; | ||||
| #define EXPAND_CAPACITY_AT_INPUT_OK_OR_FAIL(iptr_next) \ | #define EXPAND_CAPACITY_AT_INPUT_OK_OR_FAIL(iptr_next) \ | ||||
| if (UNLIKELY(iptr_next > iptr_end)) { goto fail; } ((void)0) | if (UNLIKELY(iptr_next > iptr_end)) { goto fail; } | ||||
| #define EXPAND_CAPACITY_AT_OUTPUT_OK_OR_FAIL(optr_next) \ | #define EXPAND_CAPACITY_AT_OUTPUT_OK_OR_FAIL(optr_next) \ | ||||
| if (UNLIKELY(optr_next > optr_end)) { goto fail; } ((void)0) | if (UNLIKELY(optr_next > optr_end)) { goto fail; } | ||||
| optr += z; | optr += z; | ||||
| optr_end += z; | optr_end += z; | ||||
| Context not available. | |||||