/external/chromium_org/third_party/ots/src/ |
cff_type2_charstring.h | 29 // global_subrs_index: Global subroutines which could be called by a charstring 39 const CFFIndex &global_subrs_index,
|
cff_type2_charstring.cc | 32 const ots::CFFIndex& global_subrs_index, 121 const ots::CFFIndex& global_subrs_index, 135 (op == ots::kCallSubr ? local_subrs_index : global_subrs_index); 184 global_subrs_index, 605 // global_subrs_index: Global subroutines. 616 const ots::CFFIndex& global_subrs_index, 664 global_subrs_index, 728 const CFFIndex& global_subrs_index, 775 global_subrs_index, *local_subrs_to_use,
|
cff.cc | 973 CFFIndex global_subrs_index; local 974 if (!ParseIndex(&table, &global_subrs_index)) { 990 global_subrs_index,
|
/external/chromium_org/third_party/freetype/src/cff/ |
cfftypes.h | 234 CFF_IndexRec global_subrs_index; member in struct:CFF_FontRec_
|
cffload.c | [all...] |
cffgload.c | 401 decoder->num_globals = cff->global_subrs_index.count; [all...] |
/external/freetype/src/cff/ |
cfftypes.h | 234 CFF_IndexRec global_subrs_index; member in struct:CFF_FontRec_
|
cffload.c | [all...] |
cffgload.c | 401 decoder->num_globals = cff->global_subrs_index.count; [all...] |
/external/chromium_org/third_party/ots/test/ |
cff_type2_charstring_test.cc | 128 ots::CFFIndex global_subrs_index; local 139 &buffer, &global_subrs_index)) { 155 global_subrs_index, [all...] |