HomeSort by relevance Sort by last modified time
    Searched refs:setRowMajorf (Results 1 - 5 of 5) sorted by null

  /external/skia/include/core/
SkMatrix44.h 319 void setRowMajorf(const float[]);
324 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); }
  /external/skia/tests/
ColorSpaceXformTest.cpp 43 arbitraryMatrix.setRowMajorf(values);
Matrix44Test.cpp 525 b.setRowMajorf(bufferf);
    [all...]
  /external/skia/src/core/
SkMatrix44.cpp 155 void SkMatrix44::setRowMajorf(const float src[]) {
SkColorSpace_ICC.cpp 711 matrix->setRowMajorf(array);
    [all...]

Completed in 277 milliseconds