Searched refs:mDtdy (Results 1 – 1 of 1) sorted by relevance
526 private float mDsdx, mDtdx, mDsdy, mDtdy; field in WindowSurfaceController.SurfaceTrace654 if (dsdx != mDsdx || dtdx != mDtdx || dsdy != mDsdy || dtdy != mDtdy) { in setMatrix()661 mDtdy = dtdy; in setMatrix()741 pw.print(", "); pw.print(s.mDtdy); pw.println(")"); in dumpAllSurfaces()754 + " (" + mDsdx + "," + mDtdx + "," + mDsdy + "," + mDtdy + ")"; in toString()