Searched refs:QSGImageNode (Results 1 – 3 of 3) sorted by relevance
64 void addChild(const QGeoTileSpec &spec, QSGImageNode *node) in addChild()69 QHash<QGeoTileSpec, QSGImageNode *> tiles;142 bool buildGeometry(const QGeoTileSpec &spec, QSGImageNode *imageNode, bool &overzooming);
169 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()
60 class QSGImageNode; variable90 QSGImageNode *m_imageNode = nullptr;