Searched refs:baseMatrixCnt (Results 1 – 2 of 2) sorted by relevance
53 int baseMatrixCnt = matrices.size(); in OnTestFunction() local54 ApplyRotations(matrices, baseMatrixCnt, coordinate); in OnTestFunction()82 if (x == baseMatrixCnt) { in OnTestFunction()131 std::vector<OH_Drawing_Matrix*>& matrices, int baseMatrixCnt, float coordinate) in ApplyRotations() argument134 for (int i = 0; i < baseMatrixCnt; ++i) { in ApplyRotations()142 for (int i = 0; i < baseMatrixCnt; ++i) { in ApplyRotations()150 for (int i = 0; i < baseMatrixCnt; ++i) { in ApplyRotations()
33 …void ApplyRotations(std::vector<OH_Drawing_Matrix*>& matrices, int baseMatrixCnt, float coordinate…