Searched defs:_b (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendline.c | 32 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB2() 138 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB555() 243 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB565() 348 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB4() 454 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGBA4() 560 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_RGB888() 665 SDL_BlendMode blendMode, Uint8 _r, Uint8 _g, Uint8 _b, Uint8 _a, in SDL_BlendLine_ARGB8888()
|
A D | SDL_drawline.c | 69 Uint8 _r, _g, _b, _a; in SDL_DrawLine2() local 99 Uint8 _r, _g, _b, _a; in SDL_DrawLine4() local
|
A D | SDL_draw.h | 29 #define DRAW_MUL(_a, _b) (((unsigned)(_a)*(_b))/255) argument
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testqsort.c | 16 num_compare(const void *_a, const void *_b) in num_compare()
|
/AliOS-Things-master/components/SDL2/src/audio/wasapi/ |
A D | SDL_wasapi_win32.c | 359 static int sort_endpoints(const void *_a, const void *_b) in sort_endpoints()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | hci_process.c | 159 int _b = *(int *) b; in freq_cmp() local
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11messagebox.c | 62 #define SDL_MAKE_RGB( _r, _g, _b ) ( ( ( Uint32 )( _r ) << 16 ) | \ argument
|
Completed in 16 milliseconds