Lines Matching refs:pDrawable

454 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) {			\  argument
455 if ((pDrawable)->type != DRAWABLE_PIXMAP) { \
456 (pixmap) = fbGetWindowPixmap(pDrawable); \
460 (pixmap) = (PixmapPtr) (pDrawable); \
464 fbPrepareAccess(pDrawable); \
479 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \ argument
481 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
485 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \ argument
487 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \
499 #define fbDrawableEnabled(pDrawable) \ argument
500 ((pDrawable)->type == DRAWABLE_PIXMAP ? \
501 TRUE : fbWindowEnabled((WindowPtr) pDrawable))
520 fbPolyArc(DrawablePtr pDrawable, GCPtr pGC, int narcs, xArc * parcs);
528 fbBresSolid8(DrawablePtr pDrawable,
537 fbBresDash8(DrawablePtr pDrawable,
567 fbPolyline8(DrawablePtr pDrawable,
571 fbPolySegment8(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg);
575 fbBresSolid16(DrawablePtr pDrawable,
584 fbBresDash16(DrawablePtr pDrawable,
615 fbPolyline16(DrawablePtr pDrawable,
619 fbPolySegment16(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg);
623 fbBresSolid32(DrawablePtr pDrawable,
632 fbBresDash32(DrawablePtr pDrawable,
662 fbPolyline32(DrawablePtr pDrawable,
666 fbPolySegment32(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg);
822 fbFill(DrawablePtr pDrawable, GCPtr pGC, int x, int y, int width, int height);
826 fbSolidBoxClipped(DrawablePtr pDrawable,
835 fbPolyFillRect(DrawablePtr pDrawable,
847 fbFillSpans(DrawablePtr pDrawable,
862 fbValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable);
869 fbGetSpans(DrawablePtr pDrawable,
879 fbPolyGlyphBlt(DrawablePtr pDrawable,
887 fbImageGlyphBlt(DrawablePtr pDrawable,
899 fbPutImage(DrawablePtr pDrawable,
906 fbPutZImage(DrawablePtr pDrawable,
915 fbPutXYImage(DrawablePtr pDrawable,
928 fbGetImage(DrawablePtr pDrawable,
937 fbPolyLine(DrawablePtr pDrawable,
944 fbPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg);
978 fbPolyPoint(DrawablePtr pDrawable,
987 fbPushImage(DrawablePtr pDrawable,
996 DrawablePtr pDrawable, int dx, int dy, int xOrg, int yOrg);
1069 typedef void FbBres(DrawablePtr pDrawable,
1077 fbSegment(DrawablePtr pDrawable,
1086 fbSetSpans(DrawablePtr pDrawable,
1148 fbFillRegionSolid(DrawablePtr pDrawable,