Home
last modified time | relevance | path

Searched refs:rcDA (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp387 CFX_FloatRect rcDA = m_pWidget->GetPDFAnnot()->GetRect(); in GetCurMatrix() local
390 mt = CFX_Matrix(0, 1, -1, 0, rcDA.right - rcDA.left, 0); in GetCurMatrix()
393 mt = CFX_Matrix(-1, 0, 0, -1, rcDA.right - rcDA.left, in GetCurMatrix()
394 rcDA.top - rcDA.bottom); in GetCurMatrix()
397 mt = CFX_Matrix(0, -1, 1, 0, 0, rcDA.top - rcDA.bottom); in GetCurMatrix()
403 mt.e += rcDA.left; in GetCurMatrix()
404 mt.f += rcDA.bottom; in GetCurMatrix()