OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pBitmap
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/sun/
sunGX.c
570
PixmapPtr
pBitmap
;
574
pBitmap
= (*pScreen->CreatePixmap) (pScreen, width, height, 1);
575
if (!
pBitmap
)
580
(*pScreen->DestroyPixmap) (
pBitmap
);
588
ValidateGC ((DrawablePtr)
pBitmap
, pGC1);
590
(void) cfbCopyPlaneReduce (pSrcDrawable, (DrawablePtr)
pBitmap
,
594
(void) cfbBitBlt ((DrawablePtr)
pBitmap
, pDstDrawable, pGC,
597
(*pScreen->DestroyPixmap) (
pBitmap
);
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunGX.c
570
PixmapPtr
pBitmap
;
574
pBitmap
= (*pScreen->CreatePixmap) (pScreen, width, height, 1);
575
if (!
pBitmap
)
580
(*pScreen->DestroyPixmap) (
pBitmap
);
588
ValidateGC ((DrawablePtr)
pBitmap
, pGC1);
590
(void) cfbCopyPlaneReduce (pSrcDrawable, (DrawablePtr)
pBitmap
,
594
(void) cfbBitBlt ((DrawablePtr)
pBitmap
, pDstDrawable, pGC,
597
(*pScreen->DestroyPixmap) (
pBitmap
);
Completed in 9 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026