Home
last modified time | relevance | path

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

12345678910>>...24

/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/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/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.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
DSkSVGLine.cpp19 void SkSVGLine::setY1(const SkSVGLength& y1) { in setY1()
39 if (const auto* y1 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
/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
/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/mesa3d/src/util/format/
Du_format_yuv.c496 uint8_t y0, y1, u, v; in util_format_uyvy_unpack_rgba_float() local
544 uint8_t y0, y1, u, v; in util_format_uyvy_unpack_rgba_8unorm() local
591 uint8_t y0, y1, u, v; in util_format_uyvy_pack_rgba_float() local
595 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_float() local
644 uint8_t y0, y1, u, v; in util_format_uyvy_pack_rgba_8unorm() local
648 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_8unorm() local
718 uint8_t y0, y1, u, v; in util_format_yuyv_unpack_rgba_float() local
766 uint8_t y0, y1, u, v; in util_format_yuyv_unpack_rgba_8unorm() local
813 uint8_t y0, y1, u, v; in util_format_yuyv_pack_rgba_float() local
817 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_float() local
[all …]
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath.cc89 void CanvasPath::quadraticBezierTo(float x1, float y1, float x2, float y2) { in quadraticBezierTo()
94 float y1, in relativeQuadraticBezierTo()
101 float y1, in cubicTo()
110 float y1, in relativeCubicTo()
118 void CanvasPath::conicTo(float x1, float y1, float x2, float y2, float w) { in conicTo()
123 float y1, in relativeConicTo()
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c251 uint32_t y0, uint32_t y1, in linear_to_xtiled()
312 uint32_t y1 = MIN2(y3, ALIGN_UP(y0, 4)); in linear_to_ytiled() local
415 uint32_t y0, uint32_t y1, in xtiled_to_linear()
476 uint32_t y1 = MIN2(y3, ALIGN_UP(y0, 4)); in ytiled_to_linear() local
629 uint32_t y0, uint32_t y1, in linear_to_xtiled_faster()
674 uint32_t y0, uint32_t y1, in linear_to_ytiled_faster()
718 uint32_t y0, uint32_t y1, in xtiled_to_linear_faster()
774 uint32_t y0, uint32_t y1, in ytiled_to_linear_faster()
880 uint32_t y1 = MIN2(yt2, yt + th); in linear_to_tiled() local
980 uint32_t y1 = MIN2(yt2, yt + th); in tiled_to_linear() local
/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>>...24