Searched refs:oalpha (Results 1 – 2 of 2) sorted by relevance
72 GX_UBYTE oalpha; in _gx_display_driver_32argb_rotated_pixel_blend() local126 oalpha = (GX_UBYTE)(falpha + balpha - combined_alpha); in _gx_display_driver_32argb_rotated_pixel_blend()127 fred = (GX_UBYTE)((fred * falpha + bred * balpha - bred * combined_alpha) / oalpha); in _gx_display_driver_32argb_rotated_pixel_blend()128 fgreen = (GX_UBYTE)((fgreen * falpha + bgreen * balpha - bgreen * combined_alpha) / oalpha); in _gx_display_driver_32argb_rotated_pixel_blend()129 fblue = (GX_UBYTE)((fblue * falpha + bblue * balpha - bblue * combined_alpha) / oalpha); in _gx_display_driver_32argb_rotated_pixel_blend()132 *put = (ULONG)ASSEMBLECOLOR_32ARGB(oalpha, fred, fgreen, fblue); in _gx_display_driver_32argb_rotated_pixel_blend()
90 GX_UBYTE oalpha; in _gx_display_driver_32argb_pixel_blend() local133 oalpha = (GX_UBYTE)(falpha + balpha - combined_alpha); in _gx_display_driver_32argb_pixel_blend()134 fred = (GX_UBYTE)((fred * falpha + bred * balpha - bred * combined_alpha) / oalpha); in _gx_display_driver_32argb_pixel_blend()135 fgreen = (GX_UBYTE)((fgreen * falpha + bgreen * balpha - bgreen * combined_alpha) / oalpha); in _gx_display_driver_32argb_pixel_blend()136 fblue = (GX_UBYTE)((fblue * falpha + bblue * balpha - bblue * combined_alpha) / oalpha); in _gx_display_driver_32argb_pixel_blend()139 *put = (ULONG)ASSEMBLECOLOR(oalpha, fred, fgreen, fblue); in _gx_display_driver_32argb_pixel_blend()