Searched refs:tColorRGBA (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 44 typedef struct tColorRGBA { struct 49 } tColorRGBA; typedef 117 tColorRGBA *sp, *osp, *oosp; in _shrinkSurfaceRGBA() 118 tColorRGBA *dp; in _shrinkSurfaceRGBA() 130 sp = (tColorRGBA *) src->pixels; in _shrinkSurfaceRGBA() 133 dp = (tColorRGBA *) dst->pixels; in _shrinkSurfaceRGBA() 290 tColorRGBA *sp, *csp, *dp; in _zoomSurfaceRGBA() 349 sp = (tColorRGBA *) src->pixels; in _zoomSurfaceRGBA() 350 dp = (tColorRGBA *) dst->pixels; in _zoomSurfaceRGBA() 642 tColorRGBA *pc, *sp; in _transformSurfaceRGBA() [all …]
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 50 typedef struct tColorRGBA { struct 55 } tColorRGBA; argument 201 TRANSFORM_SURFACE_90(tColorRGBA); in transformSurfaceRGBA90() 235 tColorRGBA c00, c01, c10, c11, cswap; in _transformSurfaceRGBA() 236 tColorRGBA *pc, *sp; in _transformSurfaceRGBA() 248 pc = (tColorRGBA*) dst->pixels; in _transformSurfaceRGBA() 265 sp = (tColorRGBA *) ((Uint8 *) src->pixels + src->pitch * dy) + dx; in _transformSurfaceRGBA() 303 pc = (tColorRGBA *) ((Uint8 *) pc + gap); in _transformSurfaceRGBA() 316 *pc = *((tColorRGBA *)((Uint8 *)src->pixels + src->pitch * dy) + dx); in _transformSurfaceRGBA() 322 pc = (tColorRGBA *) ((Uint8 *) pc + gap); in _transformSurfaceRGBA()
|
Completed in 5 milliseconds