Searched refs:getRowMajor (Results 1 – 5 of 5) sorted by relevance
44 void getRowMajor(float dst[20]) const { std::copy_n(fMat.begin(), 20, dst); } in getRowMajor() function
158 r2ym.getRowMajor(tmp); in DEF_TEST()
243 void getRowMajor(SkScalar v[]) const;
44 void SkM44::getRowMajor(SkScalar v[]) const { in getRowMajor() function in SkM44
1062 m.getRowMajor(sixteenMatrixValues); in EMSCRIPTEN_BINDINGS()1077 m.getRowMajor(sixteenMatrixValues); in EMSCRIPTEN_BINDINGS()