Home
last modified time | relevance | path

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

12

/external/skia/experimental/go-skia/
Dtypes.go60 type Rect struct { struct
61 Left float32
62 Top float32
63 Right float32
64 Bottom float32
Dctypes.go58 type Rect C.sk_rect_t type
/external/skqp/experimental/go-skia/
Dtypes.go60 type Rect struct { struct
61 Left float32
62 Top float32
63 Right float32
64 Bottom float32
Dctypes.go58 type Rect C.sk_rect_t type
/external/libxcam/xcore/interface/
Ddata_types.h34 struct Rect { struct
38 Rect () : pos_x (0), pos_y (0), width (0), height (0) {} in Rect() argument
39Rect (int32_t x, int32_t y, int32_t w, int32_t h) : pos_x (x), pos_y (y), width (w), height (h) {} in Rect() argument
/external/libffi/testsuite/libffi.call/
Dpyobjc-tc.c20 typedef struct Rect { struct
23 } Rect; argument
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dpyobjc-tc.c20 typedef struct Rect { struct
23 } Rect; argument
/external/v4l2_codec2/vda/
Drect.h28 Rect() : x_(0), y_(0), size_(0, 0) {} in Rect() function
29 Rect(int width, int height) : x_(0), y_(0), size_(width, height) {} in Rect() function
30 Rect(int x, int y, int width, int height) in Rect() function
32 explicit Rect(const Size& size) : x_(0), y_(0), size_(size) {} in Rect() function
/external/libchrome/ui/gfx/geometry/
Drect.h39 constexpr Rect(int width, int height) : size_(width, height) {} in Rect() function
40 constexpr Rect(int x, int y, int width, int height) in Rect() function
43 constexpr explicit Rect(const Size& size) : size_(size) {} in Rect() function
44 constexpr Rect(const Point& origin, const Size& size) in Rect() function
Drect.cc26 Rect::Rect(const RECT& r) in Rect() function in gfx::Rect
/external/dng_sdk/source/
Ddng_bad_pixels.h152 const dng_rect & Rect (uint32 index) const in Rect() function
/external/skqp/modules/sksg/src/
DSkSGRect.cpp16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
/external/skia/modules/sksg/src/
DSkSGRect.cpp16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp117 struct Rect struct
119 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect() argument
120 IVec2 pos (void) const { return IVec2(x, y); } in pos()
121 IVec2 size (void) const { return IVec2(w, h); } in size()
123 int x;
124 int y;
125 int w;
126 int h;
/external/skia/tests/
DRectTest.cpp89 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
/external/skqp/tests/
DRectTest.cpp89 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp144 struct Rect struct
146 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect() argument
147 IVec2 pos (void) const { return IVec2(x, y); } in pos()
148 IVec2 size (void) const { return IVec2(w, h); } in size()
150 int x;
151 int y;
152 int w;
153 int h;
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp1100 FX_RECT Rect = m_pGRD->GetReplaceRect(); in parseGenericRegion() local
1133 FX_RECT Rect = m_pGRD->GetReplaceRect(); in parseGenericRegion() local
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py85 Rect = Rect_ptr = OpaqueType("Rect", "PyMac_BuildRect", "PyMac_GetRect") variable
/external/libchrome/ui/gfx/geometry/mojo/
Dgeometry_struct_traits_unittest.cc124 TEST_F(GeometryStructTraitsTest, Rect) { in TEST_F() argument
/external/skqp/experimental/pvg/
Ddraw_msg.proto22 message Rect { message
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_unittest.cc97 TEST_F(StructTest, Rect) { in TEST_F() argument
/external/skia/experimental/pvg/
Ddraw_msg.proto22 message Rect { message
/external/swiftshader/src/Device/
DSurface.hpp49 typedef RectT<int> Rect; typedef
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto376 message Rect { message

12