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

  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-open.h 97 HB_UShort* LookupListIndex; /* array of LookupList indices */
harfbuzz-gsub-private.h 161 HB_UShort LookupListIndex; /* Lookup to apply to that pos. */
harfbuzz-gpos-private.h 417 HB_UShort LookupListIndex; /* Lookup to apply to that pos. */
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 108 TT_uint16_t *LookupListIndex;
109 TFeature(): FeatureParams(0), LookupCount(0), LookupListIndex(NULL) {}
112 if(LookupListIndex) {
113 delete[] LookupListIndex;

Completed in 55 milliseconds