HomeSort by relevance Sort by last modified time
    Searched full:sety (Results 26 - 50 of 308) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/ARCMT/
remove-dealloc-zerouts.m 23 [self setY:0];
  /frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
Mandelbrot.java 33 tb.setY(mScript.get_gDimY());
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_refcount.java 35 typeBuilder.setX(X).setY(Y);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_noroot.java 38 typeBuilder.setX(X).setY(Y);
UT_refcount.java 35 typeBuilder.setX(X).setY(Y);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_foreach.java 38 typeBuilder.setX(X).setY(Y);
UT_refcount.java 35 typeBuilder.setX(X).setY(Y);
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 119 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
125 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
131 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
137 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSColorMatrixTest.java 59 build.setY(Y);
92 build.setY(Y);
127 build.setY(Y);
160 build.setY(Y);
192 build.setY(Y);
RSBlurTest.java 48 build.setY(Y);
79 build.setY(Y);
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMac.mm 233 shadowRect.setY(horizontalOverhangRect.maxY() - shadowRect.height());
235 shadowCornerOrigin.setY(shadowRect.maxY());
236 shadowCornerOffset.setY(-kShadowSize);
239 shadowCornerOrigin.setY(shadowRect.y());
258 shadowRect.setY(kToolbarShadowOffset);
286 shadowRect.setY(kToolbarShadowOffset);
  /external/chromium/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 120 heading_->SetY(y + (kIconSize - heading_->height()) / 2);
130 heading_->SetY(y);
  /external/clang/test/SemaObjC/
property-user-setter.m 7 -(void) setY: (int) y0;
18 -(void) setY: (int) y0{}
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 79 tb.setY(mHeight);
87 tb.setY(mHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 79 tb_float.setY(in.getType().getY());
144 options.setY(ty, endy);
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMPoint.h 50 void setY(float y) { m_y = y; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatRect.h 82 void setY(float y) { m_location.setY(y); }
115 setY(edge);
149 m_location.setY(m_location.y() - dy);
IntRect.h 77 void setY(int y) { m_location.setY(y); }
110 setY(edge);
144 m_location.setY(m_location.y() - dy);
LayoutRect.h 80 void setY(LayoutUnit y) { m_location.setY(y); }
123 setY(edge);
157 m_location.setY(m_location.y() - dy);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
PointLightSource.h 39 virtual bool setY(float) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphRefElement.h 43 void setY(float);
SVGPathSegArc.h 50 void setY(float y)
SVGPathSegCurvetoCubic.h 49 void setY(float y)
SVGPathSegCurvetoCubicSmooth.h 47 void setY(float y)
SVGPathSegCurvetoQuadratic.h 47 void setY(float y)

Completed in 246 milliseconds

12 3 4 5 6 7 8 91011>>