Searched defs:SetMatrix (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoder.cpp143 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) { function in class:CBC_QRCoder
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_generalstate.cpp214 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) { function in class:CPDF_GeneralState
/external/skia/src/core/
H A DSkRecordDraw.cpp81 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
245 // Only Restore, SetMatrix, Concat, and Translate change the CTM.
248 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; }
302 void trackBounds(const SetMatrix&) { this->pushControl(); } argument
H A DSkLiteDL.cpp50 M(Concat) M(SetMatrix) M(Translate) M(TranslateZ) \
115 struct SetMatrix final : Op {
116 static const auto kType = Type::SetMatrix;
117 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} function in struct:__anon16967::final
552 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); }
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp155 void CFDE_TextOut::SetMatrix(const CFX_Matrix& matrix) { function in class:CFDE_TextOut

Completed in 114 milliseconds