Home
last modified time | relevance | path

Searched refs:CXFA_Fill (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_fill.cpp43 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()
[all …]
Dcxfa_fill.h17 class CXFA_Fill final : public CXFA_Node {
20 ~CXFA_Fill() override;
34 CXFA_Fill(CXFA_Document* doc, XFA_PacketType packet);
Dcxfa_font.cpp127 CXFA_Fill* node = in SetColor()
128 JSObject()->GetOrCreateProperty<CXFA_Fill>(0, XFA_Element::Fill); in SetColor()
136 const auto* fill = GetChild<CXFA_Fill>(0, XFA_Element::Fill, false); in GetColor()
Dcxfa_box.h19 class CXFA_Fill; variable
32 CXFA_Fill* GetOrCreateFillIfPossible();
Dcxfa_box.cpp122 CXFA_Fill* CXFA_Box::GetOrCreateFillIfPossible() { in GetOrCreateFillIfPossible()
123 return JSObject()->GetOrCreateProperty<CXFA_Fill>(0, XFA_Element::Fill); in GetOrCreateFillIfPossible()
219 CXFA_Fill* fill = JSObject()->GetProperty<CXFA_Fill>(0, XFA_Element::Fill); in DrawFill()
Dcxfa_node.cpp6103 node = cppgc::MakeGarbageCollected<CXFA_Fill>( in Create()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1111 CXFA_Fill* borderfill = border->GetOrCreateFillIfPossible(); in ScriptSomFillColor()