Searched refs:local_subrs (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dcff.h41 CFFIndex *local_subrs; member in struct:ots::OpenTypeCFF
H A Dcff_type2_charstring.h34 // local_subrs: A Local Subrs associated with Top DICT. Can be NULL.
42 const CFFIndex *local_subrs,
H A Dcff_type2_charstring.cc690 const ots::CFFIndex *local_subrs,
709 } else if (local_subrs) {
710 // Second, try to use |local_subrs|. Most Latin fonts don't have FDSelect
713 *out_local_subrs_to_use = local_subrs;
731 const CFFIndex *local_subrs,
758 local_subrs,
688 SelectLocalSubr(const std::map<uint16_t, uint8_t> &fd_select, const std::vector<ots::CFFIndex *> &local_subrs_per_font, const ots::CFFIndex *local_subrs, uint16_t glyph_index, const ots::CFFIndex **out_local_subrs_to_use) argument
726 ValidateType2CharStringIndex( const CFFIndex& char_strings_index, const CFFIndex& global_subrs_index, const std::map<uint16_t, uint8_t> &fd_select, const std::vector<CFFIndex *> &local_subrs_per_font, const CFFIndex *local_subrs, Buffer* cff_table) argument
H A Dcff.cc427 if (out_cff->local_subrs) {
428 return OTS_FAILURE(); // two or more local_subrs?
431 out_cff->local_subrs = local_subrs_index;
900 file->cff->local_subrs = NULL;
993 file->cff->local_subrs,
1023 delete file->cff->local_subrs;
/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc125 const int *local_subrs, size_t local_subrs_len) {
143 if (local_subrs) {
144 if (!AddSubr(local_subrs, local_subrs_len,
744 const int local_subrs[] = { local
749 local_subrs, ARRAYSIZE(local_subrs)));
1349 const int local_subrs[] = { local
1354 local_subrs, ARRAYSIZE(local_subrs)));
1361 const int local_subrs[] local
123 Validate(const int *char_string, size_t char_string_len, const int *global_subrs, size_t global_subrs_len, const int *local_subrs, size_t local_subrs_len) argument
1372 const int local_subrs[] = { local
1477 const int local_subrs[] = { local
1503 const int local_subrs[] = { local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h211 FT_Byte** local_subrs; /* array of pointers into Local Subrs INDEX data */ member in struct:CFF_SubFontRec_
H A Dcffload.c1396 &font->local_subrs, NULL );
1413 FT_FREE( subfont->local_subrs );
H A Dcffgload.c456 decoder->locals = sub->local_subrs;
/external/freetype/src/cff/
H A Dcfftypes.h211 FT_Byte** local_subrs; /* array of pointers into Local Subrs INDEX data */ member in struct:CFF_SubFontRec_
H A Dcffload.c1403 &font->local_subrs, NULL );
1420 FT_FREE( subfont->local_subrs );
H A Dcffgload.c452 decoder->locals = sub->local_subrs;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h211 FT_Byte** local_subrs; /* array of pointers into Local Subrs INDEX data */ member in struct:CFF_SubFontRec_
H A Dcffload.c1396 &font->local_subrs, NULL );
1413 FT_FREE( subfont->local_subrs );
H A Dcffgload.c456 decoder->locals = sub->local_subrs;
/external/fonttools/Lib/fontTools/
H A Dsubset.py1679 local_subrs = font.Private.Subrs
1681 local_subrs = []
1683 local_subrs = subrs
1692 subrs[i].subset_subroutines (local_subrs, font.GlobalSubrs)
/external/fonttools/Tools/fontTools/
H A Dsubset.py1679 local_subrs = font.Private.Subrs
1681 local_subrs = []
1683 local_subrs = subrs
1692 subrs[i].subset_subroutines (local_subrs, font.GlobalSubrs)

Completed in 2828 milliseconds