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

  /external/pdfium/fxjs/xfa/
cjx_corner.h 14 class CJX_Corner : public CJX_Node {
16 explicit CJX_Corner(CXFA_Corner* node);
17 ~CJX_Corner() override;
cjx_corner.cpp 7 #include "fxjs/xfa/cjx_corner.h"
11 CJX_Corner::CJX_Corner(CXFA_Corner* node) : CJX_Node(node) {}
13 CJX_Corner::~CJX_Corner() = default;
15 void CJX_Corner::use(CFXJSE_Value* pValue,
21 void CJX_Corner::stroke(CFXJSE_Value* pValue,
27 void CJX_Corner::presence(CFXJSE_Value* pValue,
33 void CJX_Corner::inverted(CFXJSE_Value* pValue,
39 void CJX_Corner::thickness(CFXJSE_Value* pValue
    [all...]

Completed in 57 milliseconds