Home
last modified time | relevance | path

Searched refs:width_ (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/
H A Dshelf-pack.hpp177 width_ = w > 0 ? w : 64;
313 if (h <= (height_ - y) && w <= width_) { in packOne()
314 shelves_.emplace_back(y, width_, h); in packOne()
327 w1 = w2 = width_; in packOne()
458 width_ = w; in resize()
461 shelf.resize(width_); in resize()
466 int32_t width() const { return width_; } in width()
521 int32_t width_; member in mapbox::ShelfPack
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp65 …__device__ __forceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : widt… in BrdRowConstant()
115 …inline__ BrdConstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(heigh… in BrdConstant()
543 explicit __host__ __device__ __forceinline__ BrdRowWrap(int width_) : width(width_) {} in BrdRowWrap()
544 …plate <typename U> __host__ __device__ __forceinline__ BrdRowWrap(int width_, U) : width(width_) {} in BrdRowWrap()
623 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_) : in BrdWrap()
624 height(height_), width(width_) in BrdWrap()
628 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_, U) : in BrdWrap()
629 height(height_), width(width_) in BrdWrap()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp65 …__device__ __forceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : widt… in BrdRowConstant()
115 …inline__ BrdConstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(heigh… in BrdConstant()
543 explicit __host__ __device__ __forceinline__ BrdRowWrap(int width_) : width(width_) {} in BrdRowWrap()
544 …plate <typename U> __host__ __device__ __forceinline__ BrdRowWrap(int width_, U) : width(width_) {} in BrdRowWrap()
623 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_) : in BrdWrap()
624 height(height_), width(width_) in BrdWrap()
628 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_, U) : in BrdWrap()
629 height(height_), width(width_) in BrdWrap()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dborder_interpolate.hpp65 …__device__ __forceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : widt… in BrdRowConstant()
115 …inline__ BrdConstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(heigh… in BrdConstant()
543 explicit __host__ __device__ __forceinline__ BrdRowWrap(int width_) : width(width_) {} in BrdRowWrap()
544 …plate <typename U> __host__ __device__ __forceinline__ BrdRowWrap(int width_, U) : width(width_) {} in BrdRowWrap()
623 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_) : in BrdWrap()
624 height(height_), width(width_) in BrdWrap()
628 __host__ __device__ __forceinline__ BrdWrap(int height_, int width_, U) : in BrdWrap()
629 height(height_), width(width_) in BrdWrap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dsize.hpp12 constexpr Size(const uint32_t width_, const uint32_t height_) : width(width_), height(height_) { in Size() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/
H A Dannotation.hpp38 style::DataDrivenPropertyValue<float> width_ = 1.0f, in LineAnnotation() argument
42 width(std::move(width_)), in LineAnnotation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp75 float width_ = 1.0f, const QColor& color_ = Qt::black) in LineAnnotation()
76 : geometry(geometry_), opacity(opacity_), width(width_), color(color_) {} in LineAnnotation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp12 GridIndex<T>::GridIndex(const float width_, const float height_, const int16_t cellSize_) : in GridIndex() argument
13 width(width_), in GridIndex()
15 xCellCount(std::ceil(width_ / cellSize_)), in GridIndex()
17 xScale(xCellCount / width_), in GridIndex()
H A Dgrid_index.hpp59 GridIndex(const float width_, const float height_, const int16_t cellSize_);
/OK3568_Linux_fs/buildroot/package/sane-backends/
H A D0002-genesys-fix-gcc-4.8-compile.patch47 width_ = stream_.width();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p.h83 qreal width_;
H A Dqdeclarativepolylinemapitem.cpp340 width_(1.0), in QDeclarativeMapLineProperties()
370 return width_; in width()
378 if (width_ == width) in setWidth()
381 width_ = width; in setWidth()
382 emit widthChanged(width_); in setWidth()