Searched refs:gStride (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbglyph.c132 FbStride gStride; /* stride of glyph */ local in function:fbPolyGlyphBlt
174 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof(FbStip);
177 gStride, 0, gx, gy, gWidth, gHeight);
194 FbStride gStride; /* stride of glyph */ local in function:fbImageGlyphBlt
267 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof(FbStip);
272 (FbStip *) pglyph, gStride, 0);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbglyph.c132 FbStride gStride; /* stride of glyph */ local in function:fbPolyGlyphBlt
174 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof(FbStip);
177 gStride, 0, gx, gy, gWidth, gHeight);
194 FbStride gStride; /* stride of glyph */ local in function:fbImageGlyphBlt
267 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof(FbStip);
272 (FbStip *) pglyph, gStride, 0);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbglyph.c68 FbStride gStride; /* stride of glyph */ local in function:fbPolyGlyphBlt
110 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof(FbStip);
114 gStride, 0, gx, gy, gWidth, gHeight);
133 FbStride gStride; /* stride of glyph */ local in function:fbImageGlyphBlt
212 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof(FbStip);
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbglyph.c268 FbStride gStride; /* stride of glyph */ local in function:fbPolyGlyphBlt
326 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof (FbStip);
331 gStride,
358 FbStride gStride; /* stride of glyph */ local in function:fbImageGlyphBlt
459 gStride = GLYPHWIDTHBYTESPADDED(pci) / sizeof (FbStip);
473 gStride,

Completed in 4 milliseconds