Searched defs:SetMatrix (Results 1 – 6 of 6) sorted by relevance
112 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) { in SetMatrix() function in CBC_QRCoder
54 void SetMatrix(const CFX_Matrix& matrix) { m_Matrix = matrix; } in SetMatrix() function
124 struct SetMatrix final : Op { struct125 static const auto kType = Type::SetMatrix;126 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} in SetMatrix() argument127 SkMatrix matrix;128 void draw(SkCanvas* c, const SkMatrix& original) const { in draw()
256 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
251 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) { in SetMatrix() function in CPDF_GeneralState
272 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()