Lines Matching refs:CXFA_Fill
43 CXFA_Fill::CXFA_Fill(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Fill() function in CXFA_Fill
55 CXFA_Fill::~CXFA_Fill() = default;
57 bool CXFA_Fill::IsVisible() { in IsVisible()
64 void CXFA_Fill::SetColor(FX_ARGB color) { in SetColor()
73 FX_ARGB CXFA_Fill::GetFillColor() const { in GetFillColor()
78 FX_ARGB CXFA_Fill::GetTextColor() const { in GetTextColor()
83 XFA_Element CXFA_Fill::GetType() const { in GetType()
95 void CXFA_Fill::Draw(CFGAS_GEGraphics* pGS, in Draw()
121 void CXFA_Fill::DrawStipple(CFGAS_GEGraphics* pGS, in DrawStipple()
131 void CXFA_Fill::DrawRadial(CFGAS_GEGraphics* pGS, in DrawRadial()
141 void CXFA_Fill::DrawLinear(CFGAS_GEGraphics* pGS, in DrawLinear()
151 void CXFA_Fill::DrawPattern(CFGAS_GEGraphics* pGS, in DrawPattern()