Searched refs:result2stretch (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 377 …CFX_AffineMatrix result2stretch(1.0f, 0.0f, 0.0f, 1.0f, (FX_FLOAT)(m_ResultLeft), (FX_FLOAT)(m_Res… in Continue() local 378 result2stretch.Concat(m_dest2stretch); in Continue() 379 result2stretch.TranslateI(-m_StretchClip.left, -m_StretchClip.top); in Continue() 385 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() 414 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() 436 CPDF_FixedMatrix result2stretch_fix(result2stretch, 8); in Continue() 458 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() 487 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() 509 CPDF_FixedMatrix result2stretch_fix(result2stretch, 8); in Continue() 550 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() [all …]
|