Home | History | Annotate | Download | only in rendering

Lines Matching defs:tileHeight

127     int tileHeight = TilesManager::tileHeight();
130 computedArea.setY(area.y() / tileHeight);
132 float bottom = (area.y() + area.height()) / (float) tileHeight;
314 const float tileHeight = TilesManager::tileHeight() * invScale;
343 rect.fTop = tile->y() * tileHeight;
345 rect.fBottom = rect.fTop + tileHeight;
395 const float tileHeight = TilesManager::tileHeight() / m_scale;
400 rect.fTop = r.y() * tileHeight;
402 rect.fBottom = rect.fTop + tileHeight * r.height();