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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 86 for (int i = 0; i < ScriptList.ScriptCount; i++) {
216 rec->ScriptCount = GetUInt16(sp);
217 if(rec->ScriptCount <= 0) {
220 rec->ScriptRecord = new struct TScriptRecord[rec->ScriptCount];
221 for(i = 0; i < rec->ScriptCount; i++) {
ttgsubtable.h 92 TT_uint16_t ScriptCount;
94 TScriptList(): ScriptCount(0), ScriptRecord(NULL) {}
  /external/fonttools/Lib/fontTools/
subset.py     [all...]

Completed in 57 milliseconds