Searched refs:rcDA (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 423 CPDF_Rect rcDA; in GetCurMatrix() local 424 m_pWidget->GetPDFAnnot()->GetRect(rcDA); in GetCurMatrix() 432 mt = CFX_Matrix(0, 1, -1, 0, rcDA.right - rcDA.left, 0); in GetCurMatrix() 435 mt = CFX_Matrix(-1, 0, 0, -1, rcDA.right - rcDA.left, in GetCurMatrix() 436 rcDA.top - rcDA.bottom); in GetCurMatrix() 439 mt = CFX_Matrix(0, -1, 1, 0, 0, rcDA.top - rcDA.bottom); in GetCurMatrix() 442 mt.e += rcDA.left; in GetCurMatrix() 443 mt.f += rcDA.bottom; in GetCurMatrix()
|