HomeSort by relevance Sort by last modified time
    Searched refs:fd_select (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/ots/src/
cff.h 34 std::map<uint16_t, uint8_t> fd_select; member in struct:ots::OpenTypeCFF
cff_type2_charstring.h 31 // fd_select: A map from glyph # to font #.
40 const std::map<uint16_t, uint8_t> &fd_select,
cff_type2_charstring.cc 688 bool SelectLocalSubr(const std::map<uint16_t, uint8_t> &fd_select,
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,
cff.cc 700 (out_cff->fd_select)[j] = fd_index;
727 // Copy the mapping to |out_cff->fd_select|.
730 if (!out_cff->fd_select.insert(
751 if (!out_cff->fd_select.insert(
980 std::map<uint16_t, uint8_t>::const_iterator end = file->cff->fd_select.end();
981 for (iter = file->cff->fd_select.begin(); iter != end; ++iter) {
991 file->cff->fd_select,
  /external/chromium_org/third_party/freetype/src/cff/
cfftypes.h 257 CFF_FDSelectRec fd_select; member in struct:CFF_FontRec_
cffload.c     [all...]
cffgload.c 421 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index );
    [all...]
  /external/freetype/src/cff/
cfftypes.h 258 CFF_FDSelectRec fd_select; member in struct:CFF_FontRec_
cffload.c     [all...]
cffgload.c 427 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index );
    [all...]
  /external/chromium_org/third_party/ots/test/
cff_type2_charstring_test.cc 150 const std::map<uint16_t, uint8_t> fd_select; // empty local
156 fd_select,
    [all...]

Completed in 5144 milliseconds