Home
last modified time | relevance | path

Searched defs:SetMatrix (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_textout.h44 void SetMatrix(const CFX_Matrix& matrix) { m_Matrix = matrix; } in SetMatrix() function
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoder.cpp143 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) { in SetMatrix() function in CBC_QRCoder
/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.cpp252 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) { in SetMatrix() function in CPDF_GeneralState
/external/skia/src/core/
DSkLiteDL.cpp124 struct SetMatrix final : Op { struct
125 static const auto kType = Type::SetMatrix;
126 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} in SetMatrix() function
127 SkMatrix matrix;
128 void draw(SkCanvas* c, const SkMatrix& original) const { in draw()
DSkRecordDraw.cpp260 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()
/external/skqp/src/core/
DSkLiteDL.cpp124 struct SetMatrix final : Op { struct
125 static const auto kType = Type::SetMatrix;
126 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} in SetMatrix() argument
127 SkMatrix matrix;
128 void draw(SkCanvas* c, const SkMatrix& original) const { in draw()
DSkRecordDraw.cpp256 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()