HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_Radial (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_radial.h 17 class CXFA_Radial : public CXFA_Node {
19 CXFA_Radial(CXFA_Document* doc, XFA_PacketType packet);
20 ~CXFA_Radial() override;
cxfa_radial.cpp 7 #include "xfa/fxfa/parser/cxfa_radial.h"
33 CXFA_Radial::CXFA_Radial(CXFA_Document* doc, XFA_PacketType packet)
44 CXFA_Radial::~CXFA_Radial() {}
46 bool CXFA_Radial::IsToEdge() {
52 CXFA_Color* CXFA_Radial::GetColorIfExists() {
56 void CXFA_Radial::Draw(CXFA_Graphics* pGS,

Completed in 62 milliseconds