Home
last modified time | relevance | path

Searched refs:getRowMajor (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java88 float[] a = this.getRowMajor(); in getAtRowCol()
92 public float[] getRowMajor() { in getRowMajor() method in Matrix
/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/flutter/skia/tests/
DYUVTest.cpp156 r2ym.getRowMajor(tmp); in DEF_TEST()
/third_party/skia/modules/androidkit/src/
DMatrix.cpp40 m->getRowMajor(temp); in Matrix_GetRowMajor()
/third_party/skia/tests/
DYUVTest.cpp153 r2ym.getRowMajor(tmp); in DEF_TEST()
/third_party/skia/src/core/
DSkM44.cpp46 void SkM44::getRowMajor(SkScalar v[]) const { in getRowMajor() function in SkM44
/third_party/skia/include/core/
DSkM44.h243 void getRowMajor(SkScalar v[]) const;
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1125 m.getRowMajor(sixteenMatrixValues); in EMSCRIPTEN_BINDINGS()
1139 m.getRowMajor(sixteenMatrixValues); in EMSCRIPTEN_BINDINGS()