Searched defs:GetMatrix (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp271 CFX_AffineMatrix GetMatrix(CPDF_Rect rcAnnot, CPDF_Rect rcStream, CFX_AffineMatrix matrix) function
486 CFX_AffineMatrix matrix = pAPDic->GetMatrix("Matrix");
537 CFX_AffineMatrix m = GetMatrix(rcAnnot, rcStream, matrix);
H A Dfsdk_baseform.cpp659 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP);
678 WriteAppearance("R", GetRotatedRect(), GetMatrix(), csAP);
709 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP);
841 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
842 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_OFF, "Off");
844 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_ON, pControl->GetCheckedAPState());
845 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_OFF, "Off");
1019 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
1020 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_OFF, "Off");
1022 WriteAppearance("D", GetRotatedRect(), GetMatrix(), csAP_D_O
1454 CPDF_Matrix CPDFSDK_Widget::GetMatrix() const function in class:CPDFSDK_Widget
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp401 CFX_AffineMatrix CPDF_Array::GetMatrix() function in class:CPDF_Array
728 CFX_AffineMatrix CPDF_Dictionary::GetMatrix(FX_BSTR key) const function in class:CPDF_Dictionary
733 matrix = pArray->GetMatrix();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h251 FX_FLOAT* GetMatrix() const function in class:CPDF_TextState
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h274 CFX_AffineMatrix* GetMatrix() function in class:CPDF_ScaledRenderBuffer
317 const CFX_AffineMatrix* GetMatrix() const function in class:CPDF_DeviceBuffer

Completed in 258 milliseconds