Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoder.cpp114 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) { in SetMatrix() function in CBC_QRCoder
/external/pdfium/xfa/fde/
Dcfde_textout.h45 void SetMatrix(const CFX_Matrix& matrix) { m_Matrix = matrix; } in SetMatrix() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.cpp258 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) { in SetMatrix() function in CPDF_GeneralState
/external/skia/src/core/
DSkRecordDraw.cpp290 void trackBounds(const SetMatrix&) { this->pushControl(); } in trackBounds()