/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsLine.cpp | 31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument 81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH() 93 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH() 116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() 128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsLine.cpp | 31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument 81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH() 93 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH() 116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() 128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionAsWeakTypeSource.js | 7 const xy: XY = {x: 'x', y: 10}; variable 23 var xy = { x: 'x', y: 10 }; variable
|
D | narrowingByTypeofInSwitch.js | 525 function multipleGeneric(xy) { argument 532 function multipleGenericFuse(xy) { argument 539 function multipleGenericExhaustive(xy) { argument 744 function multipleGenericFuseWithBoth(xy) { argument
|
D | contextualTypeShouldBeLiteral.js | 61 let xy: X3 | Y3 = { variable 146 var xy = { variable
|
/third_party/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 76 uint32_t xy[], int count, int x, int y) { in nofilter_scale() 122 uint32_t xy[], int count, int x, int y) { in nofilter_affine() 167 uint32_t xy[], int count, int x, int y) { in filter_scale() 204 uint32_t xy[], int count, int x, int y) { in filter_affine() 319 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans() 371 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans() 408 uint32_t xy[], int count, int x, int y) { in mirrorx_nofilter_trans()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegutils.c | 132 int xy = (mb_x * 2 + (i & 1) + in ff_print_debug_info2() local 142 … int xy = (mb_x * 2 + (mb_y * 2 + i) * mv_stride) << (mv_sample_log2 - 1); in ff_print_debug_info2() local 155 int xy = (mb_x * 2 + i + mb_y * 2 * mv_stride) << (mv_sample_log2 - 1); in ff_print_debug_info2() local 167 int xy = (mb_x + mb_y * mv_stride) << mv_sample_log2; in ff_print_debug_info2() local
|
D | h261.c | 35 int x, y, xy, yz; in h261_loop_filter() local
|
D | h263.c | 58 const int xy = s->block_index[0]; in ff_h263_update_motion_val() local 151 const int xy = s->mb_y * s->mb_stride + s->mb_x; in ff_h263_loop_filter() local
|
D | ituh263dec.c | 342 const int xy= s->mb_x + 1 + s->mb_y * s->mb_stride; in preview_obmc() local 633 int xy = s->block_index[i]; in set_one_direct_mv() local 701 const int xy= s->mb_x + s->mb_y * s->mb_stride; in ff_h263_decode_mb() local
|
/third_party/skia/src/opts/ |
D | SkBitmapProcState_opts.h | 43 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 175 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 314 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 446 int xy = x * y; in filter_and_scale_by_alpha() local 476 const uint32_t* xy, int count, SkPMColor* colors) { in S32_alpha_D32_filter_DX() 505 const uint32_t* xy, int count, SkPMColor* colors) { in S32_alpha_D32_filter_DXDY()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_packing.c | 68 nir_ssa_def *xy = nir_pack_32_2x16_split(b, nir_channel(b, src, 0), in lower_pack_64_from_16() local 80 nir_ssa_def *xy = nir_unpack_64_2x32_split_x(b, src); in lower_unpack_64_to_16() local
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/initial-build/ |
D | with-only-dts-files.js | 85 export const x = 10;export const xy = 100; constant
|
/third_party/flutter/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 83 uint32_t xy[], int count, int x, int y) { in nofilter_scale() 142 uint32_t xy[], int count, int x, int y) { in filter_scale() 404 uint32_t xy[], int count, int x, int y) { in nofilter_scale_neon() 486 uint32_t xy[], int count, int x, int y) { in filter_scale_neon() 647 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans() 698 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans() 734 uint32_t xy[], int count, int x, int y) { in mirrorx_nofilter_trans()
|
/third_party/skia/experimental/sktext/editor/ |
D | Selection.cpp | 17 void Selection::paint(SkCanvas* canvas, SkPoint xy) { in paint()
|
D | Cursor.h | 26 void place(SkPoint xy, SkSize size) { in place()
|
/third_party/flutter/skia/src/opts/ |
D | SkBitmapProcState_opts.h | 99 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 190 const uint32_t* xy, int count, uint32_t* colors) { in S32_alpha_D32_filter_DX() 311 int xy = x * y; in filter_and_scale_by_alpha() local 341 const uint32_t* xy, int count, SkPMColor* colors) { in S32_alpha_D32_filter_DX()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_temperature.h | 58 dng_temperature (const dng_xy_coord &xy) in dng_temperature()
|
/third_party/musl/src/math/ |
D | fmaf.c | 42 double xy, result; in fmaf() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmaf.c | 42 double xy, result; in fmaf() local
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionAsWeakTypeSource.ts | 6 const xy: XY = {x: 'x', y: 10}; constant
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/this_type_references/ |
D | this_type_references_1.ts | 31 xy() { method in myClass
|
/third_party/skia/docs/examples/ |
D | picture_shader.cpp | 6 const char* s, const SkFont& font, SkColor color, SkPoint xy, SkCanvas* c) { in draw_centered()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrPathUtils.h | 79 const SkPoint* xy = reinterpret_cast<const SkPoint*>(xyPtr); in apply() local
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLCPP.h | 43 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2()
|