Lines Matching refs:_b
32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2() argument
41 b = DRAW_MUL(_b, _a); in SDL_BlendLine_RGB2()
46 b = _b; in SDL_BlendLine_RGB2()
138 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555() argument
146 b = DRAW_MUL(_b, _a); in SDL_BlendLine_RGB555()
151 b = _b; in SDL_BlendLine_RGB555()
243 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565() argument
251 b = DRAW_MUL(_b, _a); in SDL_BlendLine_RGB565()
256 b = _b; in SDL_BlendLine_RGB565()
348 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4() argument
357 b = DRAW_MUL(_b, _a); in SDL_BlendLine_RGB4()
362 b = _b; in SDL_BlendLine_RGB4()
454 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGBA4() argument
463 b = DRAW_MUL(_b, _a); in SDL_BlendLine_RGBA4()
468 b = _b; in SDL_BlendLine_RGBA4()
560 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB888() argument
568 b = DRAW_MUL(_b, _a); in SDL_BlendLine_RGB888()
573 b = _b; in SDL_BlendLine_RGB888()
665 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_ARGB8888() argument
673 b = DRAW_MUL(_b, _a); in SDL_BlendLine_ARGB8888()
678 b = _b; in SDL_BlendLine_ARGB8888()