/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_events.h | 167 Uint32 type; 168 Uint32 timestamp; 176 Uint32 type; /**< ::SDL_WINDOWEVENT */ 177 Uint32 timestamp; 178 Uint32 windowID; /**< The associated window */ 192 Uint32 type; /**< ::SDL_KEYDOWN or ::SDL_KEYUP */ 193 Uint32 timestamp; 194 Uint32 windowID; /**< The window with keyboard focus, if any */ 208 Uint32 type; /**< ::SDL_TEXTEDITING */ 209 Uint32 timestamp; [all …]
|
D | SDL_surface.h | 71 Uint32 flags; /**< Read-only */ 119 (Uint32 flags, int width, int height, int depth, 120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); 122 (Uint32 flags, int width, int height, int depth, Uint32 format); 128 Uint32 Rmask, 129 Uint32 Gmask, 130 Uint32 Bmask, 131 Uint32 Amask); 133 (void *pixels, int width, int height, int depth, int pitch, Uint32 format); 235 int flag, Uint32 key); [all …]
|
D | SDL_endian.h | 108 SDL_FORCE_INLINE Uint32 109 SDL_Swap32(Uint32 x) in SDL_Swap32() 115 SDL_FORCE_INLINE Uint32 116 SDL_Swap32(Uint32 x) in SDL_Swap32() 122 SDL_FORCE_INLINE Uint32 123 SDL_Swap32(Uint32 x) in SDL_Swap32() 125 Uint32 result; in SDL_Swap32() 133 SDL_FORCE_INLINE Uint32 134 SDL_Swap32(Uint32 x) in SDL_Swap32() 140 SDL_FORCE_INLINE Uint32 [all …]
|
D | SDL_pixels.h | 306 Uint32 version; 315 Uint32 format; 320 Uint32 Rmask; 321 Uint32 Gmask; 322 Uint32 Bmask; 323 Uint32 Amask; 339 extern DECLSPEC const char* SDLCALL SDL_GetPixelFormatName(Uint32 format); 348 extern DECLSPEC SDL_bool SDLCALL SDL_PixelFormatEnumToMasks(Uint32 format, 350 Uint32 * Rmask, 351 Uint32 * Gmask, [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_auto.c | 42 Uint32 *src = 0; in SDL_Blit_RGB888_RGB888_Scale() 43 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Scale() 57 src = (Uint32 *)(info->src + (srcy * info->src_pitch) + (srcx * 4)); in SDL_Blit_RGB888_RGB888_Scale() 71 Uint32 srcpixel; in SDL_Blit_RGB888_RGB888_Blend() 72 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_RGB888_RGB888_Blend() 73 Uint32 dstpixel; in SDL_Blit_RGB888_RGB888_Blend() 74 Uint32 dstR, dstG, dstB; in SDL_Blit_RGB888_RGB888_Blend() 77 Uint32 *src = (Uint32 *)info->src; in SDL_Blit_RGB888_RGB888_Blend() 78 Uint32 *dst = (Uint32 *)info->dst; in SDL_Blit_RGB888_RGB888_Blend() 110 dstpixel = ((Uint32)dstR << 16) | ((Uint32)dstG << 8) | dstB; in SDL_Blit_RGB888_RGB888_Blend() [all …]
|
D | SDL_blit_A.c | 42 Uint32 Pixel; in BlitNto1SurfaceAlpha() 89 Uint32 Pixel; in BlitNto1PixelAlpha() 135 Uint32 ckey = info->colorkey; in BlitNto1SurfaceAlphaKey() 136 Uint32 Pixel; in BlitNto1SurfaceAlphaKey() 179 Uint32 *srcp = (Uint32 *) info->src; in BlitRGBtoRGBSurfaceAlpha128MMX() 181 Uint32 *dstp = (Uint32 *) info->dst; in BlitRGBtoRGBSurfaceAlpha128MMX() 183 Uint32 dalpha = info->dst_fmt->Amask; in BlitRGBtoRGBSurfaceAlpha128MMX() 194 Uint32 s = *srcp++; in BlitRGBtoRGBSurfaceAlpha128MMX() 195 Uint32 d = *dstp; in BlitRGBtoRGBSurfaceAlpha128MMX() 234 Uint32 chanmask; in BlitRGBtoRGBSurfaceAlphaMMX() [all …]
|
D | SDL_RLEaccel.c | 120 Uint32 *src = (Uint32 *)(from); \ 121 Uint32 *dst = (Uint32 *)(to); \ 123 Uint32 s = *src++; \ 124 Uint32 d = *dst; \ 125 Uint32 s1 = s & 0xff00ff; \ 126 Uint32 d1 = d & 0xff00ff; \ 146 Uint32 ALPHA = alpha >> 3; \ 148 Uint32 s = *src++; \ 149 Uint32 d = *dst; \ 163 Uint32 ALPHA = alpha >> 3; \ [all …]
|
D | SDL_bmp.c | 94 Uint32 Rmask = 0; in SDL_LoadBMP_RW() 95 Uint32 Gmask = 0; in SDL_LoadBMP_RW() 96 Uint32 Bmask = 0; in SDL_LoadBMP_RW() 97 Uint32 Amask = 0; in SDL_LoadBMP_RW() 112 Uint32 bfOffBits = 0; in SDL_LoadBMP_RW() 115 Uint32 biSize = 0; in SDL_LoadBMP_RW() 120 Uint32 biCompression = 0; in SDL_LoadBMP_RW() 124 Uint32 biClrUsed = 0; in SDL_LoadBMP_RW() 156 biWidth = (Uint32) SDL_ReadLE16(src); in SDL_LoadBMP_RW() 157 biHeight = (Uint32) SDL_ReadLE16(src); in SDL_LoadBMP_RW() [all …]
|
D | SDL_blit_N.c | 135 Uint32 rmask = RESHIFT(srcfmt->Rshift) << (dstfmt->Rshift); in calc_swizzle32() 136 Uint32 gmask = RESHIFT(srcfmt->Gshift) << (dstfmt->Gshift); in calc_swizzle32() 137 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift); in calc_swizzle32() 138 Uint32 amask; in calc_swizzle32() 193 Uint32 Pixel; \ in Blit_RGB888_RGB565Altivec() 559 Uint32 *srcp = (Uint32 *) info->src; in Blit32to32KeyAltivec() 561 Uint32 *dstp = (Uint32 *) info->dst; in Blit32to32KeyAltivec() 569 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask; in Blit32to32KeyAltivec() 570 Uint32 ckey = info->colorkey; in Blit32to32KeyAltivec() 603 Uint32 Pixel; \ in Blit32to32KeyAltivec() [all …]
|
D | SDL_blit_1.c | 129 *(Uint32 *) dst = (map[src[HI]] << 16) | (map[src[LO]]); in Blit1to2() 132 *(Uint32 *) dst = (map[src[HI]] << 16) | (map[src[LO]]); in Blit1to2() 142 *(Uint32 *) dst = (map[src[HI]] << 16) | (map[src[LO]]); in Blit1to2() 158 *(Uint32 *) dst = (map[src[HI]] << 16) | (map[src[LO]]); in Blit1to2() 161 *(Uint32 *) dst = (map[src[HI]] << 16) | (map[src[LO]]); in Blit1to2() 171 *(Uint32 *) dst = (map[src[HI]] << 16) | (map[src[LO]]); in Blit1to2() 244 Uint32 *map, *dst; in Blit1to4() 252 dst = (Uint32 *) info->dst; in Blit1to4() 254 map = (Uint32 *) info->table; in Blit1to4() 294 Uint32 ckey = info->colorkey; in Blit1to1Key() [all …]
|
D | SDL_blit_slow.c | 34 const Uint32 modulateR = info->r; in SDL_Blit_Slow() 35 const Uint32 modulateG = info->g; in SDL_Blit_Slow() 36 const Uint32 modulateB = info->b; in SDL_Blit_Slow() 37 const Uint32 modulateA = info->a; in SDL_Blit_Slow() 38 Uint32 srcpixel; in SDL_Blit_Slow() 39 Uint32 srcR, srcG, srcB, srcA; in SDL_Blit_Slow() 40 Uint32 dstpixel; in SDL_Blit_Slow() 41 Uint32 dstR, dstG, dstB, dstA; in SDL_Blit_Slow() 49 Uint32 rgbmask = ~src_fmt->Amask; in SDL_Blit_Slow() 50 Uint32 ckey = info->colorkey & rgbmask; in SDL_Blit_Slow()
|
/third_party/node/src/ |
D | node_wasi.cc | 90 using v8::Uint32; 263 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, argv_offset); in ArgsGet() 264 CHECK_TO_TYPE_OR_RETURN(args, args[1], Uint32, argv_buf_offset); in ArgsGet() 302 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, argc_offset); in ArgsSizesGet() 303 CHECK_TO_TYPE_OR_RETURN(args, args[1], Uint32, argv_buf_offset); in ArgsSizesGet() 336 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, clock_id); in ClockResGet() 337 CHECK_TO_TYPE_OR_RETURN(args, args[1], Uint32, resolution_ptr); in ClockResGet() 364 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, clock_id); in ClockTimeGet() 366 CHECK_TO_TYPE_OR_RETURN(args, args[2], Uint32, time_ptr); in ClockTimeGet() 393 CHECK_TO_TYPE_OR_RETURN(args, args[0], Uint32, environ_offset); in EnvironGet() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_blendline.c | 328 HLINE(Uint32, DRAW_SETPIXEL_BLEND_RGB, draw_end); in SDL_BlendLine_RGB4() 331 HLINE(Uint32, DRAW_SETPIXEL_ADD_RGB, draw_end); in SDL_BlendLine_RGB4() 334 HLINE(Uint32, DRAW_SETPIXEL_MOD_RGB, draw_end); in SDL_BlendLine_RGB4() 337 HLINE(Uint32, DRAW_SETPIXEL_RGB, draw_end); in SDL_BlendLine_RGB4() 343 VLINE(Uint32, DRAW_SETPIXEL_BLEND_RGB, draw_end); in SDL_BlendLine_RGB4() 346 VLINE(Uint32, DRAW_SETPIXEL_ADD_RGB, draw_end); in SDL_BlendLine_RGB4() 349 VLINE(Uint32, DRAW_SETPIXEL_MOD_RGB, draw_end); in SDL_BlendLine_RGB4() 352 VLINE(Uint32, DRAW_SETPIXEL_RGB, draw_end); in SDL_BlendLine_RGB4() 358 DLINE(Uint32, DRAW_SETPIXEL_BLEND_RGB, draw_end); in SDL_BlendLine_RGB4() 361 DLINE(Uint32, DRAW_SETPIXEL_ADD_RGB, draw_end); in SDL_BlendLine_RGB4() [all …]
|
D | SDL_blendfillrect.c | 83 FILLRECT(Uint32, DRAW_SETPIXEL_BLEND_RGB888); in SDL_BlendFillRect_RGB888() 86 FILLRECT(Uint32, DRAW_SETPIXEL_ADD_RGB888); in SDL_BlendFillRect_RGB888() 89 FILLRECT(Uint32, DRAW_SETPIXEL_MOD_RGB888); in SDL_BlendFillRect_RGB888() 92 FILLRECT(Uint32, DRAW_SETPIXEL_RGB888); in SDL_BlendFillRect_RGB888() 106 FILLRECT(Uint32, DRAW_SETPIXEL_BLEND_ARGB8888); in SDL_BlendFillRect_ARGB8888() 109 FILLRECT(Uint32, DRAW_SETPIXEL_ADD_ARGB8888); in SDL_BlendFillRect_ARGB8888() 112 FILLRECT(Uint32, DRAW_SETPIXEL_MOD_ARGB8888); in SDL_BlendFillRect_ARGB8888() 115 FILLRECT(Uint32, DRAW_SETPIXEL_ARGB8888); in SDL_BlendFillRect_ARGB8888() 148 FILLRECT(Uint32, DRAW_SETPIXEL_BLEND_RGB); in SDL_BlendFillRect_RGB() 151 FILLRECT(Uint32, DRAW_SETPIXEL_ADD_RGB); in SDL_BlendFillRect_RGB() [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | IndexBufferValidationTests.cpp | 89 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 0, 256); in TEST_F() 91 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 0, wgpu::kWholeSize); in TEST_F() 92 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 256 - 4, wgpu::kWholeSize); in TEST_F() 93 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 4, wgpu::kWholeSize); in TEST_F() 95 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 256, wgpu::kWholeSize); in TEST_F() 104 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 4, 256); in TEST_F() 113 pass.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 256 + 4, 0); in TEST_F() 126 encoder.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 0, 256); in TEST_F() 128 encoder.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 0, wgpu::kWholeSize); in TEST_F() 129 encoder.SetIndexBuffer(buffer, wgpu::IndexFormat::Uint32, 256 - 4, wgpu::kWholeSize); in TEST_F() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 70 SDL_DYNAPI_PROC(int,SDL_RegisterApp,(char *a, Uint32 b, void *c),(a,b,c),return) 89 SDL_DYNAPI_PROC(int,SDL_Init,(Uint32 a),(a),return) 90 SDL_DYNAPI_PROC(int,SDL_InitSubSystem,(Uint32 a),(a),return) 91 SDL_DYNAPI_PROC(void,SDL_QuitSubSystem,(Uint32 a),(a),) 92 SDL_DYNAPI_PROC(Uint32,SDL_WasInit,(Uint32 a),(a),return) 121 …oSpec*,SDL_LoadWAV_RW,(SDL_RWops *a, int b, SDL_AudioSpec *c, Uint8 **d, Uint32 *e),(a,b,c,d,e),re… 125 SDL_DYNAPI_PROC(void,SDL_MixAudio,(Uint8 *a, const Uint8 *b, Uint32 c, int d),(a,b,c,d),) 126 SDL_DYNAPI_PROC(void,SDL_MixAudioFormat,(Uint8 *a, const Uint8 *b, SDL_AudioFormat c, Uint32 d, int… 152 SDL_DYNAPI_PROC(int,SDL_PeepEvents,(SDL_Event *a, int b, SDL_eventaction c, Uint32 d, Uint32 e),(a,… 153 SDL_DYNAPI_PROC(SDL_bool,SDL_HasEvent,(Uint32 a),(a),return) [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_iconv.c | 255 Uint32 ch = 0; in SDL_iconv() 335 *(Uint32 *) dst = UNICODE_BOM; in SDL_iconv() 349 ch = (Uint32) (p[0] & 0x7F); in SDL_iconv() 357 ch = (Uint32) p[0]; in SDL_iconv() 377 ch = (Uint32) (p[0] & 0x01); in SDL_iconv() 390 ch = (Uint32) (p[0] & 0x03); in SDL_iconv() 403 ch = (Uint32) (p[0] & 0x07); in SDL_iconv() 416 ch = (Uint32) (p[0] & 0x0F); in SDL_iconv() 429 ch = (Uint32) (p[0] & 0x1F); in SDL_iconv() 439 ch = (Uint32) p[0]; in SDL_iconv() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_font.c | 3119 const Uint32 charWidth = FONT_CHARACTER_SIZE; in SDLTest_DrawCharacter() 3120 const Uint32 charHeight = FONT_CHARACTER_SIZE; in SDLTest_DrawCharacter() 3121 const Uint32 charSize = FONT_CHARACTER_SIZE; in SDLTest_DrawCharacter() 3125 Uint32 ix, iy; in SDLTest_DrawCharacter() 3130 Uint32 pitch; in SDLTest_DrawCharacter() 3132 Uint32 ci; in SDLTest_DrawCharacter() 3185 *(Uint32 *)curpos = 0xffffffff; in SDLTest_DrawCharacter() 3187 *(Uint32 *)curpos = 0; in SDLTest_DrawCharacter() 3224 const Uint32 charWidth = FONT_CHARACTER_SIZE; in SDLTest_DrawString()
|
D | SDL_test_harness.c | 41 static Uint32 SDLTest_TestCaseTimeout = 3600; 106 Uint32 runSeedLength; in SDLTest_GenerateExecKey() 107 Uint32 suiteNameLength; in SDLTest_GenerateExecKey() 108 Uint32 testNameLength; in SDLTest_GenerateExecKey() 109 Uint32 iterationStringLength; in SDLTest_GenerateExecKey() 110 Uint32 entireStringLength; in SDLTest_GenerateExecKey() 174 Uint32 timeoutInMilliseconds; in SDLTest_SetTestTimeout() 392 Uint32 totalTestFailedCount = 0; in SDLTest_RunSuites() 393 Uint32 totalTestPassedCount = 0; in SDLTest_RunSuites() 394 Uint32 totalTestSkippedCount = 0; in SDLTest_RunSuites() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/ |
D | SDL_syssem.c | 33 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() 51 SDL_SemWaitTimeout(SDL_sem * sem, Uint32 timeout) in SDL_SemWaitTimeout() 62 Uint32 78 Uint32 count; 79 Uint32 waiters_count; 85 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() 150 SDL_SemWaitTimeout(SDL_sem * sem, Uint32 timeout) in SDL_SemWaitTimeout() 185 Uint32 188 Uint32 value; in SDL_SemValue()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_yuv_sw_c.h | 29 Uint32 format; 30 Uint32 target_format; 34 Uint32 *rgb_2_pix; 35 void (*Display1X) (int *colortab, Uint32 * rgb_2_pix, 39 void (*Display2X) (int *colortab, Uint32 * rgb_2_pix, 55 SDL_SW_YUVTexture *SDL_SW_CreateYUVTexture(Uint32 format, int w, int h); 68 Uint32 target_format, int w, int h, void *pixels,
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_mixer.c | 91 Uint32 len, int volume) in SDL_MixAudioFormat() 255 const Uint32 *src32 = (Uint32 *) src; in SDL_MixAudioFormat() 256 Uint32 *dst32 = (Uint32 *) dst; in SDL_MixAudioFormat() 274 *(dst32++) = SDL_SwapLE32((Uint32) ((Sint32) dst_sample)); in SDL_MixAudioFormat() 281 const Uint32 *src32 = (Uint32 *) src; in SDL_MixAudioFormat() 282 Uint32 *dst32 = (Uint32 *) dst; in SDL_MixAudioFormat() 300 *(dst32++) = SDL_SwapBE32((Uint32) ((Sint32) dst_sample)); in SDL_MixAudioFormat()
|
D | SDL_audiocvt.c | 141 const Uint32 *src = (const Uint32 *) cvt->buf; in SDL_ConvertMono() 142 Uint32 *dst = (Uint32 *) cvt->buf; in SDL_ConvertMono() 148 *(dst++) = SDL_SwapBE32((Uint32) ((Sint32) (added / 2))); in SDL_ConvertMono() 155 *(dst++) = SDL_SwapLE32((Uint32) ((Sint32) (added / 2))); in SDL_ConvertMono() 224 strip_chans_6_to_2(Uint32); in SDL_ConvertStrip() 270 strip_chans_6_to_4(Uint32); in SDL_ConvertStrip_2() 313 dup_chans_1_to_2(Uint32); in SDL_ConvertStereo() 506 const Uint32 *src = (const Uint32 *) (cvt->buf + cvt->len_cvt); in SDL_ConvertSurround() 507 Uint32 *dst = (Uint32 *) (cvt->buf + cvt->len_cvt * 3); in SDL_ConvertSurround() 516 dst[0] = SDL_SwapBE32((Uint32) lf); in SDL_ConvertSurround() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/ |
D | SDL.c | 61 SDL_PrivateSubsystemRefCountIncr(Uint32 subsystem) in SDL_PrivateSubsystemRefCountIncr() 70 SDL_PrivateSubsystemRefCountDecr(Uint32 subsystem) in SDL_PrivateSubsystemRefCountDecr() 80 SDL_PrivateShouldInitSubsystem(Uint32 subsystem) in SDL_PrivateShouldInitSubsystem() 89 SDL_PrivateShouldQuitSubsystem(Uint32 subsystem) { in SDL_PrivateShouldQuitSubsystem() 108 SDL_InitSubSystem(Uint32 flags) in SDL_InitSubSystem() 242 SDL_Init(Uint32 flags) in SDL_Init() 248 SDL_QuitSubSystem(Uint32 flags) in SDL_QuitSubSystem() 323 Uint32 324 SDL_WasInit(Uint32 flags) in SDL_WasInit() 328 Uint32 initialized = 0; in SDL_WasInit()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_events.c | 52 Uint32 bits[8]; 56 static Uint32 SDL_userevents = SDL_USEREVENT; 268 Uint32 minType, Uint32 maxType) in SDL_PeepEvents() 290 Uint32 type; in SDL_PeepEvents() 345 SDL_HasEvent(Uint32 type) in SDL_HasEvent() 351 SDL_HasEvents(Uint32 minType, Uint32 maxType) in SDL_HasEvents() 357 SDL_FlushEvent(Uint32 type) in SDL_FlushEvent() 363 SDL_FlushEvents(Uint32 minType, Uint32 maxType) in SDL_FlushEvents() 381 Uint32 type; in SDL_FlushEvents() 430 Uint32 expiration = 0; in SDL_WaitEventTimeout() [all …]
|