Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene_p_p.h64 void addChild(const QGeoTileSpec &spec, QSGImageNode *node) in addChild()
69 QHash<QGeoTileSpec, QSGImageNode *> tiles;
142 bool buildGeometry(const QGeoTileSpec &spec, QSGImageNode *imageNode, bool &overzooming);
H A Dqgeotiledmapscene.cpp169 bool QGeoTiledMapScenePrivate::buildGeometry(const QGeoTileSpec &spec, QSGImageNode *imageNode, boo… in buildGeometry()
199 imageNode->setTextureCoordinatesTransform(QSGImageNode::MirrorVertically); in buildGeometry()
512 for (QHash<QGeoTileSpec, QSGImageNode *>::iterator it = root->tiles.begin(); in updateTiles()
514 QSGImageNode *node = it.value(); in updateTiles()
556 QSGImageNode *tileNode = window->createImageNode(); in updateTiles()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapiconobjectqsg_p_p.h60 class QSGImageNode; variable
90 QSGImageNode *m_imageNode = nullptr;