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

  /external/pdfium/fxjs/
cjs_font.h 12 class CJS_Font : public CJS_Object {
16 explicit CJS_Font(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
17 ~CJS_Font() override {}
cjs_font.cpp 7 #include "fxjs/cjs_font.h"
9 const JSConstSpec CJS_Font::ConstSpecs[] = {
25 int CJS_Font::ObjDefnID = -1;
28 void CJS_Font::DefineJSObjects(CFXJS_Engine* pEngine) {
cjs_runtime.cpp 24 #include "fxjs/cjs_font.h"
122 CJS_Font::DefineJSObjects(this);

Completed in 54 milliseconds