Searched defs:setRowMajor (Results 1 – 3 of 3) sorted by relevance
43 void setRowMajor(const float src[20]) { std::copy_n(src, 20, fMat.begin()); } in setRowMajor() function
326 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function329 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); } in setRowMajor() function
248 void setRowMajor(const SkScalar data[]) { this->setRowMajorf(data); } in setRowMajor() function