Searched refs:mDsdx (Results 1 – 1 of 1) sorted by relevance
574 private float mDsdx, mDtdx, mDsdy, mDtdy; field in WindowSurfaceController.SurfaceTrace714 if (dsdx != mDsdx || dtdx != mDtdx || dsdy != mDsdy || dtdy != mDtdy) { in setMatrix()718 mDsdx = dsdx; in setMatrix()799 pw.print(" Transform: ("); pw.print(s.mDsdx); pw.print(", "); in dumpAllSurfaces()814 + " (" + mDsdx + "," + mDtdx + "," + mDsdy + "," + mDtdy + ")"; in toString()