Home
last modified time | relevance | path

Searched refs:srcp (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_A.c222 srcp += 2; in BlitRGBtoRGBSurfaceAlpha128MMX()
225 srcp += srcskip; in BlitRGBtoRGBSurfaceAlpha128MMX()
285 ++srcp; in BlitRGBtoRGBSurfaceAlphaMMX()
382 ++srcp; in BlitRGBtoRGBPixelAlphaMMX()
515 ++srcp; in BlitRGBtoRGBSurfaceAlpha()
569 ++srcp; in BlitRGBtoRGBPixelAlpha()
639 ++srcp; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
687 srcp++; in Blit16to16SurfaceAlpha128()
720 srcp++; in Blit16to16SurfaceAlpha128()
1155 srcp++; in BlitARGBto565PixelAlpha()
[all …]
A DSDL_stretch.c211 Uint8 *srcp = NULL; in SDL_SoftStretch() local
293 srcp = (Uint8 *) src->pixels + (src_row * src->pitch) in SDL_SoftStretch()
302 :"0"(dstp), "1"(srcp), "r"(copy_row) in SDL_SoftStretch()
312 mov esi, srcp in SDL_SoftStretch()
326 copy_row1(srcp, srcrect->w, dstp, dstrect->w); in SDL_SoftStretch()
329 copy_row2((Uint16 *) srcp, srcrect->w, in SDL_SoftStretch()
333 copy_row3(srcp, srcrect->w, dstp, dstrect->w); in SDL_SoftStretch()
336 copy_row4((Uint32 *) srcp, srcrect->w, in SDL_SoftStretch()
A DSDL_blit_N.c610 Uint32 *srcp = (Uint32 *) info->src; in Blit32to32KeyAltivec() local
663 srcp = (Uint32 *) (((Uint8 *) srcp) + srcbpp); \ in Blit32to32KeyAltivec()
677 srcp = (Uint32 *) (((Uint8 *)srcp) + srcbpp); \ in Blit32to32KeyAltivec()
713 srcp += 4; in Blit32to32KeyAltivec()
720 srcp += srcskip; in Blit32to32KeyAltivec()
951 uint32_t *srcp = (uint32_t *)info->src; in Blit_BGR888_RGB888ARMSIMD() local
966 uint16_t *srcp = (uint16_t *)info->src; in Blit_RGB444_RGB888ARMSIMD() local
2577 Uint16 *srcp = (Uint16 *) info->src; in Blit2to2Key() local
2594 *dstp = *srcp; in Blit2to2Key()
2597 srcp++; in Blit2to2Key()
[all …]
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c764 unsigned char *srcp = src->buffer + soffset; in Load_Glyph() local
769 unsigned char c = *srcp++; in Load_Glyph()
788 unsigned char c = *srcp++; in Load_Glyph()
799 unsigned char c = *srcp++; in Load_Glyph()
806 unsigned char c = *srcp++; in Load_Glyph()
820 unsigned char *srcp = src->buffer + soffset; in Load_Glyph() local
825 c = *srcp++; in Load_Glyph()
836 unsigned char *srcp = src->buffer + soffset; in Load_Glyph() local
841 c = *srcp++; in Load_Glyph()
852 unsigned char *srcp = src->buffer + soffset; in Load_Glyph() local
[all …]
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_string.c373 char *srcp = (char *) src; in SDL_memmove()
377 srcp += len - 1; in SDL_memmove()
380 *dstp-- = *srcp--; in SDL_memmove()
384 *dstp++ = *srcp++; in SDL_memmove()

Completed in 21 milliseconds