Searched refs:dstpixel (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_auto.c | 73 Uint32 dstpixel; in SDL_Blit_RGB888_RGB888_Blend() local 83 dstpixel = *dst; in SDL_Blit_RGB888_RGB888_Blend() 84 dstR = (Uint8)(dstpixel >> 16); dstG = (Uint8)(dstpixel >> 8); dstB = (Uint8)dstpixel; in SDL_Blit_RGB888_RGB888_Blend() 110 dstpixel = ((Uint32)dstR << 16) | ((Uint32)dstG << 8) | dstB; in SDL_Blit_RGB888_RGB888_Blend() 111 *dst = dstpixel; in SDL_Blit_RGB888_RGB888_Blend() 125 Uint32 dstpixel; in SDL_Blit_RGB888_RGB888_Blend_Scale() local 156 dstpixel = *dst; in SDL_Blit_RGB888_RGB888_Blend_Scale() 157 dstR = (Uint8)(dstpixel >> 16); dstG = (Uint8)(dstpixel >> 8); dstB = (Uint8)dstpixel; in SDL_Blit_RGB888_RGB888_Blend_Scale() 183 dstpixel = ((Uint32)dstR << 16) | ((Uint32)dstG << 8) | dstB; in SDL_Blit_RGB888_RGB888_Blend_Scale() 184 *dst = dstpixel; in SDL_Blit_RGB888_RGB888_Blend_Scale() [all …]
|
D | SDL_blit_slow.c | 40 Uint32 dstpixel; in SDL_Blit_Slow() local 97 DISEMBLE_RGBA(dst, dstbpp, dst_fmt, dstpixel, dstR, dstG, in SDL_Blit_Slow() 100 DISEMBLE_RGB(dst, dstbpp, dst_fmt, dstpixel, dstR, dstG, in SDL_Blit_Slow()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …ow_byt:28,dst_view:24,dstchannel:1,dstcolorspac:8,dstimag:7,dstp:[8,10],dstpixel:13,dstview:28,due… property
|