Home
last modified time | relevance | path

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

123

/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/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securemessage/
DPublicKeyProtoUtilTest.java232 checkParsingFailsFor(invalidProto.setY(ByteString.EMPTY).build()); in testEcPublicKeyProtoInvalidEncoding()
236 checkParsingFailsFor(invalidProto.setY(validProto.getX()).build()); in testEcPublicKeyProtoInvalidEncoding()
243 .setY(ByteString.copyFrom(ZERO_BYTE)) in testEcPublicKeyProtoInvalidEncoding()
293 checkParsingFailsFor(invalidProto.setY(ByteString.copyFrom(newY)).build()); in testSimpleDhPublicKeyProtoInvalidEncoding()
297 checkParsingFailsFor(invalidProto.setY(ByteString.copyFrom(ZERO_BYTE)).build()); in testSimpleDhPublicKeyProtoInvalidEncoding()
354 .setY(ByteString.copyFrom(pointBytes)) in testParseEcPublicKeyOnLegacyPlatform()
/external/skia/modules/svg/src/
DSkSVGFeLightSource.cpp33 this->setY(SkSVGAttributeParser::parse<SkSVGNumberType>("y", n, v)) || in parseAndSetAttribute()
40 this->setY(SkSVGAttributeParser::parse<SkSVGNumberType>("y", n, v)) || in parseAndSetAttribute()
DSkSVGUse.cpp23 this->setY(SkSVGAttributeParser::parse<SkSVGLength>("y", n, v)) || in parseAndSetAttribute()
/external/llvm-project/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/skia/modules/svg/tests/
DText.cpp156 a->setY(tst.ya); in DEF_TEST()
158 b->setY(tst.yb); in DEF_TEST()
/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/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/llvm-project/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/libchrome/mojo/public/cpp/bindings/tests/
Drect_blink_traits.h26 out->setY(r.y());
Drect_blink.h35 void setY(int y) { in setY() function
/external/llvm-project/clang/test/ARCMT/
Dremove-dealloc-method.m22 [self setY:nil];
/external/clang/test/ARCMT/
Dremove-dealloc-method.m22 [self setY:nil];
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DIgnoreWithDeserTest.java21 @JsonIgnore public void setY(int value) { _y = value; } in setY() method in IgnoreWithDeserTest.SizeClassIgnore

123