Searched refs:dstp (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit_A.c | 221 dstp += 2; in BlitRGBtoRGBSurfaceAlpha128MMX() 226 dstp += dstskip; in BlitRGBtoRGBSurfaceAlpha128MMX() 286 ++dstp; in BlitRGBtoRGBSurfaceAlphaMMX() 383 ++dstp; in BlitRGBtoRGBPixelAlphaMMX() 516 ++dstp; in BlitRGBtoRGBSurfaceAlpha() 557 d = *dstp; in BlitRGBtoRGBPixelAlpha() 570 ++dstp; in BlitRGBtoRGBPixelAlpha() 640 ++dstp; in BlitRGBtoRGBPixelAlphaMMX3DNOW() 686 dstp++; in Blit16to16SurfaceAlpha128() 1156 dstp++; in BlitARGBto565PixelAlpha() [all …]
|
A D | SDL_stretch.c | 212 Uint8 *dstp; in SDL_SoftStretch() local 290 dstp = (Uint8 *) dst->pixels + (dst_row * dst->pitch) in SDL_SoftStretch() 302 :"0"(dstp), "1"(srcp), "r"(copy_row) in SDL_SoftStretch() 311 mov edi, dstp in SDL_SoftStretch() 326 copy_row1(srcp, srcrect->w, dstp, dstrect->w); in SDL_SoftStretch() 330 (Uint16 *) dstp, dstrect->w); in SDL_SoftStretch() 333 copy_row3(srcp, srcrect->w, dstp, dstrect->w); in SDL_SoftStretch() 337 (Uint32 *) dstp, dstrect->w); in SDL_SoftStretch()
|
A D | SDL_blit_0.c | 257 Uint16 *dstp = (Uint16 *) info->dst; in BlitBto2Key() local 276 *dstp = ((Uint16 *) palmap)[bit]; in BlitBto2Key() 279 dstp++; in BlitBto2Key() 282 dstp += dstskip; in BlitBto2Key() 326 Uint32 *dstp = (Uint32 *) info->dst; in BlitBto4Key() local 345 *dstp = ((Uint32 *) palmap)[bit]; in BlitBto4Key() 348 dstp++; in BlitBto4Key() 351 dstp += dstskip; in BlitBto4Key()
|
A D | SDL_blit_1.c | 342 Uint16 *dstp = (Uint16 *) info->dst; in Blit1to2Key() local 355 *dstp=palmap[*src]; in Blit1to2Key() 358 dstp++; in Blit1to2Key() 363 dstp += dstskip; in Blit1to2Key() 407 Uint32 *dstp = (Uint32 *) info->dst; in Blit1to4Key() local 420 *dstp = palmap[*src]; in Blit1to4Key() 423 dstp++; in Blit1to4Key() 428 dstp += dstskip; in Blit1to4Key()
|
A D | SDL_blit_N.c | 612 Uint32 *dstp = (Uint32 *) info->dst; in Blit32to32KeyAltivec() local 662 dstp = (Uint32 *) (((Uint8 *) dstp) + dstbpp); \ in Blit32to32KeyAltivec() 676 dstp = (Uint32 *) (((Uint8 *)dstp) + dstbpp); \ in Blit32to32KeyAltivec() 706 vd = vec_ld(0, dstp); in Blit32to32KeyAltivec() 712 vec_st(vd, 0, dstp); in Blit32to32KeyAltivec() 715 dstp += 4; in Blit32to32KeyAltivec() 721 dstp += dstskip; in Blit32to32KeyAltivec() 949 uint32_t *dstp = (uint32_t *)info->dst; in Blit_BGR888_RGB888ARMSIMD() local 2594 *dstp = *srcp; in Blit2to2Key() 2596 dstp++; in Blit2to2Key() [all …]
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 770 *dstp++ = (c&0x80) >> 7; in Load_Glyph() 772 *dstp++ = (c&0x80) >> 7; in Load_Glyph() 774 *dstp++ = (c&0x80) >> 7; in Load_Glyph() 776 *dstp++ = (c&0x80) >> 7; in Load_Glyph() 778 *dstp++ = (c&0x80) >> 7; in Load_Glyph() 780 *dstp++ = (c&0x80) >> 7; in Load_Glyph() 782 *dstp++ = (c&0x80) >> 7; in Load_Glyph() 784 *dstp++ = (c&0x80) >> 7; in Load_Glyph() 830 *dstp++ = 0x00; in Load_Glyph() 846 *dstp++ = 0x00; in Load_Glyph() [all …]
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 374 char *dstp = (char *) dst; in SDL_memmove() 378 dstp += len - 1; in SDL_memmove() 380 *dstp-- = *srcp--; in SDL_memmove() 384 *dstp++ = *srcp++; in SDL_memmove()
|
Completed in 23 milliseconds