HomeSort by relevance Sort by last modified time
    Searched defs:outY (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 116 int outY = 256;
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);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 576 double outY = x * m12() + y * m22() + z * m32() + m42();
585 outY = copysign(largeNumber, outY);
590 outY /= w;
593 return FloatPoint(static_cast<float>(outX), static_cast<float>(outY));
    [all...]

Completed in 650 milliseconds