Lines Matching refs:pDrawable
30 fbZeroLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) in fbZeroLine() argument
36 x = pDrawable->x; in fbZeroLine()
37 y = pDrawable->y; in fbZeroLine()
49 fbSegment(pDrawable, pGC, x1 + x, y1 + y, in fbZeroLine()
58 fbZeroSegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pSegs) in fbZeroSegment() argument
64 x = pDrawable->x; in fbZeroSegment()
65 y = pDrawable->y; in fbZeroSegment()
68 fbSegment(pDrawable, pGC, in fbZeroSegment()
91 fbPolyLine(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr ppt) in fbPolyLine() argument
100 switch (pDrawable->bitsPerPixel) { in fbPolyLine()
119 (*line) (pDrawable, pGC, mode, npt, ppt); in fbPolyLine()
123 fbPolySegment(DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg) in fbPolySegment() argument
125 void (*seg) (DrawablePtr pDrawable, GCPtr pGC, int nseg, xSegment * pseg); in fbPolySegment()
132 switch (pDrawable->bitsPerPixel) { in fbPolySegment()
148 (*seg) (pDrawable, pGC, nseg, pseg); in fbPolySegment()