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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpath.cpp 67 CXFA_Edge edge = lineObj.GetEdge();
xfa_ffpushbutton.cpp 127 CXFA_Edge edge = border.GetEdge(0);
xfa_fwltheme.cpp 398 CXFA_Edge edge = borderUI.GetEdge(0);
xfa_ffwidget.cpp     [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 38 class CXFA_Edge;
325 CXFA_Edge GetEdge();
495 class CXFA_Edge : public CXFA_Stroke {
497 CXFA_Edge(CXFA_Node* pNode) : CXFA_Stroke(pNode) {}
500 typedef CFX_ArrayTemplate<CXFA_Edge> CXFA_EdgeArray;
524 CXFA_Edge GetEdge(int32_t nIndex = 0) const;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 840 CXFA_Edge CXFA_Line::GetEdge() {
841 return CXFA_Edge(m_pNode->GetChild(0, XFA_ELEMENT_Edge));
    [all...]
xfa_object_imp.cpp     [all...]

Completed in 188 milliseconds