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 111 int outY = 256;
114 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
120 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
126 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
132 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 551 double outY = x * m12() + y * m22() + z * m32() + m42();
556 outY /= w;
559 return FloatPoint(static_cast<float>(outX), static_cast<float>(outY));
    [all...]

Completed in 117 milliseconds