Home
last modified time | relevance | path

Searched defs:setRowMajor (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/effects/
DSkColorMatrix.h43 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() function
/external/skqp/include/core/
DSkMatrix44.h326 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function
329 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor() function
/external/skia/include/core/
DSkMatrix44.h248 void setRowMajor(const SkScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function