Searched refs:SetMatrix (Results 1 – 2 of 2) sorted by relevance
24 X(SetMatrix)
145 struct SetMatrix final : Op { struct146 static const auto kType = Type::SetMatrix; argument147 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} in SetMatrix() function584 this->push<SetMatrix>(0, matrix); in setMatrix()