Home
last modified time | relevance | path

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

123

/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/crosvm/gpu_display/src/gpu_display_win/
Dmath_util.rs18 pub type Rect = euclid::Rect<i32, HostWindowSpace>; typedef
97 impl RectExtension for Rect { implementation
110 fn to_rect(&self) -> Rect; in to_rect()
115 fn to_rect(&self) -> Rect { in to_rect()
Dwindow.rs356 pub fn get_window_rect(&self) -> Result<Rect> { in get_window_rect()
374 pub fn get_client_rect(&self) -> Result<Rect> { in get_client_rect()
435 pub fn set_pos(&self, window_rect: &Rect, flags: u32) -> Result<()> { in set_pos()
567 client_rect: &Rect, in get_adjusted_window_rect()
570 ) -> Result<Rect> { in get_adjusted_window_rect()
/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
Ddip_util.h15 class Rect; variable
Drect.cc26 Rect::Rect(const RECT& r) in Rect() function in gfx::Rect
/external/skia/src/gpu/graphite/geom/
DRect.h32 AI Rect(float l, float t, float r, float b) : fVals(NegateBotRight({l,t,r,b})) {} in Rect() function
33 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect() function
34 AI Rect(const SkRect& r) : fVals(NegateBotRight(float4::Load(r.asScalars()))) {} in Rect() function
152 AI Rect(float4 vals) : fVals(vals) {} // vals.zw must already be negated. in Rect() function
DTransform_graphite.h17 class Rect; variable
/external/crosvm/devices/src/virtio/video/
Dformat.rs318 pub struct Rect { struct
319 pub left: i32,
320 pub top: i32,
321 pub right: i32,
322 pub bottom: i32,
/external/lottie/lottie-compose/src/test/java/com/airbnb/lottie/compose/
DCompositionFixtures.kt4 …const val Rect = "{\"assets\":[],\"layers\":[{\"ddd\":0,\"ind\":0,\"ty\":4,\"nm\":\"Shape Layer 1\… constant
/external/rust/crates/virtio-drivers/src/device/
Dgpu.rs216 fn set_scanout(&mut self, rect: Rect, scanout_id: u32, resource_id: u32) -> Result { in set_scanout()
226 fn resource_flush(&mut self, rect: Rect, resource_id: u32) -> Result { in resource_flush()
236 fn transfer_to_host_2d(&mut self, rect: Rect, offset: u64, resource_id: u32) -> Result { in transfer_to_host_2d()
406 struct Rect { struct
417 rect: Rect, argument
/external/rust/crates/plotters/src/drawing/
Darea.rs20 pub struct Rect { struct
27 impl Rect { argument
/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/dng_sdk/source/
Ddng_bad_pixels.h152 const dng_rect & Rect (uint32 index) const in Rect() function
/external/skia/modules/sksg/src/
DSkSGRect.cpp16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
/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() function
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/rust/crates/plotters/src/element/
Dmod.rs284 rect: &Rect, in map()
/external/skia/tests/
DRectTest.cpp100 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
/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/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_unittest.cc97 TEST_F(StructTest, Rect) { in TEST_F() argument
/external/skia/src/gpu/ganesh/
DGrFragmentProcessor.cpp603 std::unique_ptr<GrFragmentProcessor> GrFragmentProcessor::Rect( in Rect() function in GrFragmentProcessor
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs331 visible_rect: Rect, in handle_provide_picture_buffers()
/external/openscreen/cast/streaming/
Dremoting.proto128 message Rect { message

123