Home
last modified time | relevance | path

Searched defs:y2 (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/third_party/typescript/tests/baselines/reference/
DarrayLiteral.js14 var y2: number[] = [1]; variable
15 var y2: number[] = [1, 2]; variable
27 var y2 = [1]; variable
28 var y2 = [1, 2]; variable
29 var y2 = new Array(); variable
DfunctionLiteral.js11 var y2: { <T>(x: T): T; } = <T>(x: T) => x variable
22 var y2 = function (x) { return x; }; function
DinitializersWidened.js11 var y2: undefined; variable
34 var y2; variable
DanyAndUnknownHaveFalsyComponents.js17 const y2 = x2 && 3; constant
49 var y2 = x2 && 3; variable
Dm7Bugs.js24 var y2: C1 = <C1> new C2(); variable
60 var y2 = new C2(); variable
DsuperCallOutsideConstructor.js16 var y2 = function() { function
55 var y2 = function () { function in D.D
DobjectLiteralWidened.js27 var y2 = { variable
55 var y2 = { variable
DcommonTypeIntersection.js5 let y2: { __typename?: 'TypeOne' } & string = x2; // should error here variable
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeLiterals/
DarrayLiteral.ts13 var y2: number[] = [1]; variable
14 var y2: number[] = [1, 2]; variable
15 var y2: number[] = new Array<number>(); variable
/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()
171 int x2, y2; 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()
738 int x2, y2; in SDL_BlendLines() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
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 …static native void nConicTo(long mNativeInstance, float x1, float y1, float x2, float y2, float w); in nConicTo()
73 …ative void nCubicTo(long mNativeInstance, float x1, float y1, float x2, float y2, float x3, float … in nCubicTo()
/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/flutter/skia/experimental/svg/model/
DSkSVGLinearGradient.cpp27 void SkSVGLinearGradient::setY2(const SkSVGLength& y2) { in setY2()
49 if (const auto* y2 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
66 const auto y2 = lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical); in onMakeShader() local
DSkSVGLine.cpp27 void SkSVGLine::setY2(const SkSVGLength& y2) { in setY2()
49 if (const auto* y2 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
/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.ts48 let y2: string | boolean = strOrBool; // string | boolean variable
83 let y2: {} = strOrBool; // {} variable
/third_party/typescript/tests/cases/compiler/
DaugmentedTypesFunction.ts6 function y2() { } // error function
7 function y2() { } // error function
DshorthandPropertyAssignmentsInDestructuring_ES6.ts82 let y2: string, y3: { x: string }; variable
87 let y2: string, y3: { x: string }; variable
DshorthandPropertyAssignmentsInDestructuring.ts82 let y2: string, y3: { x: string }; variable
87 let y2: string, y3: { x: string }; variable
Des6ModuleEnumDeclaration.ts28 var y2 = e4.x; variable
44 var y2 = e6.x; variable
Des6ModuleConstEnumDeclaration2.ts30 var y2 = e4.x; variable
46 var y2 = e6.x; variable
Des6ModuleConstEnumDeclaration.ts28 var y2 = e4.x; variable
44 var y2 = e6.x; variable
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath.cc89 void CanvasPath::quadraticBezierTo(float x1, float y1, float x2, float y2) { in quadraticBezierTo()
96 float y2) { in relativeQuadraticBezierTo()
103 float y2, in cubicTo()
112 float y2, in relativeCubicTo()
118 void CanvasPath::conicTo(float x1, float y1, float x2, float y2, float w) { in conicTo()
125 float y2, in relativeConicTo()
/third_party/ffmpeg/libavcodec/
Dsrtdec.c31 const char *in, int x1, int y1, int x2, int y2) in srt_to_ass()
60 int x1 = -1, y1 = -1, x2 = -1, y2 = -1; in srt_decode_frame() local

12345678910>>...17