Lines Matching refs:BITFIELD_BIT
1589 { "blend_support_multiply", BITFIELD_BIT(BLEND_MULTIPLY) },
1590 { "blend_support_screen", BITFIELD_BIT(BLEND_SCREEN) },
1591 { "blend_support_overlay", BITFIELD_BIT(BLEND_OVERLAY) },
1592 { "blend_support_darken", BITFIELD_BIT(BLEND_DARKEN) },
1593 { "blend_support_lighten", BITFIELD_BIT(BLEND_LIGHTEN) },
1594 { "blend_support_colordodge", BITFIELD_BIT(BLEND_COLORDODGE) },
1595 { "blend_support_colorburn", BITFIELD_BIT(BLEND_COLORBURN) },
1596 { "blend_support_hardlight", BITFIELD_BIT(BLEND_HARDLIGHT) },
1597 { "blend_support_softlight", BITFIELD_BIT(BLEND_SOFTLIGHT) },
1598 { "blend_support_difference", BITFIELD_BIT(BLEND_DIFFERENCE) },
1599 { "blend_support_exclusion", BITFIELD_BIT(BLEND_EXCLUSION) },
1600 { "blend_support_hsl_hue", BITFIELD_BIT(BLEND_HSL_HUE) },
1601 { "blend_support_hsl_saturation", BITFIELD_BIT(BLEND_HSL_SATURATION) },
1602 { "blend_support_hsl_color", BITFIELD_BIT(BLEND_HSL_COLOR) },
1603 { "blend_support_hsl_luminosity", BITFIELD_BIT(BLEND_HSL_LUMINOSITY) },