Home
last modified time | relevance | path

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

123

/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/libffi/testsuite/libffi.call/
Dpyobjc-tc.c20 typedef struct Rect { struct
23 } Rect; argument
/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/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.h152 const dng_rect & Rect (uint32 index) const in Rect() function
/third_party/vk-gl-cts/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() 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;
/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/jsframework/runtime/main/extend/systemplugin/napi/application/
DAccessibilityExtensionContext.js23 const Rect = { variable
/third_party/flutter/skia/tests/
DRectTest.cpp89 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_display.js34 const Rect = { variable
Dohos_uitest.js52 export const Rect = { variable
485 Rect: Rect, property
Dohos_window.js85 export const Rect = { variable
886 Rect, property
/third_party/vk-gl-cts/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;
/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.py1231 class Rect: class
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto788 message Rect { message
/third_party/spirv-headers/include/spirv/1.0/
Dspirv.cs149 Rect = 4, enumerator

123