HomeSort by relevance Sort by last modified time
    Searched refs:deviceMatrix (Results 1 - 5 of 5) 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/
SkPaint.cpp     [all...]
SkScalerContext.cpp 688 SkMatrix deviceMatrix;
689 this->getMatrixFrom2x2(&deviceMatrix);
690 m->postConcat(deviceMatrix);
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 405 milliseconds