HomeSort by relevance Sort by last modified time
    Searched refs:CJX_Font (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_font.cpp 7 #include "fxjs/xfa/cjx_font.h"
11 CJX_Font::CJX_Font(CXFA_Font* node) : CJX_Node(node) {}
13 CJX_Font::~CJX_Font() = default;
15 void CJX_Font::lineThrough(CFXJSE_Value* pValue,
21 void CJX_Font::typeface(CFXJSE_Value* pValue,
27 void CJX_Font::fontHorizontalScale(CFXJSE_Value* pValue,
33 void CJX_Font::use(CFXJSE_Value* pValue,
39 void CJX_Font::kerningMode(CFXJSE_Value* pValue
    [all...]
cjx_font.h 14 class CJX_Font : public CJX_Node {
16 explicit CJX_Font(CXFA_Font* node);
17 ~CJX_Font() override;
  /external/pdfium/xfa/fxfa/parser/
cxfa_font.cpp 9 #include "fxjs/xfa/cjx_font.h"
65 pdfium::MakeUnique<CJX_Font>(this)) {}
xfa_basic_data_element_script.cpp 63 #include "fxjs/xfa/cjx_font.h"
    [all...]

Completed in 898 milliseconds