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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 87 for (int j = 0; j < (ScriptList.ScriptRecord + i)->Script.LangSysCount; ++j) {
234 rec->LangSysCount = GetUInt16(sp);
235 if(rec->LangSysCount <= 0) {
238 rec->LangSysRecord = new struct TLangSysRecord[rec->LangSysCount];
239 for(i = 0; i < rec->LangSysCount; i++) {
ttgsubtable.h 70 TT_uint16_t LangSysCount;
72 TScript(): DefaultLangSys(0), LangSysCount(0), LangSysRecord(NULL) {}
  /external/fonttools/Lib/fontTools/
subset.py     [all...]

Completed in 75 milliseconds