/external/skia/src/core/ |
D | SkRecordOpts.cpp | 41 typedef Pattern<Is<SetMatrix>, in multiple_set_matrices() 43 Is<SetMatrix> > in multiple_set_matrices() 59 typedef Pattern<Is<SetMatrix>, 61 Is<SetMatrix> >
|
D | SkRecords.h | 47 M(SetMatrix) \ 185 RECORD(SetMatrix, 0,
|
D | SkLiteDL.cpp | 53 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()
|
D | SkRecordDraw.cpp | 95 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
|
D | SkRecorder.cpp | 363 this->append<SkRecords::SetMatrix>(matrix); in didSetMatrix()
|
/external/skqp/src/core/ |
D | SkRecordOpts.cpp | 41 typedef Pattern<Is<SetMatrix>, in multiple_set_matrices() 43 Is<SetMatrix> > in multiple_set_matrices() 59 typedef Pattern<Is<SetMatrix>, 61 Is<SetMatrix> >
|
D | SkRecords.h | 47 M(SetMatrix) \ 184 RECORD(SetMatrix, 0,
|
D | SkRecordDraw.cpp | 91 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
|
D | SkLiteDL.cpp | 53 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()
|
D | SkRecorder.cpp | 359 this->append<SkRecords::SetMatrix>(matrix); in didSetMatrix()
|
/external/skqp/tests/ |
D | RecordDrawTest.cpp | 108 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()
|
D | CanvasTest.cpp | 399 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
|
/external/skia/tests/ |
D | RecordDrawTest.cpp | 108 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()
|
D | CanvasTest.cpp | 399 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
|
/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCoder.h | 50 void SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix);
|
D | BC_QRCoder.cpp | 143 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) { in SetMatrix() function in CBC_QRCoder
|
D | BC_QRCoderEncoder.cpp | 616 qrCode->SetMatrix(std::move(matrix)); in Encode()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwltheme.cpp | 119 m_pTextOut->SetMatrix(mtPart); in DrawText() 144 m_pTextOut->SetMatrix(mtPart); in DrawText()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_generalstate.h | 76 void SetMatrix(const CFX_Matrix& matrix);
|
D | cpdf_allstates.cpp | 164 m_GeneralState.SetMatrix(m_CTM); in ProcessExtGS()
|
D | cpdf_generalstate.cpp | 252 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) { in SetMatrix() function in CPDF_GeneralState
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.h | 44 void SetMatrix(const CFX_Matrix& matrix) { m_Matrix = matrix; } in SetMatrix() function
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 54 m_pTextOut->SetMatrix(*pMatrix); in DrawText()
|