OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PolyFillRectStippled
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOverlayDF.c
111
void (*
PolyFillRectStippled
)(DrawablePtr, GCPtr, int, xRectangle*);
207
pOverPriv->
PolyFillRectStippled
= infoRec->
PolyFillRectStippled
;
248
if(infoRec->
PolyFillRectStippled
)
249
infoRec->
PolyFillRectStippled
= XAAOverPolyFillRectStippled;
566
(*pOverPriv->
PolyFillRectStippled
)(pDraw, pGC, nrectFill, prectInit);
xaaStateChange.c
149
void (*
PolyFillRectStippled
)(DrawablePtr pDraw, GCPtr pGC, int nrectFill,
773
(*pStatePriv->
PolyFillRectStippled
)(pDraw, pGC, nrectFill,
1555
XAA_STATE_WRAP(
PolyFillRectStippled
);
xaaGCmisc.c
147
pGC->ops->PolyFillRect = infoRec->
PolyFillRectStippled
;
xaaInitAccel.c
1061
if(!infoRec->
PolyFillRectStippled
) {
1063
infoRec->
PolyFillRectStippled
= XAAPolyFillRect;
xaa.h
799
void (*
PolyFillRectStippled
)(
Completed in 6 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026