Searched refs:SetMatrix (Results 1 - 18 of 18) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoder.h48 void SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix);
H A DBC_QRCoder.cpp143 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) { function in class:CBC_QRCoder
H A DBC_QRCoderEncoder.cpp406 qrCode->SetMatrix(std::move(matrix));
489 return qrCode->SetMatrix(std::move(matrix));
549 return qrCode->SetMatrix(std::move(matrix));
/external/skia/src/core/
H A DSkRecordOpts.cpp40 typedef Pattern<Is<SetMatrix>,
42 Is<SetMatrix> >
46 record->replace<NoOp>(begin); // first SetMatrix
58 typedef Pattern<Is<SetMatrix>,
60 Is<SetMatrix> >
64 record->replace<NoOp>(begin); // first SetMatrix
H A DSkRecords.h53 M(SetMatrix) \
190 RECORD(SetMatrix, 0,
H A DSkLiteDL.cpp52 M(Concat) M(SetMatrix) M(Translate) \
122 struct SetMatrix final : Op {
123 static const auto kType = Type::SetMatrix;
124 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} function in struct:__anon18188::final
542 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); }
H A DSkRecordDraw.cpp84 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
236 // Only Restore, SetMatrix, Concat, and Translate change the CTM.
239 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; }
293 void trackBounds(const SetMatrix&) { this->pushControl(); } argument
H A DSkRecorder.cpp372 APPEND(SetMatrix, matrix);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_generalstate.h73 void SetMatrix(const CFX_Matrix& matrix);
H A Dcpdf_allstates.cpp172 m_GeneralState.SetMatrix(m_CTM);
H A Dcpdf_generalstate.cpp214 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) { function in class:CPDF_GeneralState
/external/skia/tests/
H A DRecordDrawTest.cpp108 assert_type<SkRecords::SetMatrix>(r, translateRecord, 0);
110 assert_type<SkRecords::SetMatrix>(r, translateRecord, 2);
115 const SkRecords::SetMatrix* setMatrix;
116 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 0);
119 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 2);
H A DCanvasTest.cpp377 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
/external/pdfium/xfa/fxfa/app/
H A Dxfa_fwltheme.cpp119 m_pTextOut->SetMatrix(mtPart);
145 m_pTextOut->SetMatrix(mtPart);
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.h98 void SetMatrix(const CFX_Matrix& matrix);
H A Dfde_textout.cpp155 void CFDE_TextOut::SetMatrix(const CFX_Matrix& matrix) { function in class:CFDE_TextOut
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp55 m_pTextOut->SetMatrix(*pMatrix);
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp248 case kSetMatrix_OpType: return "SetMatrix";
305 INSTALL_FACTORY(SetMatrix);

Completed in 573 milliseconds