Searched refs:SetMatrix (Results 1 – 2 of 2) sorted by relevance
23 X(SetMatrix)
138 struct SetMatrix final : Op { struct139 static const auto kType = Type::SetMatrix; argument140 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} in SetMatrix() function553 this->push<SetMatrix>(0, matrix); in setMatrix()