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

  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 82 bool StringToGlyphId(const char* input, std::vector<unsigned int>* glyph_ids) {
88 glyph_ids->push_back(
93 glyph_ids->push_back(HexTo<unsigned int>(hex_csv.substr(start).c_str()));
94 return glyph_ids->size() > 0;
113 std::vector<unsigned int> glyph_ids; local
114 if (!StringToGlyphId(argv[4], &glyph_ids)) {
124 &(glyph_ids[0]),
125 glyph_ids.size(),
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 82 bool StringToGlyphId(const char* input, std::vector<unsigned int>* glyph_ids) {
88 glyph_ids->push_back(
93 glyph_ids->push_back(HexTo<unsigned int>(hex_csv.substr(start).c_str()));
94 return glyph_ids->size() > 0;
113 std::vector<unsigned int> glyph_ids; local
114 if (!StringToGlyphId(argv[4], &glyph_ids)) {
124 &(glyph_ids[0]),
125 glyph_ids.size(),
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 81 /* glyph_ids 6 BYTE[256] array of glyph indices */
236 /* glyph_ids 518+NSUB*8 USHORT[] glyph ID array */
265 /* `glyph_ids' table. Let's call it `slice' (it is a USHORT[] too). */
287 FT_Byte* glyph_ids; /* glyph ID array */ local
316 glyph_ids = subs + (max_subs + 1) * 8;
317 if ( glyph_ids > valid->limit )
348 if ( ids < glyph_ids || ids + code_count*2 > table + length )
821 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
883 glyph_ids = offsets + num_segs * 2;
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 81 /* glyph_ids 6 BYTE[256] array of glyph indices */
242 /* glyph_ids 518+NSUB*8 USHORT[] glyph ID array */
271 /* `glyph_ids' table. Let's call it `slice' (it is a USHORT[] too). */
294 FT_Byte* glyph_ids; /* glyph ID array */ local
329 glyph_ids = subs + (max_subs + 1) * 8;
330 if ( glyph_ids > valid->limit )
363 if ( ids < glyph_ids || ids + code_count*2 > table + length )
837 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
905 glyph_ids = offsets + num_segs * 2;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttcmap.c 81 /* glyph_ids 6 BYTE[256] array of glyph indices */
236 /* glyph_ids 518+NSUB*8 USHORT[] glyph ID array */
265 /* `glyph_ids' table. Let's call it `slice' (it is a USHORT[] too). */
287 FT_Byte* glyph_ids; /* glyph ID array */ local
316 glyph_ids = subs + (max_subs + 1) * 8;
317 if ( glyph_ids > valid->limit )
348 if ( ids < glyph_ids || ids + code_count*2 > table + length )
821 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
883 glyph_ids = offsets + num_segs * 2;
    [all...]

Completed in 103 milliseconds