Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotiledmap_nokia.cpp75 …if (viewportWidth() > 0 && viewportHeight() > 0 && ((copyrightsString.isNull() && m_copyrightsSlab… in evaluateCopyrights()
81 …QRect textBounds = QFontMetrics(font).boundingRect(0, 0, viewportWidth(), viewportHeight(), Qt::Al… in evaluateCopyrights()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86DiDGA.c82 mode->viewportHeight = display_mode->VDisplay; in xf86_dga_get_modes()
89 mode->imageHeight = mode->viewportHeight; in xf86_dga_get_modes()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Ddgaproc.h44 int viewportHeight; member
H A Dxf86DGA.c516 if (*y > (pMode->pixmapHeight - pMode->viewportHeight)) in DGAChangePixmapMode()
517 *y = pMode->pixmapHeight - pMode->viewportHeight; in DGAChangePixmapMode()
538 pPix->drawable.height = pMode->viewportHeight; in DGAChangePixmapMode()
877 xmode->viewportHeight = mode->viewportHeight; in DGACopyModeInfo()
1172 if ((mode->viewportWidth == w) && (mode->viewportHeight == h) && in DGAGetOldDGAMode()
1390 info.viewport_height = mode[i].viewportHeight; in ProcXDGAQueryModes()
1516 info.viewport_height = mode.viewportHeight; in ProcXDGASetMode()
1918 rep.height = mode.viewportHeight; in ProcXF86DGAGetViewPortSize()
H A Dxf86str.h512 int viewportHeight; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp385 double viewportHeight = size.height; in cameraForLatLngs() local
390 swPixel.y = std::min(swPixel.y, viewportHeight - pixel.y); in cameraForLatLngs()
391 nePixel.y = std::max(nePixel.y, viewportHeight - pixel.y); in cameraForLatLngs()
422 centerPixel.y = viewportHeight - centerPixel.y; in cameraForLatLngs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap_p.h110 int viewportHeight() const;
H A Dqgeomap.cpp85 int QGeoMap::viewportHeight() const in viewportHeight() function in QGeoMap
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp126 mapRoot->setRect(QRect(0, 0, viewportWidth(), viewportHeight())); in updateSceneGraph()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp274 if (map.viewportWidth() == 0 || map.viewportHeight() == 0) { in updateScreenPoints()
544 if (map.viewportWidth() == 0 || map.viewportHeight() == 0) { in updateScreenPoints()
H A Dqdeclarativegeomap.cpp1361 … m_map->viewportHeight() - 1), false); in visibleRegion()
1363 … m_map->viewportHeight() - 1), false); in visibleRegion()
1586 m_map->viewportHeight() / 2 + dy)); in pan()
H A Dqdeclarativecirclemapitem.cpp160 …if (map.viewportWidth() == 0 || map.viewportHeight() == 0 || circlePath.size() < 3) // a circle re… in updateScreenPointsInvert()
H A Dqdeclarativepolylinemapitem.cpp685 QRectF viewport(0, 0, map.viewportWidth(), map.viewportHeight()); in updateScreenPoints()
866 if (map.viewportWidth() == 0 || map.viewportHeight() == 0) { in updateScreenPoints()