Home
last modified time | relevance | path

Searched refs:mappedSize (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp207 const int mappedSize = imageNode->texture()->textureSize().width() / tilesPerTexture; in buildGeometry() local
208 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()