Searched refs:a_mtx (Results 1 – 1 of 1) sorted by relevance
384 Matrix_Delegate a_mtx = sManager.getDelegate(a); in nSetConcat() local386 if (d != null && a_mtx != null && b_mtx != null) { in nSetConcat()387 multiply(d.mValues, a_mtx.mValues, b_mtx.mValues); in nSetConcat()