Home
last modified time | relevance | path

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

1234

/external/rust/android-crates-io/crates/taffy/src/
Dstyle_helpers.rs128 impl<T: TaffyZero> TaffyZero for Rect<T> { implementation
131 impl<T: TaffyZero> Rect<T> { impl
182 impl<T: TaffyAuto> TaffyAuto for Rect<T> { implementation
185 impl<T: TaffyAuto> Rect<T> { implementation
236 impl<T: TaffyMinContent> TaffyMinContent for Rect<T> { implementation
240 impl<T: TaffyMinContent> Rect<T> { implementation
291 impl<T: TaffyMaxContent> TaffyMaxContent for Rect<T> { implementation
295 impl<T: TaffyMaxContent> Rect<T> { implementation
350 impl<T: TaffyFitContent> TaffyFitContent for Rect<T> { implementation
360 impl<T: TaffyFitContent> Rect<T> { implementation
[all …]
Dgeometry.rs41 impl<T: Add> Rect<T> { implementation
107 pub struct Rect<T> { struct
128 impl<U, T: Add<U>> Add<Rect<U>> for Rect<T> { argument
141 impl<T> Rect<T> { implementation
182 impl<T, U> Rect<T> implementation
244 impl<T> Rect<T> implementation
289 impl Rect<f32> { implementation
/external/libffi/testsuite/libffi.call/
Dpyobjc-tc.c20 typedef struct Rect { struct
23 } Rect; argument
/external/rust/crates/v4l2r/lib/src/
Dlib.rs390 pub struct Rect { struct
397 impl Rect { argument
398 pub fn new(left: i32, top: i32, width: u32, height: u32) -> Rect { in new()
408 impl From<bindings::v4l2_rect> for Rect { implementation
419 impl From<bindings::v4l2_selection> for Rect { implementation
436 impl Display for Rect { implementation
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/replacements/
DRect.java29 public final class Rect { class
41 public Rect(int left, int top, int right, int bottom) { in Rect() method in Rect
49 public Rect(RectProto rectProto) { in Rect() method in Rect
/external/crosvm/gpu_display/src/gpu_display_win/
Dmath_util.rs19 pub type Rect = euclid::Rect<i32, HostWindowSpace>; typedef
104 impl RectExtension for Rect { implementation
117 fn to_rect(&self) -> Rect; in to_rect()
122 fn to_rect(&self) -> Rect { in to_rect()
Dwindow.rs404 pub fn get_window_rect(&self) -> Result<Rect> { in get_window_rect()
423 pub fn get_client_rect(&self) -> Result<Rect> { in get_client_rect()
508 pub fn set_pos(&self, window_rect: &Rect, flags: u32) -> Result<()> { in set_pos()
662 client_rect: &Rect, in get_adjusted_window_rect()
665 ) -> 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
/external/skia/src/gpu/graphite/geom/
DRect.h36 AI Rect(float l, float t, float r, float b) : fVals(NegateBotRight({l,t,r,b})) {} in Rect() function
37 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect() function
38 AI Rect(const SkRect& r) : fVals(NegateBotRight(float4::Load(r.asScalars()))) {} in Rect() function
174 AI Rect(float4 vals) : fVals(vals) {} // vals.zw must already be negated. in Rect() function
DTransform.h20 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/android-crates-io/crates/virtio-drivers/src/device/
Dgpu.rs212 fn set_scanout(&mut self, rect: Rect, scanout_id: u32, resource_id: u32) -> Result { in set_scanout()
222 fn resource_flush(&mut self, rect: Rect, resource_id: u32) -> Result { in resource_flush()
232 fn transfer_to_host_2d(&mut self, rect: Rect, offset: u64, resource_id: u32) -> Result { in transfer_to_host_2d()
403 struct Rect { struct
414 rect: Rect, argument
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/
Dgpu.rs212 fn set_scanout(&mut self, rect: Rect, scanout_id: u32, resource_id: u32) -> Result { in set_scanout()
222 fn resource_flush(&mut self, rect: Rect, resource_id: u32) -> Result { in resource_flush()
232 fn transfer_to_host_2d(&mut self, rect: Rect, offset: u64, resource_id: u32) -> Result { in transfer_to_host_2d()
403 struct Rect { struct
414 rect: Rect, argument
/external/rust/android-crates-io/crates/plotters/src/drawing/
Darea.rs20 pub struct Rect { struct
27 impl Rect { argument
/external/skia/src/text/gpu/
DVertexFiller.h37 class Rect; variable
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp119 struct Rect struct
121 Rect(int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) in Rect() argument
124 IVec2 pos(void) const in pos()
128 IVec2 size(void) const in size()
133 int x;
134 int y;
135 int w;
136 int h;
/external/dng_sdk/source/
Ddng_bad_pixels.h152 const dng_rect & Rect (uint32 index) const in Rect() function
/external/skia/src/gpu/graphite/render/
DGraphiteVertexFiller.cpp58 using Rect = skgpu::graphite::Rect; typedef
/external/skia/modules/sksg/src/
DSkSGRect.cpp20 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
/external/skia/src/gpu/graphite/
DPathAtlas.h24 class Rect; variable
/external/rust/android-crates-io/crates/taffy/src/util/
Dresolve.rs111 impl<In: Copy, Out: TaffyZero, T: ResolveOrZero<In, Out>> ResolveOrZero<Size<In>, Rect<Out>> for Re… implementation
124 impl<Out: TaffyZero, T: ResolveOrZero<Option<f32>, Out>> ResolveOrZero<Option<f32>, Rect<Out>> for … implementation
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp146 struct Rect struct
148 Rect(int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) in Rect() function
151 IVec2 pos(void) const in pos()
155 IVec2 size(void) const in size()
160 int x;
161 int y;
162 int w;
163 int h;
/external/rust/android-crates-io/crates/taffy/src/style/
Ddimension.rs161 impl Rect<Dimension> { impl

1234