| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_2070.c | 193 OUTREG(NEO2070_SRCPITCH, nAcl->Pitch); 194 OUTREG(NEO2070_DSTPITCH, nAcl->Pitch); 214 (srcY * nAcl->Pitch) + (srcX * nAcl->PixelWidth)); 216 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth)); 226 ((srcY+h-1) * nAcl->Pitch) + ((srcX+w-1) * nAcl->PixelWidth)); 228 ((dstY+h-1) * nAcl->Pitch) + ((dstX+w-1) * nAcl->PixelWidth)); 253 OUTREG(NEO2070_SRCPITCH, nAcl->Pitch); 254 OUTREG(NEO2070_DSTPITCH, nAcl->Pitch); 268 OUTREG(NEO2070_DSTSTART, (y * nAcl->Pitch) + (x * nAcl->PixelWidth));
|
| H A D | neo_2200.c | 230 nAcl->Pitch = pScrn->displayWidth * nAcl->PixelWidth; 289 OUTREG(NEOREG_PITCH, (nAcl->Pitch<<16) 290 | (nAcl->Pitch & 0xffff)); 310 (srcY * nAcl->Pitch) + (srcX * nAcl->PixelWidth)); 312 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth)); 325 ((srcY+h-1) * nAcl->Pitch) + ((srcX+w-1) 328 ((dstY+h-1) * nAcl->Pitch) + ((dstX+w-1) 351 (srcY * nAcl->Pitch) + (srcX * nAcl->PixelWidth));\ 353 (dstY * nAcl->Pitch) + (dstX * nAcl->PixelWidth));\ 357 (srcY * nAcl->Pitch) [all...] |
| H A D | neo.h | 188 unsigned int Pitch; member in struct:__anon55ae39570408
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_accel.c | 334 gfx2_set_source_stride(pGeode->Pitch); 335 gfx2_set_destination_stride(pGeode->Pitch); 516 gfx2_set_source_stride(pGeode->Pitch); 517 gfx2_set_destination_stride(pGeode->Pitch); 592 int n = (h - 1) * pGeode->Pitch; 649 gfx2_set_source_stride(pGeode->Pitch); 650 gfx2_set_destination_stride(pGeode->Pitch); 721 pGeode->Pitch); 742 pGeode->Pitch); 780 srcpitch = ((pGeode->Pitch [all...] |
| H A D | gx_video.c | 709 //long displayWidth = pGeode->Pitch / ((pScrni->bitsPerPixel + 7) / 8); 737 return (area->box.y1 * pGeode->Pitch); 740 return (area->box.y1 * pGeode->Pitch); 767 return (new_area->box.y1 * pGeode->Pitch); 822 DeltaY = startAddress / pGeode->Pitch; 823 DeltaX = startAddress & (pGeode->Pitch - 1); 1115 new_h += pGeode->Pitch - 1; 1116 new_h /= pGeode->Pitch; 1125 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch; [all...] |
| H A D | gx_rotate.c | 115 pGeode->Pitch = pGeode->displayPitch;
|
| H A D | lx_memory.c | 190 * pGeode->Pitch;
|
| H A D | lx_video.c | 307 lines = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch; 830 lines = ((pitch * h) + (pGeode->Pitch - 1)) / pGeode->Pitch;
|
| H A D | geode.h | 217 int Pitch; /* display FB pitch */ member in struct:_geodeRec
|
| H A D | lx_driver.c | 589 pGeode->Pitch = LXCalcPitch(pScrni); 663 offset = (y * pGeode->Pitch); 927 dwidth = pGeode->Pitch / ((pScrni->bitsPerPixel + 7) / 8);
|
| H A D | gx_driver.c | 177 pGeode->Pitch = pGeode->displayPitch; 835 offset = y * pGeode->Pitch + x * (pScrni->bitsPerPixel >> 3); 894 GXSetDvLineSize(pGeode->Pitch);
|
| H A D | lx_display.c | 292 vg_set_display_pitch(pGeode->Pitch);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_video.c | 858 DeltaY = startAddress / pGeode->Pitch; 859 DeltaX = startAddress & (pGeode->Pitch - 1); 1087 new_h += pGeode->Pitch - 1; 1088 new_h /= pGeode->Pitch; 1097 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch; 1121 offset = (pPriv->area->box.y1 * pGeode->Pitch) + (top * dstPitch); 1125 offset += (new_h >> 1) * pGeode->Pitch; 1147 offset = (pPriv->area->box.y1 * pGeode->Pitch) + (top * dstPitch); 1150 offset += (new_h >> 1) * pGeode->Pitch; [all...] |
| H A D | nsc_gx1_driver.c | 1244 GFX(set_display_pitch(pGeode->Pitch)); 1802 pGeode->Pitch = GX1CalculatePitchBytes(pScreenInfo->virtualX, 1821 AvailBox.y2 = (pGeode->FBSize / pGeode->Pitch); 1835 pGeode->Pitch, pScreenInfo->displayWidth)); 1845 req_offscreenmem += pGeode->Pitch - 1; 1846 req_offscreenmem /= pGeode->Pitch; 1847 pGeode->CBOffset = AvailBox.y1 * pGeode->Pitch; 1863 (AvailBox.y1 * pGeode->Pitch); 1868 pGeode->Pitch; 1962 GeodeDebug(("pGeode->Pitch ( [all...] |
| H A D | nsc_gx2_accel.c | 355 WRITE_GP32(MGP_STRIDE, (srcpitch << 16) | pGeode->Pitch); 365 pGeode->Pitch), ImgBufOffset, 947 pGeode->Pitch)); 1371 WRITE_GP32(MGP_STRIDE, (((w + 31) >> 5) << 18) | pGeode->Pitch); 1404 WRITE_GP32(MGP_STRIDE, pGeode->Pitch); 1505 WRITE_GP32(MGP_STRIDE, pGeode->Pitch | (pGeode->Pitch << 16)); 1964 WRITE_GP32(MGP_STRIDE, pGeode->Pitch); 2154 switch (pGeode->Pitch) { 2289 Geodesrcx = ImgBufOffset & (pGeode->Pitch [all...] |
| H A D | nsc_gx2_driver.c | 1190 GeodeDebug(("Set display mode: %dx%d-%d (%dHz) Pitch %d\n", 1194 GX2GetRefreshRate(pMode), pGeode->Pitch)); 1228 GFX(set_display_pitch(pGeode->Pitch)); 1243 gx2_set_DvLineSize(pGeode->Pitch); 1734 pGeode->Pitch = GX2CalculatePitchBytes(pScreenInfo->virtualX, 1741 AvailBox.y2 = (pGeode->FBSize / pGeode->Pitch); 1755 pGeode->Pitch, pScreenInfo->displayWidth, 1765 req_offscreenmem += pGeode->Pitch - 1; 1766 req_offscreenmem /= pGeode->Pitch; 1767 pGeode->CBOffset = AvailBox.y1 * pGeode->Pitch; [all...] |
| H A D | nsc.h | 308 int Pitch; member in struct:__anon7fec0e5a0108
|
| H A D | nsc_gx1_accel.c | 1010 pGeode->Pitch)); 1682 switch (pGeode->Pitch) { 1793 Geodesrcx = ImgBufOffset & (pGeode->Pitch - 1);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 245 int SrcPitch, DstPitch, Pitch, y, x; local in function:RealizeCursorInterleave0 269 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch; 285 for(x = 0; x < Pitch; x++) { 294 for(x = 0; x < Pitch; x++) { 334 for(x = 0; x < Pitch; x++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 405 int SrcPitch, DstPitch, Pitch, y, x; local in function:RealizeCursorInterleave0 429 Pitch = SrcPitch < DstPitch ? SrcPitch : DstPitch; 449 for (x = 0; x < Pitch; x++) { 460 for (x = 0; x < Pitch; x++) { 502 for (x = 0; x < Pitch; x++) {
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | tttables.h | 481 FT_UShort Pitch; member in struct:TT_PCLT_
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | riva_hw.h | 226 U032 Pitch; member in struct:__anon5d01d9861408
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64xv.c | 887 int Pitch, 930 outf(BUF0_PITCH, Pitch); 935 outf(SCALER_BUF_PITCH, Pitch); 880 ATIMach64DisplayVideo(ScrnInfoPtr pScreenInfo,ATIPtr pATI,BoxPtr pDstBox,int ImageID,int Offset,int Pitch,short SrcW,short SrcH,short DstW,short DstH,short Width,short Height) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | surface9.c | 503 pLockedRect->Pitch = This->desc.Width; 506 pLockedRect->Pitch = stride; 536 pLockedRect->Pitch = This->transfer->stride;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | surface9.c | 509 pLockedRect->Pitch = This->desc.Width; 512 pLockedRect->Pitch = stride; 543 pLockedRect->Pitch = This->transfer->stride;
|