Home | History | Annotate | Download | only in xaa

Lines Matching refs:bits

238    reversing the bits and sending them to the screen
272 CARD32 bits;
281 bits = SHIFT_R(glyphs[0][line++],skipleft);
283 WRITE_BITS3(bits);
285 WRITE_BITS2(bits);
287 WRITE_BITS1(bits);
448 CARD32 bits;
459 bits = SHIFT_R(glyphs[0][line++],skipleft);
461 WRITE_BITS3(bits);
463 WRITE_BITS2(bits);
465 WRITE_BITS1(bits);
557 CARD32 bits = (*glyphp)[line];
563 bits |= SHIFT_L((*glyphp)[line], shift);
566 WRITE_BITS(bits);
569 bits = SHIFT_R((*glyphp)[line],(glyphwidth - shift));
570 else bits = 0;
578 bits |= SHIFT_L((*glyphp)[line],shift);
582 WRITE_BITS(bits);
604 unsigned int bits;
605 bits = glyphp[0][line];
606 bits |= SHIFT_L(glyphp[1][line],6);
607 bits |= SHIFT_L(glyphp[2][line],12);
608 bits |= SHIFT_L(glyphp[3][line],18);
609 bits |= SHIFT_L(glyphp[4][line],24);
610 bits |= SHIFT_L(glyphp[5][line],30);
611 WRITE_IN_BITORDER(base, 0, bits);
613 bits = SHIFT_R(glyphp[5][line],2);
614 bits |= SHIFT_L(glyphp[6][line],4);
615 bits |= SHIFT_L(glyphp[7][line],10);
616 bits |= SHIFT_L(glyphp[8][line],16);
617 bits |= SHIFT_L(glyphp[9][line],22);
618 bits |= SHIFT_L(glyphp[10][line],28);
619 WRITE_IN_BITORDER(base, 1, bits);
621 bits = SHIFT_R(glyphp[10][line],4);
622 bits |= SHIFT_L(glyphp[11][line],2);
623 bits |= SHIFT_L(glyphp[12][line],8);
624 bits |= SHIFT_L(glyphp[13][line],14);
625 bits |= SHIFT_L(glyphp[14][line],20);
626 bits |= SHIFT_L(glyphp[15][line],26);
627 WRITE_IN_BITORDER(base, 2, bits);
646 unsigned int bits;
647 bits = glyphp[0][line];
648 bits |= SHIFT_L(glyphp[1][line],7);
649 bits |= SHIFT_L(glyphp[2][line],14);
650 bits |= SHIFT_L(glyphp[3][line],21);
651 bits |= SHIFT_L(glyphp[4][line],28);
652 WRITE_IN_BITORDER(base, 0, bits);
654 bits = SHIFT_R(glyphp[4][line],4);
655 bits |= SHIFT_L(glyphp[5][line],3);
656 bits |= SHIFT_L(glyphp[6][line],10);
657 bits |= SHIFT_L(glyphp[7][line],17);
658 bits |= SHIFT_L(glyphp[8][line],24);
659 bits |= SHIFT_L(glyphp[9][line],31);
660 WRITE_IN_BITORDER(base, 1, bits);
662 bits = SHIFT_R(glyphp[9][line],1);
663 bits |= SHIFT_L(glyphp[10][line],6);
664 bits |= SHIFT_L(glyphp[11][line],13);
665 bits |= SHIFT_L(glyphp[12][line],20);
666 bits |= SHIFT_L(glyphp[13][line],27);
667 WRITE_IN_BITORDER(base, 2, bits);
669 bits = SHIFT_R(glyphp[13][line],5);
670 bits |= SHIFT_L(glyphp[14][line],2);
671 bits |= SHIFT_L(glyphp[15][line],9);
672 bits |= SHIFT_L(glyphp[16][line],16);
673 bits |= SHIFT_L(glyphp[17][line],23);
674 bits |= SHIFT_L(glyphp[18][line],30);
675 WRITE_IN_BITORDER(base, 3, bits);
677 bits = SHIFT_R(glyphp[18][line],2);
678 bits |= SHIFT_L(glyphp[19][line],5);
679 bits |= SHIFT_L(glyphp[20][line],12);
680 bits |= SHIFT_L(glyphp[21][line],19);
681 bits |= SHIFT_L(glyphp[22][line],26);
682 WRITE_IN_BITORDER(base, 4, bits);
684 bits = SHIFT_R(glyphp[22][line],6);
685 bits |= SHIFT_L(glyphp[23][line],1);
686 bits |= SHIFT_L(glyphp[24][line],8);
687 bits |= SHIFT_L(glyphp[25][line],15);
688 bits |= SHIFT_L(glyphp[26][line],22);
689 bits |= SHIFT_L(glyphp[27][line],29);
690 WRITE_IN_BITORDER(base, 5, bits);
692 bits = SHIFT_R(glyphp[27][line],3);
693 bits |= SHIFT_L(glyphp[28][line],4);
694 bits |= SHIFT_L(glyphp[29][line],11);
695 bits |= SHIFT_L(glyphp[30][line],18);
696 bits |= SHIFT_L(glyphp[31][line],25);
697 WRITE_IN_BITORDER(base, 6, bits);
717 unsigned int bits;
718 bits = glyphp[0][line];
719 bits |= SHIFT_L(glyphp[1][line],8);
720 bits |= SHIFT_L(glyphp[2][line],16);
721 bits |= SHIFT_L(glyphp[3][line],24);
722 WRITE_IN_BITORDER(base, 0, bits);
724 bits = glyphp[4][line];
725 bits |= SHIFT_L(glyphp[5][line],8);
726 bits |= SHIFT_L(glyphp[6][line],16);
727 bits |= SHIFT_L(glyphp[7][line],24);
728 WRITE_IN_BITORDER(base, 1, bits);
748 unsigned int bits;
749 bits = glyphp[0][line];
750 bits |= SHIFT_L(glyphp[1][line],9);
751 bits |= SHIFT_L(glyphp[2][line],18);
752 bits |= SHIFT_L(glyphp[3][line],27);
753 WRITE_IN_BITORDER(base, 0, bits);
755 bits = SHIFT_R(glyphp[3][line],5);
756 bits |= SHIFT_L(glyphp[4][line],4);
757 bits |= SHIFT_L(glyphp[5][line],13);
758 bits |= SHIFT_L(glyphp[6][line],22);
759 bits |= SHIFT_L(glyphp[7][line],31);
760 WRITE_IN_BITORDER(base, 1, bits);
762 bits = SHIFT_R(glyphp[7][line],1);
763 bits |= SHIFT_L(glyphp[8][line],8);
764 bits |= SHIFT_L(glyphp[9][line],17);
765 bits |= SHIFT_L(glyphp[10][line],26);
766 WRITE_IN_BITORDER(base, 2, bits);
768 bits = SHIFT_R(glyphp[10][line],6);
769 bits |= SHIFT_L(glyphp[11][line],3);
770 bits |= SHIFT_L(glyphp[12][line],12);
771 bits |= SHIFT_L(glyphp[13][line],21);
772 bits |= SHIFT_L(glyphp[14][line],30);
773 WRITE_IN_BITORDER(base, 3, bits);
775 bits = SHIFT_R(glyphp[14][line],2);
776 bits |= SHIFT_L(glyphp[15][line],7);
777 bits |= SHIFT_L(glyphp[16][line],16);
778 bits |= SHIFT_L(glyphp[17][line],25);
779 WRITE_IN_BITORDER(base, 4, bits);
781 bits = SHIFT_R(glyphp[17][line],7);
782 bits |= SHIFT_L(glyphp[18][line],2);
783 bits |= SHIFT_L(glyphp[19][line],11);
784 bits |= SHIFT_L(glyphp[20][line],20);
785 bits |= SHIFT_L(glyphp[21][line],29);
786 WRITE_IN_BITORDER(base, 5, bits);
788 bits = SHIFT_R(glyphp[21][line],3);
789 bits |= SHIFT_L(glyphp[22][line],6);
790 bits |= SHIFT_L(glyphp[23][line],15);
791 bits |= SHIFT_L(glyphp[24][line],24);
792 WRITE_IN_BITORDER(base, 6, bits);
794 bits = SHIFT_R(glyphp[24][line],8);
795 bits |= SHIFT_L(glyphp[25][line],1);
796 bits |= SHIFT_L(glyphp[26][line],10);
797 bits |= SHIFT_L(glyphp[27][line],19);
798 bits |= SHIFT_L(glyphp[28][line],28);
799 WRITE_IN_BITORDER(base, 7, bits);
801 bits = SHIFT_R(glyphp[28][line],4);
802 bits |= SHIFT_L(glyphp[29][line],5);
803 bits |= SHIFT_L(glyphp[30][line],14);
804 bits |= SHIFT_L(glyphp[31][line],23);
805 WRITE_IN_BITORDER(base, 8, bits);
824 unsigned int bits;
825 bits = glyphp[0][line];
826 bits |= SHIFT_L(glyphp[1][line],10);
827 bits |= SHIFT_L(glyphp[2][line],20);
828 bits |= SHIFT_L(glyphp[3][line],30);
829 WRITE_IN_BITORDER(base, 0, bits);
831 bits = SHIFT_R(glyphp[3][line],2);
832 bits |= SHIFT_L(glyphp[4][line],8);
833 bits |= SHIFT_L(glyphp[5][line],18);
834 bits |= SHIFT_L(glyphp[6][line],28);
835 WRITE_IN_BITORDER(base, 1, bits);
837 bits = SHIFT_R(glyphp[6][line],4);
838 bits |= SHIFT_L(glyphp[7][line],6);
839 bits |= SHIFT_L(glyphp[8][line],16);
840 bits |= SHIFT_L(glyphp[9][line],26);
841 WRITE_IN_BITORDER(base, 2, bits);
843 bits = SHIFT_R(glyphp[9][line],6);
844 bits |= SHIFT_L(glyphp[10][line],4);
845 bits |= SHIFT_L(glyphp[11][line],14);
846 bits |= SHIFT_L(glyphp[12][line],24);
847 WRITE_IN_BITORDER(base, 3, bits);
849 bits = SHIFT_R(glyphp[12][line],8);
850 bits |= SHIFT_L(glyphp[13][line],2);
851 bits |= SHIFT_L(glyphp[14][line],12);
852 bits |= SHIFT_L(glyphp[15][line],22);
853 WRITE_IN_BITORDER(base, 4, bits);
871 unsigned int bits;
872 bits = glyphp[0][line];
873 bits |= SHIFT_L(glyphp[1][line],12);
874 bits |= SHIFT_L(glyphp[2][line],24);
875 WRITE_IN_BITORDER(base, 0, bits);
877 bits = SHIFT_R(glyphp[2][line],8);
878 bits |= SHIFT_L(glyphp[3][line],4);
879 bits |= SHIFT_L(glyphp[4][line],16);
880 bits |= SHIFT_L(glyphp[5][line],28);
881 WRITE_IN_BITORDER(base, 1, bits);
883 bits = SHIFT_R(glyphp[5][line],4);
884 bits |= SHIFT_L(glyphp[6][line],8);
885 bits |= SHIFT_L(glyphp[7][line],20);
886 WRITE_IN_BITORDER(base, 2, bits);
906 unsigned int bits;
907 bits = glyphp[0][line];
908 bits |= SHIFT_L(glyphp[1][line],14);
909 bits |= SHIFT_L(glyphp[2][line],28);
910 WRITE_IN_BITORDER(base, 0, bits);
912 bits = SHIFT_R(glyphp[2][line],4);
913 bits |= SHIFT_L(glyphp[3][line],10);
914 bits |= SHIFT_L(glyphp[4][line],24);
915 WRITE_IN_BITORDER(base, 1, bits);
917 bits = SHIFT_R(glyphp[4][line],8);
918 bits |= SHIFT_L(glyphp[5][line],6);
919 bits |= SHIFT_L(glyphp[6][line],20);
920 WRITE_IN_BITORDER(base, 2, bits);
922 bits = SHIFT_R(glyphp[6][line],12);
923 bits |= SHIFT_L(glyphp[7][line],2);
924 bits |= SHIFT_L(glyphp[8][line],16);
925 bits |= SHIFT_L(glyphp[9][line],30);
926 WRITE_IN_BITORDER(base, 3, bits);
928 bits = SHIFT_R(glyphp[9][line],2);
929 bits |= SHIFT_L(glyphp[10][line],12);
930 bits |= SHIFT_L(glyphp[11][line],26);
931 WRITE_IN_BITORDER(base, 4, bits);
933 bits = SHIFT_R(glyphp[11][line],6);
934 bits |= SHIFT_L(glyphp[12][line],8);
935 bits |= SHIFT_L(glyphp[13][line],22);
936 WRITE_IN_BITORDER(base, 5, bits);
938 bits = SHIFT_R(glyphp[13][line],10);
939 bits |= SHIFT_L(glyphp[14][line],4);
940 bits |= SHIFT_L(glyphp[15][line],18);
941 WRITE_IN_BITORDER(base, 6, bits);
960 unsigned int bits;
961 bits = glyphp[0][line];
962 bits |= SHIFT_L(glyphp[1][line],16);
963 WRITE_IN_BITORDER(base, 0, bits);
965 bits = glyphp[2][line];
966 bits |= SHIFT_L(glyphp[3][line],16);
967 WRITE_IN_BITORDER(base, 1, bits);
969 bits = glyphp[4][line];
970 bits |= SHIFT_L(glyphp[5][line],16);
971 WRITE_IN_BITORDER(base, 2, bits);
973 bits = glyphp[6][line];
974 bits |= SHIFT_L(glyphp[7][line],16);
975 WRITE_IN_BITORDER(base, 3, bits);
995 unsigned int bits;
996 bits = glyphp[0][line];
997 bits |= SHIFT_L(glyphp[1][line],18);
998 WRITE_IN_BITORDER(base, 0, bits);
1000 bits = SHIFT_R(glyphp[1][line],14);
1001 bits |= SHIFT_L(glyphp[2][line],4);
1002 bits |= SHIFT_L(glyphp[3][line],22);
1003 WRITE_IN_BITORDER(base, 1, bits);
1005 bits = SHIFT_R(glyphp[3][line],10);
1006 bits |= SHIFT_L(glyphp[4][line],8);
1007 bits |= SHIFT_L(glyphp[5][line],26);
1008 WRITE_IN_BITORDER(base, 2, bits);
1010 bits = SHIFT_R(glyphp[5][line],6);
1011 bits |= SHIFT_L(glyphp[6][line],12);
1012 bits |= SHIFT_L(glyphp[7][line],30);
1013 WRITE_IN_BITORDER(base, 3, bits);
1015 bits = SHIFT_R(glyphp[7][line],2);
1016 bits |= SHIFT_L(glyphp[8][line],16);
1017 WRITE_IN_BITORDER(base, 4, bits);
1019 bits = SHIFT_R(glyphp[8][line],16);
1020 bits |= SHIFT_L(glyphp[9][line],2);
1021 bits |= SHIFT_L(glyphp[10][line],20);
1022 WRITE_IN_BITORDER(base, 5, bits);
1024 bits = SHIFT_R(glyphp[10][line],12);
1025 bits |= SHIFT_L(glyphp[11][line],6);
1026 bits |= SHIFT_L(glyphp[12][line],24);
1027 WRITE_IN_BITORDER(base, 6, bits);
1029 bits = SHIFT_R(glyphp[12][line],8);
1030 bits |= SHIFT_L(glyphp[13][line],10);
1031 bits |= SHIFT_L(glyphp[14][line],28);
1032 WRITE_IN_BITORDER(base, 7, bits);
1034 bits = SHIFT_R(glyphp[14][line],4);
1035 bits |= SHIFT_L(glyphp[15][line],14);
1036 WRITE_IN_BITORDER(base, 8, bits);
1055 unsigned int bits;
1056 bits = glyphp[0][line];
1057 bits |= SHIFT_L(glyphp[1][line],24);
1058 WRITE_IN_BITORDER(base, 0, bits);
1060 bits = SHIFT_R(glyphp[1][line],8);
1061 bits |= SHIFT_L(glyphp[2][line],16);
1062 WRITE_IN_BITORDER(base, 1, bits);
1064 bits = SHIFT_R(glyphp[2][line],16);
1065 bits |= SHIFT_L(glyphp[3][line],8);
1066 WRITE_IN_BITORDER(base, 2, bits);