Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp32 CXFA_FFLine::CXFA_FFLine(CXFA_Node* pNode) : CXFA_FFDraw(pNode) {} in CXFA_FFLine() function in CXFA_FFLine
34 CXFA_FFLine::~CXFA_FFLine() {} in ~CXFA_FFLine()
36 void CXFA_FFLine::GetRectFromHand(CFX_RectF& rect, in GetRectFromHand()
84 void CXFA_FFLine::RenderWidget(CXFA_Graphics* pGS, in RenderWidget()
Dcxfa_ffline.h12 class CXFA_FFLine : public CXFA_FFDraw {
14 explicit CXFA_FFLine(CXFA_Node* pNode);
15 ~CXFA_FFLine() override;
DREADME.md12 * CXFA_FFLine
Dcxfa_ffnotify.cpp162 pWidget = new CXFA_FFLine(pNode); in OnCreateContentLayoutItem()