Lines Matching defs:from

559     CRPixelState *from = &(fromCtx->pixel);
568 if (from->mapColor != to->mapColor)
571 from->mapColor = to->mapColor;
573 if (from->mapStencil != to->mapStencil)
576 from->mapStencil = to->mapStencil;
578 if (from->indexOffset != to->indexOffset)
581 from->indexOffset = to->indexOffset;
583 if (from->indexShift != to->indexShift)
586 from->indexShift = to->indexShift;
588 if (from->scale.r != to->scale.r)
591 from->scale.r = to->scale.r;
593 if (from->scale.g != to->scale.g)
596 from->scale.g = to->scale.g;
598 if (from->scale.b != to->scale.b)
601 from->scale.b = to->scale.b;
603 if (from->scale.a != to->scale.a)
606 from->scale.a = to->scale.a;
608 if (from->bias.r != to->bias.r)
611 from->bias.r = to->bias.r;
613 if (from->bias.g != to->bias.g)
616 from->bias.g = to->bias.g;
618 if (from->bias.b != to->bias.b)
621 from->bias.b = to->bias.b;
623 if (from->bias.a != to->bias.a)
626 from->bias.a = to->bias.a;
628 if (from->depthScale != to->depthScale)
631 from->depthScale = to->depthScale;
633 if (from->depthBias != to->depthBias)
636 from->depthBias = to->depthBias;
642 if (from->xZoom != to->xZoom ||
643 from->yZoom != to->yZoom)
647 from->xZoom = to->xZoom;
648 from->yZoom = to->yZoom;
654 if (crMemcmp(to->mapStoS, from->mapStoS, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
656 if (crMemcmp(to->mapItoI, from->mapItoI, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
658 if (crMemcmp(to->mapItoR, from->mapItoR, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
660 if (crMemcmp(to->mapItoG, from->mapItoG, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
662 if (crMemcmp(to->mapItoB, from->mapItoB, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
664 if (crMemcmp(to->mapItoA, from->mapItoA, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
666 if (crMemcmp(to->mapRtoR, from->mapRtoR, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
668 if (crMemcmp(to->mapGtoG, from->mapGtoG, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
670 if (crMemcmp(to->mapBtoB, from->mapBtoB, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
672 if (crMemcmp(to->mapAtoA, from->mapAtoA, CR_MAX_PIXEL_MAP_TABLE*sizeof(GLfloat)))
682 CRPixelState *from = &(fromCtx->pixel);
691 if (from->mapColor != to->mapColor)
697 if (from->mapStencil != to->mapStencil)
703 if (from->indexOffset != to->indexOffset)
709 if (from->indexShift != to->indexShift)
715 if (from->scale.r != to->scale.r)
721 if (from->scale.g != to->scale.g)
727 if (from->scale.b != to->scale.b)
733 if (from->scale.a != to->scale.a)
739 if (from->bias.r != to->bias.r)
745 if (from->bias.g != to->bias.g)
751 if (from->bias.b != to->bias.b)
757 if (from->bias.a != to->bias.a)
763 if (from->depthScale != to->depthScale)
769 if (from->depthBias != to->depthBias)
779 if (from->xZoom != to->xZoom ||
780 from->yZoom != to->yZoom)
791 if (crMemcmp(to->mapStoS, from->mapStoS, CR_MAX_PIXEL_MAP_TABLE)) {
796 if (crMemcmp(to->mapItoI, from->mapItoI, CR_MAX_PIXEL_MAP_TABLE)) {
801 if (crMemcmp(to->mapItoR, from->mapItoR, CR_MAX_PIXEL_MAP_TABLE)) {
806 if (crMemcmp(to->mapItoG, from->mapItoG, CR_MAX_PIXEL_MAP_TABLE)) {
811 if (crMemcmp(to->mapItoB, from->mapItoB, CR_MAX_PIXEL_MAP_TABLE)) {
816 if (crMemcmp(to->mapItoA, from->mapItoA, CR_MAX_PIXEL_MAP_TABLE)) {
821 if (crMemcmp(to->mapRtoR, from->mapRtoR, CR_MAX_PIXEL_MAP_TABLE)) {
826 if (crMemcmp(to->mapGtoG, from->mapGtoG, CR_MAX_PIXEL_MAP_TABLE)) {
831 if (crMemcmp(to->mapBtoB, from->mapBtoB, CR_MAX_PIXEL_MAP_TABLE)) {
836 if (crMemcmp(to->mapAtoA, from->mapAtoA, CR_MAX_PIXEL_MAP_TABLE)) {