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

  /external/chromium_org/third_party/ots/test/
cff_type2_charstring_test.cc 129 ots::CFFIndex local_subrs_index; local
145 &buffer, &local_subrs_index)) {
158 &local_subrs_index,
    [all...]
  /external/chromium_org/third_party/ots/src/
cff.cc 420 ots::CFFIndex *local_subrs_index = NULL; local
425 local_subrs_index = out_cff->local_subrs_per_font.back();
430 local_subrs_index = new ots::CFFIndex;
431 out_cff->local_subrs = local_subrs_index;
433 if (!ParseIndex(&table, local_subrs_index)) {
  /external/chromium_org/third_party/freetype/src/cff/
cfftypes.h 210 CFF_IndexRec local_subrs_index; member in struct:CFF_SubFontRec_
242 CFF_IndexRec local_subrs_index; member in struct:CFF_FontRec_
  /external/freetype/src/cff/
cfftypes.h 210 CFF_IndexRec local_subrs_index; member in struct:CFF_SubFontRec_
242 CFF_IndexRec local_subrs_index; member in struct:CFF_FontRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cfftypes.h 210 CFF_IndexRec local_subrs_index; member in struct:CFF_SubFontRec_
242 CFF_IndexRec local_subrs_index; member in struct:CFF_FontRec_

Completed in 89 milliseconds