Lines Matching refs:pict
82 fbCanGetSolid(PicturePtr pict)
84 if (pict->pDrawable == NULL ||
85 pict->pDrawable->width != 1 ||
86 pict->pDrawable->height != 1)
90 if (pict->repeat != RepeatNormal)
93 switch (pict->format) {
110 #define fbComposeGetSolid(pict, bits, fmt) { \
116 fbGetDrawable((pict)->pDrawable,__bits__,__stride__,__bpp__,__xoff__,__yoff__); \
140 if (PICT_FORMAT_TYPE((pict)->format) != PICT_FORMAT_TYPE(fmt)) \
148 if ((pict)->pFormat->direct.alphaMask == 0) \
150 fbFinishAccess ((pict)->pDrawable); \
153 #define fbComposeGetStart(pict,x,y,type,stride,line,mul) {\
159 fbGetDrawable((pict)->pDrawable,__bits__,__stride__,__bpp__,__xoff__,__yoff__); \