/third_party/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.h | 40 struct Rect { struct 41 float x; 42 float y; 43 float width; 44 float height;
|
/third_party/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 20 typedef struct Rect { struct 23 } Rect; argument
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitExpandoWithGenericConstraint.ts | 7 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/ |
D | declarationEmitExpandoWithGenericConstraint.js | 13 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/ |
D | Rect.h | 30 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
|
D | Transform_graphite.h | 15 class Rect; variable
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_bad_pixels.h | 152 const dng_rect & Rect (uint32 index) const in Rect() function
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 117 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/ |
D | browser_platform_delegate.h | 55 class Rect; variable
|
/third_party/skia/modules/sksg/src/ |
D | SkSGRect.cpp | 16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGRect.cpp | 16 Rect::Rect(const SkRect& rect) : fRect(rect) {} in Rect() function in sksg::Rect
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/ |
D | AccessibilityExtensionContext.js | 23 const Rect = { variable
|
/third_party/flutter/skia/tests/ |
D | RectTest.cpp | 89 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_display.js | 34 const Rect = { variable
|
D | ohos_uitest.js | 52 export const Rect = { variable 485 Rect: Rect, property
|
D | ohos_window.js | 85 export const Rect = { variable 886 Rect, property
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 144 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/ |
D | RectTest.cpp | 91 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
|
/third_party/skia/experimental/pvg/ |
D | draw_msg.proto | 22 message Rect { message
|
/third_party/flutter/skia/experimental/pvg/ |
D | draw_msg.proto | 22 message Rect { message
|
/third_party/skia/src/gpu/ |
D | GrFragmentProcessor.cpp | 605 std::unique_ptr<GrFragmentProcessor> GrFragmentProcessor::Rect( in Rect() function in GrFragmentProcessor
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Surface.hpp | 48 typedef RectT<int> Rect; typedef
|
/third_party/python/Lib/test/ |
D | test_pydoc.py | 1231 class Rect: class
|
/third_party/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 788 message Rect { message
|
/third_party/spirv-headers/include/spirv/1.0/ |
D | spirv.cs | 149 Rect = 4, enumerator
|