Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DLinearGradient.java14 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient()
21 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient()
26 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient()
33 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient()
38 private static native long nMakeLinear(float x0, float y0, float x1, float y1, in nMakeLinear()
DTwoPointConicalGradient.java14 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
21 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
27 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
34 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient()
41 float x1, float y1, float r1, in nMakeTwoPointConical()
DPathBuilder.java26 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo()
29 public void conicTo(float x1, float y1, float x2, float y2, float w) { in conicTo()
32 public void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo()
71 … private static native void nQuadTo(long mNativeInstance, float x1, float y1, float x2, float y2); in nQuadTo()
72 …private static native void nConicTo(long mNativeInstance, float x1, float y1, float x2, float y2, … in nConicTo()
73 …private static native void nCubicTo(long mNativeInstance, float x1, float y1, float x2, float y2, … in nCubicTo()
/third_party/typescript/tests/cases/compiler/
DderivedInterfaceCallSignature.ts17 y1(): (data: any, index?: number) => number; method
18 y1(y: number): D3SvgArea; method
19 y1(y: (data: any, index?: number) => number): D3SvgArea; method
DaugmentedTypesFunction.ts2 function y1() { } // error function
3 var y1 = 1; // error variable
DmoduleAugmentationDisallowedExtensions.ts16 …let {x1, y1, z0: {n}, z1: {arr: [el1, el2, el3]}}: {x1: number, y1: string, z0: {n: number}, z1: {… variable
DshorthandPropertyAssignmentsInDestructuring_ES6.ts72 let y1: string; variable
77 let y1: string; variable
DshorthandPropertyAssignmentsInDestructuring.ts72 let y1: string; variable
77 let y1: string; variable
/third_party/boost/libs/utility/test/
Doperators_test.cpp309 void sanity_check(X1 x1, Y1 y1, X2 x2, Y2 y2) in sanity_check()
316 void test_less_than_comparable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_less_than_comparable_aux()
325 void test_less_than_comparable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_less_than_comparable()
333 void test_equality_comparable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_equality_comparable_aux()
340 void test_equality_comparable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_equality_comparable()
348 void test_multipliable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_multipliable_aux()
354 void test_multipliable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_multipliable()
371 void test_addable_aux(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_addable_aux()
377 void test_addable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_addable()
385 void test_subtractable(X1 x1, Y1 y1, X2 x2, Y2 y2) in test_subtractable()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_drawline.c31 SDL_DrawLine1(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine1()
59 SDL_DrawLine2(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine2()
89 SDL_DrawLine4(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine4()
142 SDL_DrawLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color) in SDL_DrawLine()
170 int x1, y1; in SDL_DrawLines() local
DSDL_blendline.c31 SDL_BlendLine_RGB2(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB2()
123 SDL_BlendLine_RGB555(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB555()
214 SDL_BlendLine_RGB565(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB565()
305 SDL_BlendLine_RGB4(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB4()
397 SDL_BlendLine_RGBA4(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGBA4()
489 SDL_BlendLine_RGB888(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_RGB888()
580 SDL_BlendLine_ARGB8888(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine_ARGB8888()
708 SDL_BlendLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, in SDL_BlendLine()
737 int x1, y1; in SDL_BlendLines() local
/third_party/flutter/skia/experimental/svg/model/
DSkSVGLinearGradient.cpp19 void SkSVGLinearGradient::setY1(const SkSVGLength& y1) { in setY1()
39 if (const auto* y1 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
64 const auto y1 = lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical); in onMakeShader() local
/third_party/skia/include/core/
DSkPathBuilder.h45 SkPathBuilder& quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo()
51 SkPathBuilder& conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w) { in conicTo()
59 …SkPathBuilder& cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y… in cubicTo()
79 SkPathBuilder& rQuadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in rQuadTo()
83 SkPathBuilder& rConicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w) { in rConicTo()
87 …SkPathBuilder& rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar … in rCubicTo()
/third_party/typescript/tests/baselines/reference/
DtsxStatelessFunctionComponentOverload4.js29 declare function TestingOptional(a: {y1?: string, y2?: number}): JSX.Element; field
30 declare function TestingOptional(a: {y1?: string, y2?: number, children: JSX.Element}): JSX.Element; field
31 declare function TestingOptional(a: {y1: boolean, y2?: number, y3: boolean}): JSX.Element; property
DimplicitAnyDeclareVariablesWithoutTypeAndInit.js13 var x1: any; var y1 = new x1; variable
26 var y1 = new x1; variable
DtsxStatelessFunctionComponentOverload1.js18 declare function TestingOneThing({y1: string}): JSX.Element; property
31 declare function TestingOptional(a: {y1?: string, y2?: number}): JSX.Element; field
32 declare function TestingOptional(a: {y1: boolean, y2?: number, y3: boolean}): JSX.Element; property
DanyAndUnknownHaveFalsyComponents.js3 const y1 = x1 && 3; constant
43 var y1 = x1 && 3; variable
Dm7Bugs.js23 var y1: C1 = new C2(); variable
59 var y1 = new C2(); variable
DcommonTypeIntersection.js3 let y1: { __typename?: 'TypeOne' } & { a: boolean} = x1; // should error here variable
/third_party/alsa-utils/alsamixer/
Dmixer_clickable.c20 void clickable_set(int y1, int x1, int y2, int x2, command_enum command, int arg1) { in clickable_set()
67 void clickable_set_relative(WINDOW *win, int y1, int x1, int y2, int x2, command_enum command, int … in clickable_set_relative()
77 void clickable_clear(int y1, int x1, int y2, int x2) { in clickable_clear()
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardOfFormTypeOfNumber.ts45 let y1: {} = strOrBool; // {} variable
80 let y1: string | boolean = strOrBool; // string | boolean variable
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dpaint.c34 gint x0, gint y0, gint c0, gint x1, gint y1, gint c1) in gst_smpte_paint_vbox()
57 gint x0, gint y0, gint c0, gint x1, gint y1, gint c1) in gst_smpte_paint_hbox()
131 #define PREPARE_3D_LINE(x0,y0,z0,x1,y1,z1,dxabs,dyabs,dzabs,sdx,sdy,sdz,xr,yr,zr,px,py,pz)\ argument
154 gint x1, gint y1, gint c1, gint x2, gint y2, gint c2) in gst_smpte_paint_triangle_linear()
218 gint x0, gint y0, gint x1, gint y1, guint32 col) in draw_bresenham_line()
262 gint x1, gint y1, gint c1, gint x2, gint y2, gint c2) in gst_smpte_paint_triangle_clock()
312 gint x1, gint y1, gint c1, gint x2, gint y2, gint c2) in gst_smpte_paint_box_clock()
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_compare.py82 def get_less_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
92 def get_greater_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
102 def get_less_equal_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
112 def get_greater_equal_net_output(x0, y0, x1, y1, x2, y2, x3, y3, enable_graph_kernel=False): argument
/third_party/boost/boost/math/interpolators/detail/
Dquintic_hermite_detail.hpp86 Real y1 = y_[i+1]; in operator ()() local
129 Real y1 = y_[i+1]; in prime() local
165 Real y1 = y_[i+1]; in double_prime() local
276 Real y1 = y_[i+1]; in unchecked_evaluation() local
323 Real y1 = y_[i+1]; in unchecked_prime() local
367 Real y1 = y_[i+1]; in unchecked_double_prime() local
462 Real y1 = data_[i+1][0]; in unchecked_evaluation() local
506 Real y1 = data_[i+1][0]; in unchecked_prime() local
550 Real y1 = data_[i+1][0]; in unchecked_double_prime() local
/third_party/typescript/tests/cases/fourslash/
DmemberListInsideObjectLiterals.ts28 const y1 = { name: "y1", text: "(property) MyPoint.y1: number" }; constant

12345678910>>...27