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

  /external/skia/include/core/
SkMatrix44.h 320 void setRowMajord(const double[]);
327 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
  /external/skqp/include/core/
SkMatrix44.h 320 void setRowMajord(const double[]);
327 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
  /external/skia/bench/
Matrix44Bench.cpp 78 mat.setRowMajord(rowMajor);
  /external/skqp/bench/
Matrix44Bench.cpp 78 mat.setRowMajord(rowMajor);
  /external/skia/tests/
Matrix44Test.cpp 391 expected.setRowMajord(expectedInverseRotation);
404 expected.setRowMajord(expectedInverseAffine);
415 expected.setRowMajord(expectedInversePerspective);
428 expected.setRowMajord(expectedInverseAffineAndPerspective);
520 b.setRowMajord(bufferd);
    [all...]
  /external/skqp/tests/
Matrix44Test.cpp 391 expected.setRowMajord(expectedInverseRotation);
404 expected.setRowMajord(expectedInverseAffine);
415 expected.setRowMajord(expectedInversePerspective);
428 expected.setRowMajord(expectedInverseAffineAndPerspective);
520 b.setRowMajord(bufferd);
    [all...]
  /external/skia/src/core/
SkMatrix44.cpp 168 void SkMatrix44::setRowMajord(const double src[]) {
  /external/skqp/src/core/
SkMatrix44.cpp 168 void SkMatrix44::setRowMajord(const double src[]) {

Completed in 247 milliseconds