Searched refs:mappedSize (Results 1 – 1 of 1) sorted by relevance
207 const int mappedSize = imageNode->texture()->textureSize().width() / tilesPerTexture; in buildGeometry() local208 const int x = (spec.x() % tilesPerTexture) * mappedSize; in buildGeometry()209 const int y = (spec.y() % tilesPerTexture) * mappedSize; in buildGeometry()210 imageNode->setSourceRect(QRectF(x, y, mappedSize, mappedSize)); in buildGeometry()