Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Drect.hpp6 struct Rect { struct
8 Rect(T x_, T y_, T w_, T h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect() function
9 T x = 0, y = 0;
10 T w = 0, h = 0;
13 Rect operator *(Number value) const { in operator *()
18 bool operator==(const R& r) const { in operator ==()
22 bool hasArea() const { return w != 0 && h != 0; } in hasArea()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86fbman.c1227 xRectangle Rect[3]; in xf86InitFBManagerArea() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtypes.hpp456 typedef Rect2i Rect; typedef
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtypes.hpp456 typedef Rect2i Rect; typedef
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtypes.hpp456 typedef Rect2i Rect; typedef