Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp169 bool QGeoTiledMapScenePrivate::buildGeometry(const QGeoTileSpec &spec, QSGImageNode *imageNode, boo… in buildGeometry() argument
198 imageNode->setRect(QRectF(QPointF(x1, y2), QPointF(x2, y1))); in buildGeometry()
199 imageNode->setTextureCoordinatesTransform(QSGImageNode::MirrorVertically); in buildGeometry()
207 const int mappedSize = imageNode->texture()->textureSize().width() / tilesPerTexture; in buildGeometry()
210 imageNode->setSourceRect(QRectF(x, y, mappedSize, mappedSize)); in buildGeometry()
213 imageNode->setSourceRect(QRectF(QPointF(0,0), imageNode->texture()->textureSize())); in buildGeometry()
217 imageNode->setSourceRect(QRectF(QPointF(0,0), imageNode->texture()->textureSize())); in buildGeometry()
H A Dqgeotiledmapscene_p_p.h142 bool buildGeometry(const QGeoTileSpec &spec, QSGImageNode *imageNode, bool &overzooming);