Searched refs:pObjMatrix (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp952 void CPDF_LayoutProcessor_Reflow::CreateRFData(CPDF_PageObject* pObj, CFX_AffineMatrix* pObjMatrix) argument
979 if(pObjMatrix) {
980 height = FXSYS_fabs(pObjMatrix->TransformDistance(height));
990 if(pObjMatrix) {
991 ObjBBox = pTextObj->GetBBox(pObjMatrix);
1096 if(pObjMatrix) {
1097 ObjBBox = pImageObj->GetBBox(pObjMatrix);
1108 matrix.Concat(*pObjMatrix);

Completed in 207 milliseconds