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

  /external/skia/include/utils/
SkMatrix44.h 302 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); }
305 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
  /external/skia/tests/
Matrix44Test.cpp 188 mat->setRowMajor(data);
526 a44.setRowMajor(values4x4);
535 expected44flattened.setRowMajor(values4x4flattened);
    [all...]

Completed in 106 milliseconds