Searched refs:CXFA_FFDraw (Results 1 – 14 of 14) sorted by relevance
14 CXFA_FFDraw::CXFA_FFDraw(CXFA_Node* pNode) : CXFA_FFWidget(pNode) {} in CXFA_FFDraw() function in CXFA_FFDraw16 CXFA_FFDraw::~CXFA_FFDraw() {} in ~CXFA_FFDraw()
13 class CXFA_FFDraw : public CXFA_FFWidget {15 explicit CXFA_FFDraw(CXFA_Node* pNode);16 ~CXFA_FFDraw() override;
9 * CXFA_FFDraw30 CXFA_FFDraw is the base class for static elements like text and images.
18 CXFA_FFImage::CXFA_FFImage(CXFA_Node* pNode) : CXFA_FFDraw(pNode) {} in CXFA_FFImage()33 ? CXFA_FFDraw::LoadWidget() in LoadWidget()
23 CXFA_FFText::CXFA_FFText(CXFA_Node* pNode) : CXFA_FFDraw(pNode) {} in CXFA_FFText()74 CXFA_FFDraw::PerformLayout(); in PerformLayout()
12 class CXFA_FFRectangle : public CXFA_FFDraw {
12 class CXFA_FFArc : public CXFA_FFDraw {
12 class CXFA_FFImage : public CXFA_FFDraw {
12 class CXFA_FFLine : public CXFA_FFDraw {
12 CXFA_FFRectangle::CXFA_FFRectangle(CXFA_Node* pNode) : CXFA_FFDraw(pNode) {} in CXFA_FFRectangle()
12 CXFA_FFArc::CXFA_FFArc(CXFA_Node* pNode) : CXFA_FFDraw(pNode) {} in CXFA_FFArc()
12 class CXFA_FFText : public CXFA_FFDraw {
32 CXFA_FFLine::CXFA_FFLine(CXFA_Node* pNode) : CXFA_FFDraw(pNode) {} in CXFA_FFLine()
174 pWidget = new CXFA_FFDraw(pNode); in OnCreateContentLayoutItem()