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