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

  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 16 class CXFA_Fill;
80 class CXFA_Fill : public CXFA_Data {
82 CXFA_Fill(CXFA_Node* pNode);
83 ~CXFA_Fill();
544 CXFA_Fill GetFill(FX_BOOL bModified = FALSE) const;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 83 CXFA_Fill::CXFA_Fill(CXFA_Node* pNode) : CXFA_Data(pNode) {}
84 CXFA_Fill::~CXFA_Fill() {}
85 int32_t CXFA_Fill::GetPresence() {
88 void CXFA_Fill::SetColor(FX_ARGB color) {
96 FX_ARGB CXFA_Fill::GetColor(FX_BOOL bText) {
108 int32_t CXFA_Fill::GetFillType() {
119 int32_t CXFA_Fill::GetPattern(FX_ARGB& foreColor) {
130 int32_t CXFA_Fill::GetStipple(FX_ARGB& stippleColor) {
    [all...]

Completed in 50 milliseconds