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 248 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); }
251 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
  /external/skia/tests/
Matrix44Test.cpp 174 mat->setRowMajor(data);

Completed in 78 milliseconds