Lines Matching refs:tileHeight
1094 int tileWidth, tileHeight;
1101 tileHeight = pTile->drawable.height;
1106 if (tileWidth == 1 && tileHeight == 1)
1151 height = min(height, tileHeight);
1153 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY);
1159 int h = tileHeight - tileY;
1203 int dstY = pBox[i].y1 + tileHeight;
1219 int dstY = pBox[i].y1 + tileHeight;
1221 int height = min(pBox[i].y2 - pBox[i].y1, tileHeight);
1231 height = min(pBox[i].y2 - dstY, tileHeight);