Lines Matching defs:glyphp

16 static CARD32 *DrawTETextScanlineGeneric(CARD32 *base, unsigned int **glyphp,
18 static CARD32 *DrawTETextScanlineWidth7(CARD32 *base, unsigned int **glyphp,
20 static CARD32 *DrawTETextScanlineWidth10(CARD32 *base, unsigned int **glyphp,
22 static CARD32 *DrawTETextScanlineWidth12(CARD32 *base, unsigned int **glyphp,
24 static CARD32 *DrawTETextScanlineWidth14(CARD32 *base, unsigned int **glyphp,
26 static CARD32 *DrawTETextScanlineWidth16(CARD32 *base, unsigned int **glyphp,
28 static CARD32 *DrawTETextScanlineWidth18(CARD32 *base, unsigned int **glyphp,
30 static CARD32 *DrawTETextScanlineWidth24(CARD32 *base, unsigned int **glyphp,
38 unsigned int **glyphp, int line, int width, int glyphwidth);
40 unsigned int **glyphp, int line, int width, int glyphwidth);
42 unsigned int **glyphp, int line, int width, int glyphwidth);
45 unsigned int **glyphp, int line, int width, int glyphwidth);
47 unsigned int **glyphp, int line, int width, int glyphwidth);
49 unsigned int **glyphp, int line, int width, int glyphwidth);
53 CARD32 *DrawTETextScanlineWidth6PMSBFirst(CARD32 *base, unsigned int **glyphp,
55 CARD32 *DrawTETextScanlineWidth8PMSBFirst(CARD32 *base, unsigned int **glyphp,
57 CARD32 *DrawTETextScanlineWidth9PMSBFirst(CARD32 *base, unsigned int **glyphp,
60 CARD32 *DrawTETextScanlineWidth6PLSBFirst(CARD32 *base, unsigned int **glyphp,
62 CARD32 *DrawTETextScanlineWidth8PLSBFirst(CARD32 *base, unsigned int **glyphp,
64 CARD32 *DrawTETextScanlineWidth9PLSBFirst(CARD32 *base, unsigned int **glyphp,
69 static CARD32 *DrawTETextScanlineWidth6(CARD32 *base, unsigned int **glyphp,
71 static CARD32 *DrawTETextScanlineWidth8(CARD32 *base, unsigned int **glyphp,
73 static CARD32 *DrawTETextScanlineWidth9(CARD32 *base, unsigned int **glyphp,
554 unsigned int **glyphp,
557 CARD32 bits = (*glyphp)[line];
562 glyphp++;
563 bits |= SHIFT_L((*glyphp)[line], shift);
569 bits = SHIFT_R((*glyphp)[line],(glyphwidth - shift));
577 glyphp++;
578 bits |= SHIFT_L((*glyphp)[line],shift);
600 unsigned int **glyphp,
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);
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);
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);
633 glyphp += 16;
642 unsigned int **glyphp,
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);
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);
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);
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);
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);
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);
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);
703 glyphp += 32;
713 unsigned int **glyphp,
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);
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);
734 glyphp += 8;
744 unsigned int **glyphp,
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);
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);
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);
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);
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);
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);
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);
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);
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);
811 glyphp += 32;
820 unsigned int **glyphp,
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);
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);
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);
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);
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);
859 glyphp += 16;
867 unsigned int **glyphp,
872 bits = glyphp[0][line];
873 bits |= SHIFT_L(glyphp[1][line],12);
874 bits |= SHIFT_L(glyphp[2][line],24);
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);
883 bits = SHIFT_R(glyphp[5][line],4);
884 bits |= SHIFT_L(glyphp[6][line],8);
885 bits |= SHIFT_L(glyphp[7][line],20);
892 glyphp += 8;
902 unsigned int **glyphp,
907 bits = glyphp[0][line];
908 bits |= SHIFT_L(glyphp[1][line],14);
909 bits |= SHIFT_L(glyphp[2][line],28);
912 bits = SHIFT_R(glyphp[2][line],4);
913 bits |= SHIFT_L(glyphp[3][line],10);
914 bits |= SHIFT_L(glyphp[4][line],24);
917 bits = SHIFT_R(glyphp[4][line],8);
918 bits |= SHIFT_L(glyphp[5][line],6);
919 bits |= SHIFT_L(glyphp[6][line],20);
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);
928 bits = SHIFT_R(glyphp[9][line],2);
929 bits |= SHIFT_L(glyphp[10][line],12);
930 bits |= SHIFT_L(glyphp[11][line],26);
933 bits = SHIFT_R(glyphp[11][line],6);
934 bits |= SHIFT_L(glyphp[12][line],8);
935 bits |= SHIFT_L(glyphp[13][line],22);
938 bits = SHIFT_R(glyphp[13][line],10);
939 bits |= SHIFT_L(glyphp[14][line],4);
940 bits |= SHIFT_L(glyphp[15][line],18);
947 glyphp += 16;
956 unsigned int **glyphp,
961 bits = glyphp[0][line];
962 bits |= SHIFT_L(glyphp[1][line],16);
965 bits = glyphp[2][line];
966 bits |= SHIFT_L(glyphp[3][line],16);
969 bits = glyphp[4][line];
970 bits |= SHIFT_L(glyphp[5][line],16);
973 bits = glyphp[6][line];
974 bits |= SHIFT_L(glyphp[7][line],16);
981 glyphp += 8;
991 unsigned int **glyphp,
996 bits = glyphp[0][line];
997 bits |= SHIFT_L(glyphp[1][line],18);
1000 bits = SHIFT_R(glyphp[1][line],14);
1001 bits |= SHIFT_L(glyphp[2][line],4);
1002 bits |= SHIFT_L(glyphp[3][line],22);
1005 bits = SHIFT_R(glyphp[3][line],10);
1006 bits |= SHIFT_L(glyphp[4][line],8);
1007 bits |= SHIFT_L(glyphp[5][line],26);
1010 bits = SHIFT_R(glyphp[5][line],6);
1011 bits |= SHIFT_L(glyphp[6][line],12);
1012 bits |= SHIFT_L(glyphp[7][line],30);
1015 bits = SHIFT_R(glyphp[7][line],2);
1016 bits |= SHIFT_L(glyphp[8][line],16);
1019 bits = SHIFT_R(glyphp[8][line],16);
1020 bits |= SHIFT_L(glyphp[9][line],2);
1021 bits |= SHIFT_L(glyphp[10][line],20);
1024 bits = SHIFT_R(glyphp[10][line],12);
1025 bits |= SHIFT_L(glyphp[11][line],6);
1026 bits |= SHIFT_L(glyphp[12][line],24);
1029 bits = SHIFT_R(glyphp[12][line],8);
1030 bits |= SHIFT_L(glyphp[13][line],10);
1031 bits |= SHIFT_L(glyphp[14][line],28);
1034 bits = SHIFT_R(glyphp[14][line],4);
1035 bits |= SHIFT_L(glyphp[15][line],14);
1042 glyphp += 16;
1051 unsigned int **glyphp,
1056 bits = glyphp[0][line];
1057 bits |= SHIFT_L(glyphp[1][line],24);
1060 bits = SHIFT_R(glyphp[1][line],8);
1061 bits |= SHIFT_L(glyphp[2][line],16);
1064 bits = SHIFT_R(glyphp[2][line],16);
1065 bits |= SHIFT_L(glyphp[3][line],8);
1072 glyphp += 4;