Searched refs:tileHeight (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 39 modulus(-yRot, tileHeight, tileY); in fbTile() 42 h = tileHeight - tileY; in fbTile() 195 int tileHeight; in fbFill() local 201 tileHeight = pTile->drawable.height; in fbFill() 209 tileHeight, in fbFill()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 1083 int tileWidth, tileHeight; in exaFillRegionTiled() local 1090 tileHeight = pTile->drawable.height; in exaFillRegionTiled() 1095 if (tileWidth == 1 && tileHeight == 1) in exaFillRegionTiled() 1139 height = min(height, tileHeight); in exaFillRegionTiled() 1141 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY); in exaFillRegionTiled() 1147 int h = tileHeight - tileY; in exaFillRegionTiled() 1192 int dstY = pBox[i].y1 + tileHeight; in exaFillRegionTiled() 1208 int dstY = pBox[i].y1 + tileHeight; in exaFillRegionTiled() 1210 int height = min(pBox[i].y2 - pBox[i].y1, tileHeight); in exaFillRegionTiled() 1221 height = min(pBox[i].y2 - dstY, tileHeight); in exaFillRegionTiled()
|