/external/skia/experimental/svg/model/ |
D | SkSVGUse.cpp | 28 void SkSVGUse::setY(const SkSVGLength& y) { in setY() function in SkSVGUse 46 this->setY(*y); in onSetAttribute()
|
D | SkSVGRect.cpp | 20 void SkSVGRect::setY(const SkSVGLength& y) { in setY() function in SkSVGRect 49 this->setY(*y); in onSetAttribute()
|
D | SkSVGSVG.cpp | 51 void SkSVGSVG::setY(const SkSVGLength& y) { in setY() function in SkSVGSVG 76 this->setY(*y); in onSetAttribute()
|
D | SkSVGPattern.cpp | 21 void SkSVGPattern::setY(const SkSVGLength& y) { in setY() function in SkSVGPattern 50 this->setY(*y); in onSetAttribute()
|
D | SkSVGUse.h | 28 void setY(const SkSVGLength&);
|
D | SkSVGPattern.h | 25 void setY(const SkSVGLength&);
|
D | SkSVGSVG.h | 24 void setY(const SkSVGLength&);
|
D | SkSVGRect.h | 22 void setY(const SkSVGLength&);
|
/external/skqp/experimental/svg/model/ |
D | SkSVGUse.cpp | 28 void SkSVGUse::setY(const SkSVGLength& y) { in setY() function in SkSVGUse 46 this->setY(*y); in onSetAttribute()
|
D | SkSVGRect.cpp | 20 void SkSVGRect::setY(const SkSVGLength& y) { in setY() function in SkSVGRect 49 this->setY(*y); in onSetAttribute()
|
D | SkSVGSVG.cpp | 51 void SkSVGSVG::setY(const SkSVGLength& y) { in setY() function in SkSVGSVG 76 this->setY(*y); in onSetAttribute()
|
D | SkSVGPattern.cpp | 21 void SkSVGPattern::setY(const SkSVGLength& y) { in setY() function in SkSVGPattern 50 this->setY(*y); in onSetAttribute()
|
D | SkSVGUse.h | 28 void setY(const SkSVGLength&);
|
D | SkSVGSVG.h | 24 void setY(const SkSVGLength&);
|
D | SkSVGPattern.h | 25 void setY(const SkSVGLength&);
|
D | SkSVGRect.h | 22 void setY(const SkSVGLength&);
|
/external/clang/test/CodeGenObjC/ |
D | dot-syntax.m | 41 -(void) setY: (__complex int) arg { 43 printf("-[A setY: (%d, %d)]\n", __real myY, __imag myY);
|
D | complex-property.m | 7 - (void) setY : (__complex int)rhs;
|
D | atomic-aggregate-property.m | 40 // CHECK-LP64: define internal void @"\01-[A setY:]"(
|
/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 26 -(void) setY: (INTERFERE_TYPE) arg; 47 [ a0 setY: a1];
|
D | property-user-setter.m | 7 -(void) setY: (int) y0; 18 -(void) setY: (int) y0{}
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | rect_blink_traits.h | 26 out->setY(r.y());
|
D | rect_blink.h | 35 void setY(int y) { in setY() function
|
/external/clang/test/ARCMT/ |
D | remove-dealloc-method.m | 22 [self setY:nil];
|
D | remove-dealloc-zerouts.m | 23 [self setY:0];
|