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

  /external/pdfium/fxjs/xfa/
cjx_color.h 14 class CJX_Color : public CJX_Node {
16 explicit CJX_Color(CXFA_Color* node);
17 ~CJX_Color() override;
cjx_color.cpp 7 #include "fxjs/xfa/cjx_color.h"
11 CJX_Color::CJX_Color(CXFA_Color* node) : CJX_Node(node) {}
13 CJX_Color::~CJX_Color() = default;
15 void CJX_Color::use(CFXJSE_Value* pValue,
21 void CJX_Color::cSpace(CFXJSE_Value* pValue,
27 void CJX_Color::usehref(CFXJSE_Value* pValue,
33 void CJX_Color::value(CFXJSE_Value* pValue,

Completed in 107 milliseconds