/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/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 20 typedef struct Rect { struct 23 } Rect; typedef
|
/external/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 20 typedef struct Rect { struct 23 } Rect; typedef
|
/external/llvm-project/clang/test/SemaCXX/ |
D | c99.cpp | 34 struct Rect { Pt tl, br; }; struct
|
/external/crosvm/devices/src/virtio/video/ |
D | format.rs | 279 pub struct Rect { struct 280 pub left: i32, 281 pub top: i32, 282 pub right: i32, 283 pub bottom: i32,
|
/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 | dip_util.h | 15 class Rect; variable
|
D | rect.cc | 26 Rect::Rect(const RECT& r) in Rect() function in gfx::Rect
|
/external/rust/crates/plotters/src/drawing/ |
D | area.rs | 20 struct Rect { struct 27 impl Rect { impl
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.h | 152 const dng_rect & Rect (uint32 index) const in Rect() function
|
/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/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/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 155 struct Rect { struct 156 Point origin; 157 Size size; 159 Rect() : origin(), size() {} in Rect() argument 161 Rect(const Point &p, const Size &s) : origin(p), size(s) {} in Rect() argument 163 void Clear() { in Clear() 168 void Dump() { in Dump() 173 void Inset(int w, int h) { in Inset() 185 Rect MakeStatusBar() { in MakeStatusBar() 199 Rect MakeMenuBar() { in MakeMenuBar() [all …]
|
/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/skia/tests/ |
D | RectTest.cpp | 89 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
|
/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/skia/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/skqp/experimental/pvg/ |
D | draw_msg.proto | 22 message Rect { message
|
/external/crosvm/devices/src/virtio/video/decoder/ |
D | mod.rs | 304 visible_rect: Rect, in handle_provide_picture_buffers()
|
/external/openscreen/cast/streaming/ |
D | remoting.proto | 127 message Rect { message
|