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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java 271 float[] deviceMatrix;
276 deviceMatrix = new float[]{1.0f, 0.0f, 0.0f, 0.0f,
282 deviceMatrix = new float[]{
289 deviceMatrix = new float[]{
296 deviceMatrix = new float[]{
306 return deviceMatrix;
  /external/skia/src/core/
SkScalerContext.cpp 689 SkMatrix deviceMatrix;
690 this->getMatrixFrom2x2(&deviceMatrix);
691 m->postConcat(deviceMatrix);
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 230 milliseconds