Home
last modified time | relevance | path

Searched refs:xy0 (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/compute/sk/
DSkDevice_Compute.cpp314 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 …]
DSkDevice_Compute.h127 void line_stroked_butt(SkPoint xy0, SkPoint xy1, SkScalar radius);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp3-0x.cpp21 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/
Dpitch_neon_intr.c143 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/
Dcoalescing-hvx-across-calls.ll11 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/
Dp3-0x.cpp51 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/
Dtile.h481 union skc_tile_coord xy0; // lower left member