Searched defs:SetMatrix (Results 1 – 7 of 7) sorted by relevance
44 void SetMatrix(const CFX_Matrix& matrix) { m_Matrix = matrix; } in SetMatrix() function
143 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) { in SetMatrix() function in CBC_QRCoder
252 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) { in SetMatrix() function in CPDF_GeneralState
124 struct SetMatrix final : Op { struct125 static const auto kType = Type::SetMatrix;126 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} in SetMatrix() function127 SkMatrix matrix;128 void draw(SkCanvas* c, const SkMatrix& original) const { in draw()
260 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
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()