Home
last modified time | relevance | path

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

12

/external/skia/experimental/svg/model/
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()
DSkSVGSVG.h24 void setY(const SkSVGLength&);
DSkSVGRect.h22 void setY(const SkSVGLength&);
/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{}
Datomoic-property-synnthesis-rules.m356 - (void) setY: (int) aValue
/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;
Datomic-aggregate-property.m40 // CHECK-LP64: define internal void @"\01-[A setY:]"(
/external/skia/samplecode/
DSampleSVGPong.cpp67 node->setY(SkSVGLength(rrect.rect().y())); in make_svg_rrect()
220 objectNode->setY(SkSVGLength(corner.y())); in updateDom()
228 shadowNode->setY(SkSVGLength(shadowCorner.y())); in updateDom()
/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
Dstruct_traits_unittest.cc86 largest_rect_.setY(r.y()); in AddRect()
/external/clang/test/ARCMT/
Dremove-dealloc-method.m22 [self setY:nil];
Dremove-dealloc-zerouts.m23 [self setY:0];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraphItem.java88 public void setY(int y) { in setY() method in TimeLineGraphItem
DTimeLineGraph.java240 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange)))); in setCoordinates()
255 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange)))); in setCoordinates()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DSimpleXYSeriesTest.java127 series.setY(23, 2); in testSet()
/external/clang/test/Analysis/
Dobjc-properties.m53 - (void) setY:(MyClass*) NewValue {
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DSimpleXYSeries.java178 public void setY(Number value, int index) { in setY() method in SimpleXYSeries
/external/clang/test/SemaObjCXX/
Dproperties.mm27 - (void) setY: (int) y;
/external/skia/include/core/
DSkPoint.h52 void setY(int32_t y) { fY = y; } in setY() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images ...
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp2365 Offset2D& setY( int32_t y_ ) in setY() function
2418 Offset3D& setY( int32_t y_ ) in setY() function
2595 Viewport& setY( float y_ ) in setY() function
4080 DispatchIndirectCommand& setY( uint32_t y_ ) in setY() function

12