Lines Matching refs:CXFA_Fill
11 CXFA_Fill::CXFA_Fill(CXFA_Node* pNode) : CXFA_Data(pNode) {}
13 CXFA_Fill::~CXFA_Fill() {}
15 int32_t CXFA_Fill::GetPresence() {
19 void CXFA_Fill::SetColor(FX_ARGB color) {
28 FX_ARGB CXFA_Fill::GetColor(bool bText) {
39 XFA_Element CXFA_Fill::GetFillType() {
51 int32_t CXFA_Fill::GetPattern(FX_ARGB& foreColor) {
63 int32_t CXFA_Fill::GetStipple(FX_ARGB& stippleColor) {
77 int32_t CXFA_Fill::GetLinear(FX_ARGB& endColor) {
91 int32_t CXFA_Fill::GetRadial(FX_ARGB& endColor) {