Searched refs:result2stretch (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 445 CFX_Matrix result2stretch(1.0f, 0.0f, 0.0f, 1.0f, (FX_FLOAT)(m_ResultLeft), in Continue() local 447 result2stretch.Concat(m_dest2stretch); in Continue() 448 result2stretch.TranslateI(-m_StretchClip.left, -m_StretchClip.top); in Continue() 454 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() 488 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() 516 CPDF_FixedMatrix result2stretch_fix(result2stretch, 8); in Continue() 541 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() 574 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() 600 CPDF_FixedMatrix result2stretch_fix(result2stretch, 8); in Continue() 645 CFX_BilinearMatrix result2stretch_fix(result2stretch, 8); in Continue() [all …]
|