Home
last modified time | relevance | path

Searched refs:SetMatrix (Results 1 – 23 of 23) sorted by relevance

/external/skia/src/core/
DSkRecordOpts.cpp41 typedef Pattern<Is<SetMatrix>, in multiple_set_matrices()
43 Is<SetMatrix> > in multiple_set_matrices()
59 typedef Pattern<Is<SetMatrix>,
61 Is<SetMatrix> >
DSkRecords.h47 M(SetMatrix) \
185 RECORD(SetMatrix, 0,
DSkLiteDL.cpp53 M(Concat) M(SetMatrix) M(Translate) \
124 struct SetMatrix final : Op { struct
125 static const auto kType = Type::SetMatrix; argument
126 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} in SetMatrix() function
517 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); } in setMatrix()
DSkRecordDraw.cpp95 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
249 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; } in updateCTM()
260 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() argument
DSkRecorder.cpp363 this->append<SkRecords::SetMatrix>(matrix); in didSetMatrix()
/external/skqp/src/core/
DSkRecordOpts.cpp41 typedef Pattern<Is<SetMatrix>, in multiple_set_matrices()
43 Is<SetMatrix> > in multiple_set_matrices()
59 typedef Pattern<Is<SetMatrix>,
61 Is<SetMatrix> >
DSkRecords.h47 M(SetMatrix) \
184 RECORD(SetMatrix, 0,
DSkRecordDraw.cpp91 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
245 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; } in updateCTM()
256 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds() argument
DSkLiteDL.cpp53 M(Concat) M(SetMatrix) M(Translate) \
124 struct SetMatrix final : Op { struct
125 static const auto kType = Type::SetMatrix; argument
126 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {} in SetMatrix() function
511 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); } in setMatrix()
DSkRecorder.cpp359 this->append<SkRecords::SetMatrix>(matrix); in didSetMatrix()
/external/skqp/tests/
DRecordDrawTest.cpp108 assert_type<SkRecords::SetMatrix>(r, translateRecord, 0); in DEF_TEST()
110 assert_type<SkRecords::SetMatrix>(r, translateRecord, 2); in DEF_TEST()
115 const SkRecords::SetMatrix* setMatrix; in DEF_TEST()
116 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 0); in DEF_TEST()
119 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 2); in DEF_TEST()
DCanvasTest.cpp399 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
/external/skia/tests/
DRecordDrawTest.cpp108 assert_type<SkRecords::SetMatrix>(r, translateRecord, 0); in DEF_TEST()
110 assert_type<SkRecords::SetMatrix>(r, translateRecord, 2); in DEF_TEST()
115 const SkRecords::SetMatrix* setMatrix; in DEF_TEST()
116 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 0); in DEF_TEST()
119 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 2); in DEF_TEST()
DCanvasTest.cpp399 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoder.h50 void SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix);
DBC_QRCoder.cpp143 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) { in SetMatrix() function in CBC_QRCoder
DBC_QRCoderEncoder.cpp616 qrCode->SetMatrix(std::move(matrix)); in Encode()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp119 m_pTextOut->SetMatrix(mtPart); in DrawText()
144 m_pTextOut->SetMatrix(mtPart); in DrawText()
/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.h76 void SetMatrix(const CFX_Matrix& matrix);
Dcpdf_allstates.cpp164 m_GeneralState.SetMatrix(m_CTM); in ProcessExtGS()
Dcpdf_generalstate.cpp252 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) { in SetMatrix() function in CPDF_GeneralState
/external/pdfium/xfa/fde/
Dcfde_textout.h44 void SetMatrix(const CFX_Matrix& matrix) { m_Matrix = matrix; } in SetMatrix() function
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp54 m_pTextOut->SetMatrix(*pMatrix); in DrawText()