Searched refs:rcDA (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 394 CFX_FloatRect rcDA = m_pWidget->GetPDFAnnot()->GetRect(); in GetCurMatrix() local 397 mt = CFX_Matrix(0, 1, -1, 0, rcDA.right - rcDA.left, 0); in GetCurMatrix() 400 mt = CFX_Matrix(-1, 0, 0, -1, rcDA.right - rcDA.left, in GetCurMatrix() 401 rcDA.top - rcDA.bottom); in GetCurMatrix() 404 mt = CFX_Matrix(0, -1, 1, 0, 0, rcDA.top - rcDA.bottom); in GetCurMatrix() 410 mt.e += rcDA.left; in GetCurMatrix() 411 mt.f += rcDA.bottom; in GetCurMatrix()
|