Searched defs:getRowMajor (Results 1 – 3 of 3) sorted by relevance
49 void getRowMajor(float dst[20]) const { std::copy_n(fMat.begin(), 20, dst); } in getRowMajor() function
90 public float[] getRowMajor() { in getRowMajor() method in Matrix
44 void SkM44::getRowMajor(SkScalar v[]) const { in getRowMajor() function in SkM44