Home
last modified time | relevance | path

Searched defs:y0 (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/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()
40 private static native long nMakeTwoPointConical(float x0, float y0, float r0, in nMakeTwoPointConical()
/third_party/typescript/tests/cases/compiler/
DderivedInterfaceCallSignature.ts14 y0(): (data: any, index?: number) => number; method
15 y0(y: number): D3SvgArea; method
16 y0(y: (data: any, index?: number) => number): D3SvgArea; method
DshorthandPropertyAssignmentsInDestructuring_ES6.ts62 let y0: number; variable
67 let y0: number; variable
DshorthandPropertyAssignmentsInDestructuring.ts62 let y0: number; variable
67 let y0: number; 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
153 gint x0, gint y0, gint c0, in gst_smpte_paint_triangle_linear()
218 gint x0, gint y0, gint x1, gint y1, guint32 col) in draw_bresenham_line()
261 gint x0, gint y0, gint c0, in gst_smpte_paint_triangle_clock()
311 gint x0, gint y0, gint c0, in gst_smpte_paint_box_clock()
/third_party/python/Modules/_decimal/libmpdec/
Dbench.c58 color_point(mpd_t *x0, mpd_t *y0, long maxiter, mpd_context_t *ctx) in color_point()
102 mpd_t *x0, *y0; in main() local
Dbench_full.c65 color_point(const mpd_t *x0, const mpd_t *y0, const long maxiter, mpd_context_t *ctx) in color_point()
117 mpd_t *x0, *y0; in main() local
/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/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c251 uint32_t y0, uint32_t y1, in linear_to_xtiled()
293 uint32_t y0, uint32_t y3, in linear_to_ytiled()
415 uint32_t y0, uint32_t y1, in xtiled_to_linear()
457 uint32_t y0, uint32_t y3, in ytiled_to_linear()
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()
878 uint32_t y0 = MAX2(yt1, yt); in linear_to_tiled() local
978 uint32_t y0 = MAX2(yt1, yt); in tiled_to_linear() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_1d_table.cpp88 real64 y0 = fTable [lower]; in SubDivide() local
161 real64 y0 = fTable [0]; in Expand16() local
/third_party/flutter/skia/src/core/
DSkEdge.cpp38 SkFDot6 x0, y0, x1, y1; in setLine() local
94 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine()
182 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadraticWithoutUpdate() local
352 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubicWithoutUpdate() local
DSkAnalyticEdge.cpp235 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fY, accuracy)) >> accuracy); in setLine() local
241 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p0.fY * multiplier)) >> accuracy); in setLine() local
283 bool SkAnalyticEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1, SkFixed slope) { in updateLine()
/third_party/skia/src/core/
DSkEdge.cpp38 SkFDot6 x0, y0, x1, y1; in setLine() local
94 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine()
182 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadraticWithoutUpdate() local
352 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubicWithoutUpdate() local
DSkAnalyticEdge.cpp235 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarRoundToFDot6(p0.fY, accuracy)) >> accuracy); in setLine() local
241 SkFixed y0 = SnapY(SkFDot6ToFixed(SkScalarToFDot6(p0.fY * multiplier)) >> accuracy); in setLine() local
283 bool SkAnalyticEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1, SkFixed slope) { in updateLine()
/third_party/typescript/tests/baselines/reference/
DintersectionOfUnionOfUnitTypes.js13 let y0: (0 | 1 | 2) & (0 | 1 | 2); // 0 | 1 | 2 variable
36 var y0; // 0 | 1 | 2 variable
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c422 gint x, y, y0, y1, w, c; in fill_frame_packed8_4() local
466 gint x, y, y0, y1, w, c; in fill_frame_packed16_4() local
511 gint x, y, y0, y1, w, c; in fill_frame_packed8_3() local
547 gint x, y, y0, y1, w, c; in fill_frame_packed16_3() local
589 gint x, y, y0, y1, w, c; in fill_frame_packed8_2() local
629 gint x, y, y0, y1, w, c; in fill_frame_packed16_2() local
672 gint x, y, y0, y1, w; in fill_frame_planar8_1() local
700 gint x, y, y0, y1, w; in fill_frame_planar16_1() local
732 gint c, x, y, y0, y1, w; in fill_frame_planar8_3() local
763 gint c, x, y, y0, y1, w; in fill_frame_planar16_3() local
[all …]
/third_party/mesa3d/src/intel/blorp/
Dblorp_clear.c306 unsigned *x0, unsigned *y0, in get_fast_clear_rect()
452 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) in blorp_fast_clear()
515 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear()
710 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear_stencil_as_rgba()
815 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear_depth_stencil()
907 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) in blorp_can_hiz_clear_depth()
986 uint32_t x0, uint32_t y0, in blorp_can_clear_full_surface()
1011 uint32_t x0, uint32_t y0, in blorp_hiz_clear_depth_stencil()
1075 uint32_t x0, uint32_t y0, in blorp_gfx8_hiz_clear_attachments()
1115 uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, in blorp_clear_attachments()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c123 float y0 = info->v0[0][1] - setup->pixel_offset; in texcoord_coef() local
139 float y0 = info->v0[0][1] - setup->pixel_offset; in texcoord_coef() local
379 int x0, y0; in try_setup_point() local
412 const int y0 = subpixel_snap(v0[0][1]) - adj; in try_setup_point() local
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h50 int y0, y1, wy; in S32_alpha_D32_filter_DX() local
237 int y0, y1, wy; in S32_alpha_D32_filter_DX() local
320 int y0, y1, wy; in S32_alpha_D32_filter_DX() local
482 int y0, y1, wy; in S32_alpha_D32_filter_DX() local
515 int y0, y1, wy, in S32_alpha_D32_filter_DXDY() local
/third_party/cmsis/CMSIS/DSP/Source/InterpolationFunctions/
Darm_linear_interp_q15.c59 q15_t y0, y1; /* Nearest output values */ in arm_linear_interp_q15() local
Darm_linear_interp_q7.c59 q7_t y0, y1; /* Nearest output values */ in arm_linear_interp_q7() local
Darm_linear_interp_q31.c60 q31_t y0, y1; /* Nearest output values */ in arm_linear_interp_q31() local
Darm_linear_interp_f32.c85 float32_t y0, y1; /* Nearest output values */ in arm_linear_interp_f32() local
/third_party/typescript/tests/cases/fourslash/
DfindAllRefsDestructureGetter.ts11 const [x0Def, x0, y0Def, y0, xy1Def, x1, y1, x2, y2] = test.ranges(); constant

12345678910>>...13