Home
last modified time | relevance | path

Searched defs:Rectangle (Results 1 – 25 of 251) sorted by relevance

1234567891011

/aosp_15_r20/prebuilts/go/linux-x86/src/image/
Dgeom.go88 type Rectangle struct { struct
89 Min, Max Point
93 func (r Rectangle) String() string {
98 func (r Rectangle) Dx() int {
103 func (r Rectangle) Dy() int {
108 func (r Rectangle) Size() Point {
116 func (r Rectangle) Add(p Point) Rectangle {
124 func (r Rectangle) Sub(p Point) Rectangle {
134 func (r Rectangle) Inset(n int) Rectangle {
154 func (r Rectangle) Intersect(s Rectangle) Rectangle {
[all …]
Dimage.go93 func pixelBufferLength(bytesPerPixel int, r Rectangle, imageTypeName string) int {
227 func NewRGBA(r Rectangle) *RGBA {
344 func NewRGBA64(r Rectangle) *RGBA64 {
471 func NewNRGBA(r Rectangle) *NRGBA {
615 func NewNRGBA64(r Rectangle) *NRGBA64 {
723 func NewAlpha(r Rectangle) *Alpha {
834 func NewAlpha16(r Rectangle) *Alpha16 {
931 func NewGray(r Rectangle) *Gray {
1031 func NewGray16(r Rectangle) *Gray16 {
1140 func NewCMYK(r Rectangle) *CMYK {
[all …]
Dycbcr.go147 func yCbCrSize(r Rectangle, subsampleRatio YCbCrSubsampleRatio) (w, h, cw, ch int) {
175 func NewYCbCr(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr {
299 func NewNYCbCrA(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA {
Dycbcr_test.go61 func testYCbCr(t *testing.T, r Rectangle, subsampleRatio YCbCrSubsampleRatio, delta Point) {
/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/
Ddraw.go55 func (op Op) Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) {
63 Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point)
83 func clip(dst Image, r *image.Rectangle, src image.Image, sp *image.Point, mask image.Image, mp *im…
103 func processBackward(dst image.Image, r image.Rectangle, src image.Image, sp image.Point) bool {
110 func Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op) {
116 func DrawMask(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp i…
389 func drawFillOver(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint32) {
411 func drawFillSrc(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint32) {
435 func drawCopyOver(dst *image.RGBA, r image.Rectangle, src *image.RGBA, sp image.Point) {
484 dstPix []byte, dstStride int, r image.Rectangle,
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dbasic_shapes.rs135 pub struct Rectangle<Coord> { struct
141 impl<Coord> Rectangle<Coord> { argument
165 impl<'a, Coord> PointCollection<'a, Coord> for &'a Rectangle<Coord> { implementation
173 impl<Coord, DB: DrawingBackend> Drawable<DB> for Rectangle<Coord> { implementation
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java26 public class Rectangle extends Quad { class
28 public Rectangle() { in Rectangle() method in Rectangle
31 public Rectangle(float x, float y, float width, float height) { in Rectangle() method in Rectangle
38 public Rectangle(Point origin, Point size) { in Rectangle() method in Rectangle
56 private Rectangle(Point p0, Point p1, Point p2, Point p3) { in Rectangle() method in Rectangle
/aosp_15_r20/external/clang/test/FixIt/
H A Dtypo.c11 struct Rectangle { struct
19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument
37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp540 struct Rectangle struct
542Rectangle(GLint x_, GLint y_, GLint width_, GLint height_) : x(x_), y(y_), width(width_), height(h… in Rectangle() function
545 GLint x;
546 GLint y;
547 GLint width;
548 GLint height;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp75 struct Rectangle struct
77 Vec3 xyz; // Before viewport transformation
78 int32_t r8g8b8; // (8-bit) red << 16 | green << 8 | blue
79 Vec2 widthHeight; // positive; before viewport transformation
80 int32_t viewportIndex;
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp999 struct Rectangle struct
1001Rectangle(int x_, int y_, int width_, int height_) : x(x_), y(y_), width(width_), height(height_) in Rectangle() function
1004 int x;
1005 int y;
1006 int width;
1007 int height;
/aosp_15_r20/external/angle/src/libANGLE/
H A DBlendStateExt_unittest.cpp313 TEST(Rectangle, Clip) in TEST() argument
373 TEST(Rectangle, Combine) in TEST() argument
411 TEST(Rectangle, Extend) in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dsample_distorted_bounding_box_op.cc36 class Rectangle { class
38 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function in tensorflow::__anon2b7672ba0111::Rectangle
39 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anon2b7672ba0111::Rectangle
/aosp_15_r20/libcore/luni/src/main/java/libcore/internal/
H A DJava21LanguageFeatures.java55 public static class Rectangle extends Shape { class
59 public Rectangle(int length, int width) { in Rectangle() method in Rectangle
H A DJava17LanguageFeatures.java65 public static class Rectangle extends Shape { class in Java17LanguageFeatures
69 public Rectangle(int length, int width) { in Rectangle() method in Java17LanguageFeatures.Rectangle
/aosp_15_r20/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp143 class Rectangle { class
145 Rectangle() : format(defaultFormat), transform(defaultTransform), in Rectangle() function in Rectangle
/aosp_15_r20/external/grpc-grpc/examples/ruby/lib/
H A Droute_guide_pb.rb33Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Rectangle").msgclass constant
/aosp_15_r20/prebuilts/go/linux-x86/src/image/internal/imageutil/
Dimpl.go16 func DrawYCbCr(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool) {
/aosp_15_r20/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/
H A D_rectangle.py13 class Rectangle(object): class
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h428 struct Rectangle struct
430 uint16_t x; /**< Top-left x coordinate */
431 uint16_t y; /**< Top-left y coordinate */
432 uint16_t width; /**< Width of the rectangle */
433 uint16_t height; /**< Height of the rectangle */
/aosp_15_r20/external/grpc-grpc/examples/php/route_guide/Routeguide/
H A DRectangle.php17 class Rectangle extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/moshi/examples/src/main/java/com/squareup/moshi/recipes/
H A DCustomQualifier.java48 static class Rectangle { class in CustomQualifier
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dgeometry.py39 class Rectangle( class
/aosp_15_r20/external/grpc-grpc/examples/python/route_guide/
H A Dasyncio_route_guide_server.py80 self, request: route_guide_pb2.Rectangle, unused_context
/aosp_15_r20/external/grpc-grpc/examples/protos/
H A Droute_guide.proto66 message Rectangle { message

1234567891011