Searched refs:tColorY (Results 1 – 2 of 2) sorted by relevance
60 typedef struct tColorY { struct62 } tColorY; typedef207 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()
54 typedef struct tColorY { struct56 } tColorY; typedef758 tColorY *pc, *sp; in transformSurfaceY()770 pc = (tColorY*) dst->pixels; in transformSurfaceY()789 sp = (tColorY *) (src->pixels); in transformSurfaceY()
Completed in 7 milliseconds