Searched refs:viewportHeight (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeotiledmap_nokia.cpp | 75 …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 D | xf86DiDGA.c | 82 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 D | dgaproc.h | 44 int viewportHeight; member
|
| H A D | xf86DGA.c | 516 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 D | xf86str.h | 512 int viewportHeight; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | map.cpp | 385 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 D | qgeomap_p.h | 110 int viewportHeight() const;
|
| H A D | qgeomap.cpp | 85 int QGeoMap::viewportHeight() const in viewportHeight() function in QGeoMap
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/ |
| H A D | qgeomapitemsoverlay.cpp | 126 mapRoot->setRect(QRect(0, 0, viewportWidth(), viewportHeight())); in updateSceneGraph()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolygonmapitem.cpp | 274 if (map.viewportWidth() == 0 || map.viewportHeight() == 0) { in updateScreenPoints() 544 if (map.viewportWidth() == 0 || map.viewportHeight() == 0) { in updateScreenPoints()
|
| H A D | qdeclarativegeomap.cpp | 1361 … 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 D | qdeclarativecirclemapitem.cpp | 160 …if (map.viewportWidth() == 0 || map.viewportHeight() == 0 || circlePath.size() < 3) // a circle re… in updateScreenPointsInvert()
|
| H A D | qdeclarativepolylinemapitem.cpp | 685 QRectF viewport(0, 0, map.viewportWidth(), map.viewportHeight()); in updateScreenPoints() 866 if (map.viewportWidth() == 0 || map.viewportHeight() == 0) { in updateScreenPoints()
|