Searched refs:mDsdx (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()658 mDsdx = dsdx; in setMatrix()739 pw.print(" Transform: ("); pw.print(s.mDsdx); pw.print(", "); in dumpAllSurfaces()754 + " (" + mDsdx + "," + mDtdx + "," + mDsdy + "," + mDtdy + ")"; in toString()