Searched defs:fd_select (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dcff.h34 std::map<uint16_t, uint8_t> fd_select; member in struct:ots::OpenTypeCFF
H A Dcff_type2_charstring.cc688 bool SelectLocalSubr(const std::map<uint16_t, uint8_t> &fd_select, argument
696 if ((fd_select.size() > 0) &&
700 fd_select.find(glyph_index);
701 if (iter == fd_select.end()) {
729 const std::map<uint16_t, uint8_t> &fd_select,
756 if (!SelectLocalSubr(fd_select,
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
/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc150 const std::map<uint16_t, uint8_t> fd_select; // empty local
156 fd_select,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c47 FT_UInt fd_select; local
78 fd_select = (FT_UInt)cid_get_offset( &p, (FT_Byte)cid->fd_bytes );
112 fd_select = (FT_UInt) cid_get_offset( &p, (FT_Byte)cid->fd_bytes );
118 if ( fd_select >= (FT_UInt)cid->num_dicts )
135 CID_Subrs cid_subrs = face->subrs + fd_select;
145 dict = cid->font_dicts + fd_select;
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h258 CFF_FDSelectRec fd_select; member in struct:CFF_FontRec_
/external/freetype/src/cff/
H A Dcfftypes.h258 CFF_FDSelectRec fd_select; member in struct:CFF_FontRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h258 CFF_FDSelectRec fd_select; member in struct:CFF_FontRec_

Completed in 174 milliseconds