Home
last modified time | relevance | path

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

1234567891011

/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.ts62 let y0: number; variable
67 let y0: number; variable
DshorthandPropertyAssignmentsInDestructuring_ES6.ts62 let y0: number; variable
67 let y0: number; variable
DconstEnumToStringNoComments.ts13 let y0 = Foo.Y.toString(); variable
DconstEnumToStringWithComments.ts13 let y0 = Foo.Y.toString(); variable
/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
Ddng_spline.h30 real64 y0, in EvaluateSplineSegment()
/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
DconstEnumToStringNoComments.js13 let y0 = Foo.Y.toString(); variable
DconstEnumToStringWithComments.js13 let y0 = Foo.Y.toString(); variable
DconstEnumErrors.js52 var y0 = E2[1]; variable
/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/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/optimized-routines/math/
Dlogf.c30 double_t z, r, r2, y, y0, invc, logc; in logf() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlogf.c29 double_t z, r, r2, y, y0, invc, logc; in logf() local
/third_party/musl/src/math/
Dlogf.c29 double_t z, r, r2, y, y0, invc, logc; in logf() local

1234567891011