Lines Matching refs:tColorRGBA

33     tColorRGBA *sp, *osp, *oosp;  in shrinkSurfaceRGBA()
34 tColorRGBA *dp; in shrinkSurfaceRGBA()
46 sp = (tColorRGBA *) src->pixels; in shrinkSurfaceRGBA()
49 dp = (tColorRGBA *) dst->pixels; in shrinkSurfaceRGBA()
69 sp = (tColorRGBA *)((Uint8*)sp + (src->pitch - 4*factorx)); // next y in shrinkSurfaceRGBA()
73 sp = (tColorRGBA *)((Uint8*)oosp + 4*factorx); in shrinkSurfaceRGBA()
88 sp = (tColorRGBA *)((Uint8*)osp + src->pitch*factory); in shrinkSurfaceRGBA()
93 dp = (tColorRGBA *) ((Uint8 *) dp + dgap); in shrinkSurfaceRGBA()
181 tColorRGBA *c00, *c01, *c10, *c11; in zoomSurfaceRGBA()
182 tColorRGBA *sp, *csp, *dp; in zoomSurfaceRGBA()
216 sp = csp = (tColorRGBA *) src->pixels; in zoomSurfaceRGBA()
217 dp = (tColorRGBA *) dst->pixels; in zoomSurfaceRGBA()
220 if (flipy) csp = (tColorRGBA*)( (Uint8*)csp + src->pitch*(src->h-1) ); in zoomSurfaceRGBA()
261 c10 = (tColorRGBA *) ((Uint8 *) csp + src->pitch); in zoomSurfaceRGBA()
303 csp = (tColorRGBA *) ((Uint8 *) csp + (*csay >> 16) * src->pitch); in zoomSurfaceRGBA()
307 dp = (tColorRGBA *) ((Uint8 *) dp + dgap); in zoomSurfaceRGBA()
343 csp = (tColorRGBA *) ((Uint8 *) csp + sstep); in zoomSurfaceRGBA()
348 dp = (tColorRGBA *) ((Uint8 *) dp + dgap); in zoomSurfaceRGBA()
492 tColorRGBA c00, c01, c10, c11; in transformSurfaceRGBA()
493 tColorRGBA *pc, *sp; in transformSurfaceRGBA()
510 pc = (tColorRGBA*)dst->pixels; in transformSurfaceRGBA()
526 sp = (tColorRGBA *) ((Uint8 *) src->pixels + src->pitch * dy); in transformSurfaceRGBA()
531 sp = (tColorRGBA *) ((Uint8 *) sp + src->pitch); in transformSurfaceRGBA()
537 sp = (tColorRGBA *) ((Uint8 *) src->pixels + src->pitch * dy); in transformSurfaceRGBA()
544 sp = (tColorRGBA *) (src->pixels); in transformSurfaceRGBA()
550 sp = (tColorRGBA *) (src->pixels); in transformSurfaceRGBA()
551 sp = (tColorRGBA *) ((Uint8 *) src->pixels + src->pitch * dy); in transformSurfaceRGBA()
557 sp = (tColorRGBA *) (src->pixels); in transformSurfaceRGBA()
564 sp = (tColorRGBA *) ((Uint8 *) src->pixels + src->pitch * dy); in transformSurfaceRGBA()
568 sp = (tColorRGBA *) ((Uint8 *) sp + src->pitch); in transformSurfaceRGBA()
571 sp = (tColorRGBA *) (src->pixels); in transformSurfaceRGBA()
579 sp = (tColorRGBA *) ((Uint8 *) src->pixels + src->pitch * dy); in transformSurfaceRGBA()
583 sp = (tColorRGBA *) ((Uint8 *) sp + src->pitch); in transformSurfaceRGBA()
587 sp = (tColorRGBA *) ((Uint8 *) src->pixels + src->pitch * dy); in transformSurfaceRGBA()
617 pc = (tColorRGBA *) ((Uint8 *) pc + gap); in transformSurfaceRGBA()
630 sp = (tColorRGBA *) ((Uint8 *) src->pixels + src->pitch * dy); in transformSurfaceRGBA()
638 pc = (tColorRGBA *) ((Uint8 *) pc + gap); in transformSurfaceRGBA()