Searched refs:FONTLASTROW (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dixfontstr.h | 46 #define FONTLASTROW(font) (font)->info.lastRow macro 67 (FONTLASTROW(pfont) - FONTFIRSTROW(pfont) + 1))
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixfontstr.h | 47 #define FONTLASTROW(font) (font)->info.lastRow macro 68 (FONTLASTROW(pfont) - FONTFIRSTROW(pfont) + 1))
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolytext.c | 94 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit, 126 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolytext.c | 95 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit, 129 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | xfont.c | 113 int encoding = (FONTLASTROW(pFont) == 0) ? Linear16Bit : TwoD16Bit;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | xfont.c | 116 int encoding = (FONTLASTROW(pFont) == 0) ? Linear16Bit : TwoD16Bit;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | glyphcurs.c | 150 encoding = (FONTLASTROW(pfont) == 0) ? Linear16Bit : TwoD16Bit;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | glyphcurs.c | 144 encoding = (FONTLASTROW(pfont) == 0) ? Linear16Bit : TwoD16Bit;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaTEText.c | 90 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit, 142 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
|
| H A D | xaaNonTEText.c | 104 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit, 161 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_text.c | 44 if (FONTLASTROW(font) == 0) 156 if (FONTLASTROW(font) != 0) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgcops.c | 428 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-damage.c | 1057 FONTLASTROW(pGC->font) == 0 ? Linear16Bit : TwoD16Bit, 1090 FONTLASTROW(pGC->font) == 0 ? Linear16Bit : TwoD16Bit,
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | damage.c | 1528 FONTLASTROW(pGC->font) == 0 ? Linear16Bit : TwoD16Bit, 1568 FONTLASTROW(pGC->font) == 0 ? Linear16Bit : TwoD16Bit,
|
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| H A D | damage.c | 1362 FONTLASTROW(pGC->font) == 0 ? Linear16Bit : TwoD16Bit, 1388 FONTLASTROW(pGC->font) == 0 ? Linear16Bit : TwoD16Bit,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/ |
| H A D | shadow.c | 1327 ShadowTextExtent(pFont, count, chars, wide ? (FONTLASTROW(pFont) == 0)
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 15830 FONTLASTROW(font) ? TwoD16Bit : Linear16Bit, 15978 FONTLASTROW(gc->font) ? TwoD16Bit : Linear16Bit, 16145 FONTLASTROW(gc->font) ? TwoD16Bit : Linear16Bit,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 15604 FONTLASTROW(font) ? TwoD16Bit : Linear16Bit, 15752 FONTLASTROW(gc->font) ? TwoD16Bit : Linear16Bit, 15919 FONTLASTROW(gc->font) ? TwoD16Bit : Linear16Bit,
|
Completed in 65 milliseconds