Lines Matching refs:pDrawable
37 fbBresSolid(DrawablePtr pDrawable, in fbBresSolid() argument
54 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbBresSolid()
105 fbFinishAccess(pDrawable); in fbBresSolid()
109 fbBresDash(DrawablePtr pDrawable, in fbBresDash() argument
131 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbBresDash()
178 fbFinishAccess(pDrawable); in fbBresDash()
182 fbBresFill(DrawablePtr pDrawable, in fbBresFill() argument
189 fbFill(pDrawable, pGC, x1, y1, 1, 1); in fbBresFill()
210 fbSetFg(DrawablePtr pDrawable, GCPtr pGC, Pixel fg) in fbSetFg() argument
217 ValidateGC(pDrawable, pGC); in fbSetFg()
222 fbBresFillDash(DrawablePtr pDrawable, in fbBresFillDash() argument
254 fbSetFg(pDrawable, pGC, fg); in fbBresFillDash()
256 fbSetFg(pDrawable, pGC, bg); in fbBresFillDash()
258 fbFill(pDrawable, pGC, x1, y1, 1, 1); in fbBresFillDash()
279 fbSetFg(pDrawable, pGC, fg); in fbBresFillDash()
289 fbSelectBres(DrawablePtr pDrawable, GCPtr pGC) in fbSelectBres() argument
292 int dstBpp = pDrawable->bitsPerPixel; in fbSelectBres()
338 fbSegment(DrawablePtr pDrawable, in fbSegment() argument
356 unsigned int bias = miGetZeroLineBias(pDrawable->pScreen); in fbSegment()
363 bres = fbSelectBres(pDrawable, pGC); in fbSegment()
405 (*bres) (pDrawable, pGC, dashoff, in fbSegment()
449 (*bres) (pDrawable, pGC, doff, in fbSegment()