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

  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoder.h 48 void SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix);
BC_QRCoder.cpp 143 void CBC_QRCoder::SetMatrix(std::unique_ptr<CBC_CommonByteMatrix> pMatrix) {
BC_QRCoderEncoder.cpp 406 qrCode->SetMatrix(std::move(matrix));
489 return qrCode->SetMatrix(std::move(matrix));
549 return qrCode->SetMatrix(std::move(matrix));
    [all...]
  /external/skia/src/core/
SkRecordOpts.cpp 40 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
SkRecords.h 53 M(SetMatrix) \
190 RECORD(SetMatrix, 0,
SkLiteDL.cpp 52 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) {}
127 c->setMatrix(SkMatrix::Concat(original, matrix));
542 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); }
SkRecordDraw.cpp 84 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(); }
SkRecorder.cpp 372 APPEND(SetMatrix, matrix);
  /external/pdfium/core/fpdfapi/page/
cpdf_generalstate.h 73 void SetMatrix(const CFX_Matrix& matrix);
cpdf_allstates.cpp 172 m_GeneralState.SetMatrix(m_CTM);
cpdf_generalstate.cpp 214 void CPDF_GeneralState::SetMatrix(const CFX_Matrix& matrix) {
  /external/skia/tests/
RecordDrawTest.cpp 97 scaleCanvas.setMatrix(scale);
104 translateCanvas.setMatrix(translate);
108 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);
117 REPORTER_ASSERT(r, setMatrix->matrix == translate);
119 setMatrix = assert_type<SkRecords::SetMatrix>(r, translateRecord, 2)
    [all...]
CanvasTest.cpp 377 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.cpp 119 m_pTextOut->SetMatrix(mtPart);
145 m_pTextOut->SetMatrix(mtPart);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dcomp.h 113 STDMETHOD(SetMatrix)(THIS_ const D2D_MATRIX_3X2_F&) PURE;
172 STDMETHOD(SetMatrix)(THIS_ const D3DMATRIX&) PURE;
d3dx9shader.h 161 STDMETHOD(SetMatrix)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, const D3DXMATRIX *value) PURE;
200 #define ID3DXConstantTable_SetMatrix(p,a,b,c) (p)->lpVtbl->SetMatrix(p,a,b,c)
231 #define ID3DXConstantTable_SetMatrix(p,a,b,c) (p)->SetMatrix(a,b,c)
268 STDMETHOD(SetMatrix)(THIS_ D3DXHANDLE hConstant, const D3DXMATRIX *pMatrix) PURE;
d3dx9effect.h 144 STDMETHOD(SetMatrix)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix) PURE;
248 STDMETHOD(SetMatrix)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix) PURE;
341 STDMETHOD(SetMatrix)(THIS_ D3DXHANDLE parameter, const D3DXMATRIX *matrix) PURE;
d3d.h     [all...]
d3d10effect.h 376 STDMETHOD(SetMatrix)(THIS_ float *data) PURE;
    [all...]
xpsobjectmodel.h     [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.h 98 void SetMatrix(const CFX_Matrix& matrix);
fde_textout.cpp 155 void CFDE_TextOut::SetMatrix(const CFX_Matrix& matrix) {
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.cpp 55 m_pTextOut->SetMatrix(*pMatrix);
  /external/skia/tools/debugger/
SkDrawCommand.cpp 248 case kSetMatrix_OpType: return "SetMatrix";
305 INSTALL_FACTORY(SetMatrix);
    [all...]

Completed in 504 milliseconds