Home
last modified time | relevance | path

Searched refs:scaleFactor (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeofiletilecachemapbox.cpp43 …apbox::QGeoFileTileCacheMapbox(const QList<QGeoMapType> &mapTypes, int scaleFactor, const QString … in QGeoFileTileCacheMapbox() argument
46 m_scaleFactor = qBound(1, scaleFactor, 2); in QGeoFileTileCacheMapbox()
103 int scaleFactor = fields.last()[scaleIdx + 1].digitValue(); in filenameToTileSpec() local
104 if (scaleFactor != m_scaleFactor) in filenameToTileSpec()
H A Dqgeotiledmappingmanagerenginemapbox.cpp128 int scaleFactor = 1; in QGeoTiledMappingManagerEngineMapbox() local
132 scaleFactor = 2; in QGeoTiledMappingManagerEngineMapbox()
135 QGeoTileFetcherMapbox *tileFetcher = new QGeoTileFetcherMapbox(scaleFactor, this); in QGeoTiledMappingManagerEngineMapbox()
166 …QGeoFileTileCache *tileCache = new QGeoFileTileCacheMapbox(mapTypes, scaleFactor, m_cacheDirectory… in QGeoTiledMappingManagerEngineMapbox()
H A Dqgeotilefetchermapbox.cpp48 QGeoTileFetcherMapbox::QGeoTileFetcherMapbox(int scaleFactor, QGeoTiledMappingManagerEngine *parent) in QGeoTileFetcherMapbox() argument
55 m_scaleFactor = qBound(1, scaleFactor, 2); in QGeoTileFetcherMapbox()
H A Dqgeofiletilecachemapbox.h49 …QGeoFileTileCacheMapbox(const QList<QGeoMapType> &mapTypes, int scaleFactor, const QString &direct…
H A Dqgeotilefetchermapbox.h53 QGeoTileFetcherMapbox(int scaleFactor, QGeoTiledMappingManagerEngine *parent);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dcprojectionpicture.cpp17 scaleFactor(1), in CProjectionPicture()
135 image = image.scaled(this->width()*currentStepScaleFactor * scaleFactor, in paintEvent()
136 this->height()*currentStepScaleFactor * scaleFactor, in paintEvent()
195 scaleFactor *= currentStepScaleFactor; in pinchTriggered()
301 scaleFactor *= scale; in zoom()
H A Dcprojectionpicture.h56 qreal scaleFactor; variable
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/objdetect/
H A Ddetection_based_tracker.hpp79 scaleFactor(1.1f) in IDetector()
102 return scaleFactor; in getScaleFactor()
106 scaleFactor = value; in setScaleFactor()
122 float scaleFactor; member in cv::DetectionBasedTracker::IDetector
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp182 double scaleFactor,
189 double scaleFactor,
197 double scaleFactor,
272 double scaleFactor = 1.1,
295 double scaleFactor=1.1,
321 double scaleFactor = 1.1,
H A Dfeatures2d.hpp333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
339 CV_WRAP virtual void setScaleFactor(double scaleFactor) = 0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem_p.h118 qreal scaleFactor();
H A Dqdeclarativegeomapquickitem.cpp476 qreal QDeclarativeGeoMapQuickItem::scaleFactor() in scaleFactor() function in QDeclarativeGeoMapQuickItem
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp147 …OrbFeaturesFinder(Size _grid_size = Size(3,1), int nfeatures=1500, float scaleFactor=1.3f, int nle…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
339 CV_WRAP virtual void setScaleFactor(double scaleFactor) = 0;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
339 CV_WRAP virtual void setScaleFactor(double scaleFactor) = 0;