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