Lines Matching refs:DrawablePtr

54                                DrawablePtr pDrawable);
75 static void RootlessFillSpans(DrawablePtr dst, GCPtr pGC, int nInit,
77 static void RootlessSetSpans(DrawablePtr dst, GCPtr pGC, char *pSrc,
80 static void RootlessPutImage(DrawablePtr dst, GCPtr pGC,
83 static RegionPtr RootlessCopyArea(DrawablePtr pSrc, DrawablePtr dst, GCPtr pGC,
86 static RegionPtr RootlessCopyPlane(DrawablePtr pSrc, DrawablePtr dst,
90 static void RootlessPolyPoint(DrawablePtr dst, GCPtr pGC,
92 static void RootlessPolylines(DrawablePtr dst, GCPtr pGC,
94 static void RootlessPolySegment(DrawablePtr dst, GCPtr pGC,
96 static void RootlessPolyRectangle(DrawablePtr dst, GCPtr pGC,
98 static void RootlessPolyArc(DrawablePtr dst, GCPtr pGC, int narcs,
100 static void RootlessFillPolygon(DrawablePtr dst, GCPtr pGC, int shape, int mode,
102 static void RootlessPolyFillRect(DrawablePtr dst, GCPtr pGC, int nRectsInit,
104 static void RootlessPolyFillArc(DrawablePtr dst, GCPtr pGC, int narcsInit,
106 static int RootlessPolyText8(DrawablePtr dst, GCPtr pGC, int x, int y,
108 static int RootlessPolyText16(DrawablePtr dst, GCPtr pGC, int x, int y,
110 static void RootlessImageText8(DrawablePtr dst, GCPtr pGC, int x, int y,
112 static void RootlessImageText16(DrawablePtr dst, GCPtr pGC, int x, int y,
114 static void RootlessImageGlyphBlt(DrawablePtr dst, GCPtr pGC, int x, int y,
117 static void RootlessPolyGlyphBlt(DrawablePtr dst, GCPtr pGC, int x, int y,
120 static void RootlessPushPixels(GCPtr pGC, PixmapPtr pBitMap, DrawablePtr dst,
232 canAccelBlit(DrawablePtr pDraw, GCPtr pGC) in canAccelBlit()
260 canAccelFill(DrawablePtr pDraw, GCPtr pGC) in canAccelFill()
319 RootlessValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) in RootlessValidateGC()
416 RootlessFillSpans(DrawablePtr dst, GCPtr pGC, int nInit, in RootlessFillSpans()
470 RootlessSetSpans(DrawablePtr dst, GCPtr pGC, char *pSrc, in RootlessSetSpans()
516 RootlessPutImage(DrawablePtr dst, GCPtr pGC, in RootlessPutImage()
543 RootlessCopyArea(DrawablePtr pSrc, DrawablePtr dst, GCPtr pGC, in RootlessCopyArea()
585 RootlessCopyPlane(DrawablePtr pSrc, DrawablePtr dst, in RootlessCopyPlane()
626 RootlessPolyPoint(DrawablePtr dst, GCPtr pGC, in RootlessPolyPoint()
724 RootlessPolylines(DrawablePtr dst, GCPtr pGC, in RootlessPolylines()
800 RootlessPolySegment(DrawablePtr dst, GCPtr pGC, int nseg, xSegment * pSeg) in RootlessPolySegment()
882 RootlessPolyRectangle(DrawablePtr dst, GCPtr pGC, in RootlessPolyRectangle()
944 RootlessPolyArc(DrawablePtr dst, GCPtr pGC, int narcs, xArc * parcs) in RootlessPolyArc()
996 RootlessFillPolygon(DrawablePtr dst, GCPtr pGC, in RootlessFillPolygon()
1070 RootlessPolyFillRect(DrawablePtr dst, GCPtr pGC, in RootlessPolyFillRect()
1123 RootlessPolyFillArc(DrawablePtr dst, GCPtr pGC, int narcsInit, xArc * parcsInit) in RootlessPolyFillArc()
1175 RootlessImageText8(DrawablePtr dst, GCPtr pGC, in RootlessImageText8()
1225 RootlessPolyText8(DrawablePtr dst, GCPtr pGC, in RootlessPolyText8()
1266 RootlessImageText16(DrawablePtr dst, GCPtr pGC, in RootlessImageText16()
1316 RootlessPolyText16(DrawablePtr dst, GCPtr pGC, in RootlessPolyText16()
1357 RootlessImageGlyphBlt(DrawablePtr dst, GCPtr pGC, in RootlessImageGlyphBlt()
1420 RootlessPolyGlyphBlt(DrawablePtr dst, GCPtr pGC, in RootlessPolyGlyphBlt()
1465 RootlessPushPixels(GCPtr pGC, PixmapPtr pBitMap, DrawablePtr dst, in RootlessPushPixels()