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

  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 322 Matrix outMatrix) {
325 outMatrix.reset();
328 outMatrix.setRotate(90, 0, 0);
329 outMatrix.postTranslate(height, 0);
332 outMatrix.setRotate(180, 0, 0);
333 outMatrix.postTranslate(width, height);
336 outMatrix.setRotate(270, 0, 0);
337 outMatrix.postTranslate(0, width);
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 58 milliseconds