Home
last modified time | relevance | path

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

/dports/graphics/gegl/gegl-0.4.34/operations/common/ctx/
H A Dctx.h14394 float covf = ctx_u8_to_float (cov); in ctx_float_copy_normal()
14433 float ralpha = 1.0 - ctx_u8_to_float (cov); in ctx_float_clear_normal()
14452 float fcov = ctx_u8_to_float (cov); in ctx_float_source_over_normal_color()
14470 float fcov = ctx_u8_to_float (cov); in ctx_float_source_copy_normal_color()
14771 float covf = ctx_u8_to_float (cov); in ctx_float_porter_duff()
15091 rgbaf[c] = ctx_u8_to_float (rgba[c]); in ctx_fragment_image_GRAYAF()
15469 dst[4] = ctx_u8_to_float (src[4]); in ctx_CMYKA8_to_CMYKAF()
15519 dst[0] = ctx_u8_to_float (255-src[0]); in ctx_CMYK8_to_CMYKAF()
15520 dst[1] = ctx_u8_to_float (255-src[1]); in ctx_CMYK8_to_CMYKAF()
15521 dst[2] = ctx_u8_to_float (255-src[2]); in ctx_CMYK8_to_CMYKAF()
[all …]