Home
last modified time | relevance | path

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

12

/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplustypes.h157 typedef struct Rect { struct
164 Rect(): X(0), Y(0), Width(0), Height(0) {} in Rect() function
165 Rect(const Point& location, const Size& size): in Rect() argument
168 Rect(INT x, INT y, INT width, INT height): in Rect() argument
171 Rect* Clone() const { in Clone() argument
180 BOOL Contains(const Rect& rect) const { in Contains() argument
185 BOOL Equals(const Rect& rect) const { in Equals() argument
192 VOID GetBounds(Rect *rect) const { in GetBounds() argument
200 INT GetLeft() const { in GetLeft()
203 VOID GetLocation(Point *point) const { in GetLocation()
[all …]
/third_party/libffi/testsuite/libffi.call/
Dpyobjc-tc.c20 typedef struct Rect { struct
23 } Rect; argument
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.h40 struct Rect { struct
41 float x;
42 float y;
43 float width;
44 float height;
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitExpandoWithGenericConstraint.ts7 export interface Rect<p extends Point> { interface
13 export const Rect = <p extends Point>(a: p, b: p): Rect<p> => ({ a, b }); constant
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitExpandoWithGenericConstraint.js13 export const Rect = <p extends Point>(a: p, b: p): Rect<p> => ({ a, b }); constant
23 var Rect = function (a, b) { return ({ a: a, b: b }); }; class
/third_party/skia/experimental/graphite/src/geom/
DRect.h30 AI Rect(float l, float t, float r, float b) : fVals(NegateBotRight({l,t,r,b})) {} in Rect() function
31 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect() function
32 AI Rect(const SkRect& r) : fVals(NegateBotRight(float4::Load(r.asScalars()))) {} in Rect() function
148 AI Rect(float4 vals) : fVals(vals) {} // vals.zw must already be negated. in Rect() function
DTransform_graphite.h15 class Rect; variable
/third_party/mingw-w64/mingw-w64-headers/include/
Dd2d1helper.h18 typedef D2D1_RECT_F Rect; typedef
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.h152 const dng_rect & Rect (uint32 index) const in Rect() function
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h55 class Rect; variable
/third_party/skia/modules/sksg/src/
DSkSGRect.cpp16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
/third_party/flutter/skia/modules/sksg/src/
DSkSGRect.cpp16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
/third_party/flutter/skia/tests/
DRectTest.cpp89 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
/third_party/skia/tests/
DRectTest.cpp91 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
/third_party/skia/experimental/pvg/
Ddraw_msg.proto22 message Rect { message
/third_party/flutter/skia/experimental/pvg/
Ddraw_msg.proto22 message Rect { message
/third_party/skia/src/gpu/
DGrFragmentProcessor.cpp605 std::unique_ptr<GrFragmentProcessor> GrFragmentProcessor::Rect( in Rect() function in GrFragmentProcessor
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp48 typedef RectT<int> Rect; typedef
/third_party/python/Lib/test/
Dtest_pydoc.py1229 class Rect: class
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto788 message Rect { message
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs149 Rect = 4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs153 Rect = 4, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.cs153 Rect = 4, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
Dspirv.cs149 Rect = 4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.cs156 Rect = 4, enumerator

12