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

  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 287 Matrix outMatrix) {
290 outMatrix.reset();
293 outMatrix.setRotate(90, 0, 0);
294 outMatrix.postTranslate(height, 0);
297 outMatrix.setRotate(180, 0, 0);
298 outMatrix.postTranslate(width, height);
301 outMatrix.setRotate(270, 0, 0);
302 outMatrix.postTranslate(0, width);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 62 milliseconds