/external/skia/experimental/go-skia/ |
D | types.go | 60 type Rect struct { struct 61 Left float32 62 Top float32 63 Right float32 64 Bottom float32
|
D | ctypes.go | 58 type Rect C.sk_rect_t type
|
/external/skqp/experimental/go-skia/ |
D | types.go | 60 type Rect struct { struct 61 Left float32 62 Top float32 63 Right float32 64 Bottom float32
|
D | ctypes.go | 58 type Rect C.sk_rect_t type
|
/external/libxcam/xcore/interface/ |
D | data_types.h | 34 struct Rect { struct 38 Rect () : pos_x (0), pos_y (0), width (0), height (0) {} in Rect() argument 39 … Rect (int32_t x, int32_t y, int32_t w, int32_t h) : pos_x (x), pos_y (y), width (w), height (h) {} in Rect() function
|
/external/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 20 typedef struct Rect { struct 23 } Rect; typedef
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 20 typedef struct Rect { struct 23 } Rect; argument
|
/external/v4l2_codec2/vda/ |
D | rect.h | 28 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/ |
D | rect.h | 39 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
|
D | rect.cc | 26 Rect::Rect(const RECT& r) in Rect() function in gfx::Rect
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.h | 152 const dng_rect & Rect (uint32 index) const in Rect() function
|
/external/skqp/modules/sksg/src/ |
D | SkSGRect.cpp | 16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
|
/external/skia/modules/sksg/src/ |
D | SkSGRect.cpp | 16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 117 struct Rect struct 119 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect() function 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/ |
D | RectTest.cpp | 89 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
|
/external/skqp/tests/ |
D | RectTest.cpp | 89 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 144 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/ |
D | JBig2_Context.cpp | 1100 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/ |
D | macsupport.py | 85 Rect = Rect_ptr = OpaqueType("Rect", "PyMac_BuildRect", "PyMac_GetRect") variable
|
/external/libchrome/ui/gfx/geometry/mojo/ |
D | geometry_struct_traits_unittest.cc | 124 TEST_F(GeometryStructTraitsTest, Rect) { in TEST_F() argument
|
/external/skqp/experimental/pvg/ |
D | draw_msg.proto | 22 message Rect { message
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | struct_unittest.cc | 97 TEST_F(StructTest, Rect) { in TEST_F() argument
|
/external/skia/experimental/pvg/ |
D | draw_msg.proto | 22 message Rect { message
|
/external/swiftshader/src/Device/ |
D | Surface.hpp | 49 typedef RectT<int> Rect; typedef
|
/external/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 376 message Rect { message
|