Searched refs:pntr (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 323 SCANLINE* pntr = DstM; local in function:RealizeCursorInterleave0 325 *pntr = ~(*pntr); 326 pntr++; 348 unsigned char *pntr; local in function:RealizeCursorInterleave1 365 pntr = mem; 368 *pntr++ = ((*DstS&0x01) ) | ((*DstM&0x01) << 1) | 372 *pntr++ = ((*DstS&0x10) >> 4) | ((*DstM&0x10) >> 3) | 391 unsigned char *pntr; local in function:RealizeCursorInterleave8 408 pntr 426 unsigned short *pntr; local in function:RealizeCursorInterleave16 461 CARD32 *pntr; local in function:RealizeCursorInterleave32 496 CARD32 *pntr; local in function:RealizeCursorInterleave64 [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 491 SCANLINE *pntr = DstM; local in function:RealizeCursorInterleave0 494 *pntr = ~(*pntr); 495 pntr++; 516 unsigned char *pntr; local in function:RealizeCursorInterleave1 533 pntr = mem; 536 *pntr++ = ((*DstS & 0x01)) | ((*DstM & 0x01) << 1) | 540 *pntr++ = ((*DstS & 0x10) >> 4) | ((*DstM & 0x10) >> 3) | 559 unsigned char *pntr; local in function:RealizeCursorInterleave8 576 pntr 594 unsigned short *pntr; local in function:RealizeCursorInterleave16 629 CARD32 *pntr; local in function:RealizeCursorInterleave32 664 CARD32 *pntr; local in function:RealizeCursorInterleave64 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaNonTEText.c | 272 CARD32 *block, *pntr, *bits; local in function:PolyGlyphBltAsSingleBitmap 306 pntr = block + ((FONTMAXBOUNDS(font,ascent) + top) * pitch) + 312 *pntr |= SHIFT_L(*bits, shift); 314 *(pntr + 1) |= SHIFT_R(*bits,32 - shift); 315 pntr += pitch; 322 pntr = block + ((FONTMAXBOUNDS(font,ascent) + topLine) * pitch); 344 (unsigned char*)(pntr + ((topLine - Top) * pitch) +
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_dac3026.c | 1158 MGA3026SavePalette(ScrnInfoPtr pScrn, unsigned char* pntr) argument 1165 *(pntr++) = inTi3026dreg(TVP3026_COL_PAL); 1169 MGA3026RestorePalette(ScrnInfoPtr pScrn, unsigned char* pntr) argument 1176 outTi3026dreg(TVP3026_COL_PAL, *(pntr++));
|
| H A D | mga_dacG.c | 1558 MGAGRestorePalette(ScrnInfoPtr pScrn, unsigned char* pntr) argument 1565 outMGAdreg(MGA1064_COL_PAL, *(pntr++)); 1572 MGAGSavePalette(ScrnInfoPtr pScrn, unsigned char* pntr) argument 1579 *(pntr++) = inMGAdreg(MGA1064_COL_PAL);
|
| /xsrc/external/mit/libXxf86dga/dist/src/ |
| H A D | XF86DGA2.c | 777 unsigned char *pntr = NULL; local in function:XDGAGetMappedMemory 781 pntr = pMap->virtual; 787 return pntr;
|
Completed in 18 milliseconds