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

  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 39 class CXFA_Box;
502 class CXFA_Box : public CXFA_Data {
504 CXFA_Box(CXFA_Node* pNode) : CXFA_Data(pNode) {}
552 class CXFA_Arc : public CXFA_Box {
554 CXFA_Arc(CXFA_Node* pNode) : CXFA_Box(pNode) {}
556 class CXFA_Border : public CXFA_Box {
558 CXFA_Border(CXFA_Node* pNode) : CXFA_Box(pNode) {}
560 class CXFA_Rectangle : public CXFA_Box {
562 CXFA_Rectangle(CXFA_Node* pNode) : CXFA_Box(pNode) {}
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.h 130 CXFA_Box box,
181 void XFA_DrawBox(CXFA_Box box,
xfa_ffwidget.cpp 133 CXFA_Box box,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]

Completed in 48 milliseconds