Home | History | Annotate | Download | only in wm

Lines Matching refs:dtdx

289     void setMatrixInTransaction(float dsdx, float dtdx, float dtdy, float dsdy,
291 final boolean matrixChanged = mLastDsdx != dsdx || mLastDtdx != dtdx ||
298 mLastDtdx = dtdx;
304 "MATRIX [" + dsdx + "," + dtdx + "," + dtdy + "," + dsdy + "]", null);
306 dsdx, dtdx, dtdy, dsdy);
312 + " MATRIX [" + dsdx + "," + dtdx + "," + dtdy + "," + dsdy + "]", null);
346 float dsdx, float dtdx, float dsdy,
353 mLastDtdx = dtdx;
357 dsdx, dtdx, dsdy, dtdy);
712 public void setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) {
713 if (dsdx != mDsdx || dtdx != mDtdx || dsdy != mDsdy || dtdy != mDtdy) {
714 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setMatrix(" + dsdx + "," + dtdx + ","
718 mDtdx = dtdx;
722 super.setMatrix(dsdx, dtdx, dsdy, dtdy);