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

  /external/skia/include/core/
SkMatrix44.h 324 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); }
327 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
  /external/skia/tests/
Matrix44Test.cpp 188 mat->setRowMajor(data);
543 a44.setRowMajor(values4x4);
552 expected44flattened.setRowMajor(values4x4flattened);
    [all...]

Completed in 1522 milliseconds