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

  /external/pdfium/fxjs/xfa/
cjx_draw.h 14 class CJX_Draw : public CJX_Container {
16 explicit CJX_Draw(CXFA_Draw* node);
17 ~CJX_Draw() override;
cjx_draw.cpp 7 #include "fxjs/xfa/cjx_draw.h"
13 CJX_Draw::CJX_Draw(CXFA_Draw* node) : CJX_Container(node) {}
15 CJX_Draw::~CJX_Draw() = default;
17 void CJX_Draw::h(CFXJSE_Value* pValue,
23 void CJX_Draw::w(CFXJSE_Value* pValue,
29 void CJX_Draw::x(CFXJSE_Value* pValue,
35 void CJX_Draw::y(CFXJSE_Value* pValue,
41 void CJX_Draw::hAlign(CFXJSE_Value* pValue
    [all...]

Completed in 63 milliseconds