HomeSort by relevance Sort by last modified time
    Searched defs:SetMatrix (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fxbarcode/qrcode/
BC_QRCoder.cpp 143 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) {
  /external/pdfium/xfa/fde/
cfde_textout.h 44 void SetMatrix(const CFX_Matrix& matrix) { m_Matrix = matrix; }
  /external/pdfium/core/fpdfapi/page/
cpdf_generalstate.cpp 252 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) {
  /external/skia/src/core/
SkLiteDL.cpp 52 M(Concat) M(SetMatrix) M(Translate) \
127 struct SetMatrix final : Op {
128 static const auto kType = Type::SetMatrix;
129 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {}
132 c->setMatrix(SkMatrix::Concat(original, matrix));
558 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); }
  /external/skqp/src/core/
SkLiteDL.cpp 52 M(Concat) M(SetMatrix) M(Translate) \
127 struct SetMatrix final : Op {
128 static const auto kType = Type::SetMatrix;
129 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {}
132 c->setMatrix(SkMatrix::Concat(original, matrix));
558 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); }

Completed in 329 milliseconds