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

  /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 */
232 /* glyph_ids 518+NSUB*8 USHORT[] glyph ID array */
261 /* `glyph_ids' table. Let's call it `slice' (it is a USHORT[] too). */
283 FT_Byte* glyph_ids; /* glyph ID array */ local
312 glyph_ids = subs + (max_subs + 1) * 8;
313 if ( glyph_ids > valid->limit )
344 if ( ids < glyph_ids || ids + code_count*2 > table + length )
813 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
875 glyph_ids = offsets + num_segs * 2;
    [all...]
  /external/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...]

Completed in 56 milliseconds