Searched refs:xy0 (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.cpp | 314 SkPoint xy0; in path_add() local 327 xy0 = pts[0]; in path_add() 356 err = skc_path_line_to(fPB,xy0.x(),xy0.y()); in path_add() 549 SkDevice_Compute::line_stroked_butt(SkPoint const xy0, in line_stroked_butt() argument 553 float const dx = xy1.fX - xy0.fX; in line_stroked_butt() 554 float const dy = xy1.fY - xy0.fY; in line_stroked_butt() 569 err = skc_path_move_to(fPB,xy0.fX-rx,xy0.fY+ry); in line_stroked_butt() 572 err = skc_path_line_to(fPB,xy0.fX+rx,xy0.fY-ry); in line_stroked_butt() 573 err = skc_path_line_to(fPB,xy0.fX-rx,xy0.fY+ry); in line_stroked_butt() 660 SkPoint xy0 = points[0]; in drawPoints() local [all …]
|
D | SkDevice_Compute.h | 127 void line_stroked_butt(SkPoint xy0, SkPoint xy1, SkScalar radius);
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p3-0x.cpp | 21 X<Y> xy0 = f0(prvalue<Y>()); in test_f0() local 33 X<Y> xy0 = f1(prvalue<Y>()); in test_f1() local
|
/external/libopus/celt/arm/ |
D | pitch_neon_intr.c | 143 opus_val32 xy, xy0 = 0, xy1 = 0, xy2 = 0, xy3 = 0; in celt_inner_prod_neon_float_c_simulation() local 145 xy0 = MAC16_16(xy0, x[i + 0], y[i + 0]); in celt_inner_prod_neon_float_c_simulation() 150 xy0 += xy2; in celt_inner_prod_neon_float_c_simulation() 152 xy = xy0 + xy1; in celt_inner_prod_neon_float_c_simulation()
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | coalescing-hvx-across-calls.ll | 11 define inreg <64 x i32> @danny(%struct.descr* %desc, i32 %xy0, i32 %xy1) #0 { 13 %call = tail call inreg <32 x i32> @sammy(%struct.descr* %desc, i32 %xy0) #3
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p3-0x.cpp | 51 X<Y> xy0 = f0(prvalue<Y>()); in test_f0() local 63 X<Y> xy0 = f1(prvalue<Y>()); in test_f1() local
|
/external/skqp/src/compute/skc/ |
D | tile.h | 481 union skc_tile_coord xy0; // lower left member
|