Searched refs:tileWidth (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfill.c | 31 FbBits * tile, FbStride tileStride, int tileWidth, int tileHeight, in fbTile() argument 48 modulus(dstX - xRot, tileWidth, tileX); in fbTile() 50 w = tileWidth - tileX; in fbTile() 194 int tileWidth; in fbFill() local 200 tileWidth = pTile->drawable.width; in fbFill() 208 tileWidth * tileBpp, in fbFill()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 1083 int tileWidth, tileHeight; in exaFillRegionTiled() local 1089 tileWidth = pTile->drawable.width; in exaFillRegionTiled() 1095 if (tileWidth == 1 && tileHeight == 1) in exaFillRegionTiled() 1150 width = min(width, tileWidth); in exaFillRegionTiled() 1156 modulus(dstX - xoff - pDrawable->x - pPatOrg->x, tileWidth, in exaFillRegionTiled() 1160 int w = tileWidth - tileX; in exaFillRegionTiled() 1191 int dstX = pBox[i].x1 + tileWidth; in exaFillRegionTiled() 1207 int dstX = pBox[i].x1 + tileWidth; in exaFillRegionTiled() 1209 int width = min(pBox[i].x2 - dstX, tileWidth); in exaFillRegionTiled()
|