Searched refs:SetMatrix (Results 1 – 2 of 2) sorted by relevance
23 X(SetMatrix)
137 struct SetMatrix final : Op { struct138 static const auto kType = Type::SetMatrix; argument139 SetMatrix(const SkM44& matrix) : matrix(matrix) {} in SetMatrix() function643 this->push<SetMatrix>(0, matrix); in setMatrix()