Home
last modified time | relevance | path

Searched defs:getRowMajor (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/include/effects/
DSkColorMatrix.h23 void getRowMajor(float dst[20]) const { in getRowMajor() function
/third_party/skia/include/effects/
DSkColorMatrix.h47 void getRowMajor(float dst[20]) const { std::copy_n(fMat.begin(), 20, dst); } in getRowMajor() function
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java92 public float[] getRowMajor() { in getRowMajor() method in Matrix
/third_party/skia/src/core/
DSkM44.cpp45 void SkM44::getRowMajor(SkScalar v[]) const { in getRowMajor() function in SkM44