Lines Matching refs:CXFA_Rectangle
34 CXFA_Rectangle::CXFA_Rectangle(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Rectangle() function in CXFA_Rectangle
45 CXFA_Rectangle::CXFA_Rectangle(CXFA_Document* pDoc, in CXFA_Rectangle() function in CXFA_Rectangle
64 CXFA_Rectangle::~CXFA_Rectangle() {} in ~CXFA_Rectangle()
66 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath()
200 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw()
256 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes, in Stroke()
353 void CXFA_Rectangle::StrokeRect(CXFA_Graphics* pGraphic, in StrokeRect()
384 void CXFA_Rectangle::StrokeLowered(CXFA_Graphics* pGS, in StrokeLowered()
401 void CXFA_Rectangle::StrokeRaised(CXFA_Graphics* pGS, in StrokeRaised()
418 void CXFA_Rectangle::StrokeEtched(CXFA_Graphics* pGS, in StrokeEtched()
430 void CXFA_Rectangle::StrokeEmbossed(CXFA_Graphics* pGS, in StrokeEmbossed()
442 void CXFA_Rectangle::GetPath(const std::vector<CXFA_Stroke*>& strokes, in GetPath()