Home
last modified time | relevance | path

Searched refs:dstp (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_A.c221 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 DSDL_stretch.c212 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 DSDL_blit_0.c257 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 DSDL_blit_1.c342 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 DSDL_blit_N.c612 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 DSDL_ttf.c770 *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 DSDL_string.c374 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 25 milliseconds