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

  /external/skia/include/utils/
SkMatrix44.h 298 void setRowMajord(const double[]);
305 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
  /external/skia/bench/
Matrix44Bench.cpp 78 mat.setRowMajord(rowMajor);
  /external/skia/tests/
Matrix44Test.cpp 390 expected.setRowMajord(expectedInverseRotation);
403 expected.setRowMajord(expectedInverseAffine);
414 expected.setRowMajord(expectedInversePerspective);
427 expected.setRowMajord(expectedInverseAffineAndPerspective);
502 b.setRowMajord(bufferd);
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 162 void SkMatrix44::setRowMajord(const double src[]) {

Completed in 107 milliseconds