Searched refs:oalpha (Results 1 – 2 of 2) sorted by relevance
71 GX_UBYTE oalpha; in _gx_display_driver_32argb_rotated_pixel_blend() local125 oalpha = (GX_UBYTE)(falpha + balpha - combined_alpha); in _gx_display_driver_32argb_rotated_pixel_blend()126 fred = (GX_UBYTE)((fred * falpha + bred * balpha - bred * combined_alpha) / oalpha); in _gx_display_driver_32argb_rotated_pixel_blend()127 fgreen = (GX_UBYTE)((fgreen * falpha + bgreen * balpha - bgreen * combined_alpha) / oalpha); in _gx_display_driver_32argb_rotated_pixel_blend()128 fblue = (GX_UBYTE)((fblue * falpha + bblue * balpha - bblue * combined_alpha) / oalpha); in _gx_display_driver_32argb_rotated_pixel_blend()131 *put = (ULONG)ASSEMBLECOLOR_32ARGB(oalpha, fred, fgreen, fblue); in _gx_display_driver_32argb_rotated_pixel_blend()
89 GX_UBYTE oalpha; in _gx_display_driver_32argb_pixel_blend() local132 oalpha = (GX_UBYTE)(falpha + balpha - combined_alpha); in _gx_display_driver_32argb_pixel_blend()133 fred = (GX_UBYTE)((fred * falpha + bred * balpha - bred * combined_alpha) / oalpha); in _gx_display_driver_32argb_pixel_blend()134 fgreen = (GX_UBYTE)((fgreen * falpha + bgreen * balpha - bgreen * combined_alpha) / oalpha); in _gx_display_driver_32argb_pixel_blend()135 fblue = (GX_UBYTE)((fblue * falpha + bblue * balpha - bblue * combined_alpha) / oalpha); in _gx_display_driver_32argb_pixel_blend()138 *put = (ULONG)ASSEMBLECOLOR(oalpha, fred, fgreen, fblue); in _gx_display_driver_32argb_pixel_blend()