HomeSort by relevance Sort by last modified time
    Searched refs:CXFA_Rectangle (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpath.cpp 146 CXFA_Rectangle rtObj = value.GetRectangle();
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 42 class CXFA_Rectangle;
312 CXFA_Rectangle GetRectangle();
560 class CXFA_Rectangle : public CXFA_Box {
562 CXFA_Rectangle(CXFA_Node* pNode) : CXFA_Box(pNode) {}
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 797 CXFA_Rectangle CXFA_Value::GetRectangle() {
798 return m_pNode ? CXFA_Rectangle(m_pNode->GetNodeItem(XFA_NODEITEM_FirstChild))
    [all...]

Completed in 65 milliseconds