Home
last modified time | relevance | path

Searched refs:tColorY (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_rotate.c60 typedef struct tColorY { struct
62 } tColorY; typedef
207 TRANSFORM_SURFACE_90(tColorY); in transformSurfaceY90()
349 tColorY *pc; in transformSurfaceY()
359 pc = (tColorY*) dst->pixels; in transformSurfaceY()
378 *pc = *((tColorY *)src->pixels + src->pitch * dy + dx); in transformSurfaceY()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.c54 typedef struct tColorY { struct
56 } tColorY; typedef
758 tColorY *pc, *sp; in transformSurfaceY()
770 pc = (tColorY*) dst->pixels; in transformSurfaceY()
789 sp = (tColorY *) (src->pixels); in transformSurfaceY()

Completed in 7 milliseconds