Searched refs:pObjMatrix (Results 1 – 1 of 1) sorted by relevance
952 void CPDF_LayoutProcessor_Reflow::CreateRFData(CPDF_PageObject* pObj, CFX_AffineMatrix* pObjMatrix) in CreateRFData() argument979 if(pObjMatrix) { in CreateRFData()980 height = FXSYS_fabs(pObjMatrix->TransformDistance(height)); in CreateRFData()990 if(pObjMatrix) { in CreateRFData()991 ObjBBox = pTextObj->GetBBox(pObjMatrix); in CreateRFData()1096 if(pObjMatrix) { in CreateRFData()1097 ObjBBox = pImageObj->GetBBox(pObjMatrix); in CreateRFData()1108 matrix.Concat(*pObjMatrix); in CreateRFData()