Home
last modified time | relevance | path

Searched refs:setY (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/experimental/svg/model/
DSkSVGUse.cpp28 void SkSVGUse::setY(const SkSVGLength& y) { in setY() function in SkSVGUse
46 this->setY(*y); in onSetAttribute()
DSkSVGRect.cpp20 void SkSVGRect::setY(const SkSVGLength& y) { in setY() function in SkSVGRect
49 this->setY(*y); in onSetAttribute()
DSkSVGSVG.cpp51 void SkSVGSVG::setY(const SkSVGLength& y) { in setY() function in SkSVGSVG
76 this->setY(*y); in onSetAttribute()
DSkSVGPattern.cpp21 void SkSVGPattern::setY(const SkSVGLength& y) { in setY() function in SkSVGPattern
50 this->setY(*y); in onSetAttribute()
DSkSVGUse.h28 void setY(const SkSVGLength&);
DSkSVGPattern.h25 void setY(const SkSVGLength&);
DSkSVGSVG.h24 void setY(const SkSVGLength&);
DSkSVGRect.h22 void setY(const SkSVGLength&);
/external/skqp/experimental/svg/model/
DSkSVGUse.cpp28 void SkSVGUse::setY(const SkSVGLength& y) { in setY() function in SkSVGUse
46 this->setY(*y); in onSetAttribute()
DSkSVGRect.cpp20 void SkSVGRect::setY(const SkSVGLength& y) { in setY() function in SkSVGRect
49 this->setY(*y); in onSetAttribute()
DSkSVGSVG.cpp51 void SkSVGSVG::setY(const SkSVGLength& y) { in setY() function in SkSVGSVG
76 this->setY(*y); in onSetAttribute()
DSkSVGPattern.cpp21 void SkSVGPattern::setY(const SkSVGLength& y) { in setY() function in SkSVGPattern
50 this->setY(*y); in onSetAttribute()
DSkSVGUse.h28 void setY(const SkSVGLength&);
DSkSVGSVG.h24 void setY(const SkSVGLength&);
DSkSVGPattern.h25 void setY(const SkSVGLength&);
DSkSVGRect.h22 void setY(const SkSVGLength&);
/external/clang/test/CodeGenObjC/
Ddot-syntax.m41 -(void) setY: (__complex int) arg {
43 printf("-[A setY: (%d, %d)]\n", __real myY, __imag myY);
Dcomplex-property.m7 - (void) setY : (__complex int)rhs;
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m26 -(void) setY: (INTERFERE_TYPE) arg;
47 [ a0 setY: a1];
Dproperty-user-setter.m7 -(void) setY: (int) y0;
18 -(void) setY: (int) y0{}
/external/libmojo/mojo/public/cpp/bindings/tests/
Drect_blink_traits.h27 out->setY(r.y());
Drect_blink.h35 void setY(int y) { in setY() function
/external/clang/test/ARCMT/
Dremove-dealloc-method.m22 [self setY:nil];
Dremove-dealloc-zerouts.m23 [self setY:0];
/external/skqp/experimental/skottie/
DSkottieAnimator.cpp337 [split_animator_ptr](const ScalarValue& y) { split_animator_ptr->setY(y); })) { in Make()
360 void setY(const ScalarValue& y) { fY = y; } in setY() function in skottie::__anon6deb2f9d0111::SplitPointAnimator

12