/external/sfntly/cpp/src/sample/chromium/ |
font_subsetter.cc | 24 const unsigned int* glyph_ids, 29 glyph_ids == NULL || glyph_count == 0) { 38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
|
font_subsetter.h | 39 // |glyph_ids| Glyph IDs to subset. If the specified glyph ID is not 41 // |glyph_count| Number of glyph IDs in |glyph_ids| 46 const unsigned int* glyph_ids,
|
subsetter_impl.h | 60 int SubsetFont(const unsigned int* glyph_ids, 65 CALLER_ATTACH Font* Subset(const IntegerSet& glyph_ids,
|
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(),
|
subsetter_impl.cc | 162 const unsigned int* glyph_ids, 166 glyph_ids == NULL || glyph_count == 0 || glyph_id_processed == NULL) { 174 glyph_id_remaining.insert(glyph_ids[i]); 227 const IntegerSet& glyph_ids) { 249 for (IntegerSet::const_iterator i = glyph_ids.begin(), e = glyph_ids.end(); 283 const IntegerSet& glyph_ids) { 285 return glyph_ids.find(range_begin) != glyph_ids.end(); 287 IntegerSet::const_iterator left = glyph_ids.lower_bound(range_begin) [all...] |
/external/sfntly/cpp/src/sample/subtly/ |
font_info.h | 85 // Takes ownership of the glyph_ids GlyphIdSet. 86 void set_resolved_glyph_ids(GlyphIdSet* glyph_ids);
|
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
ttcmap.c | 88 /* glyph_ids 6 BYTE[256] array of glyph indices */ 249 /* glyph_ids 518+NSUB*8 USHORT[] glyph ID array */ 278 /* `glyph_ids' table. Let's call it `slice' (it is a USHORT[], too). */ 301 FT_Byte* glyph_ids; /* glyph ID array */ local 336 glyph_ids = subs + ( max_subs + 1 ) * 8; 337 if ( glyph_ids > valid->limit ) 370 if ( ids < glyph_ids || ids + code_count * 2 > table + length ) 846 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local 914 glyph_ids = offsets + num_segs * 2; [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttcmap.c | 88 /* glyph_ids 6 BYTE[256] array of glyph indices */ 249 /* glyph_ids 518+NSUB*8 USHORT[] glyph ID array */ 278 /* `glyph_ids' table. Let's call it `slice' (it is a USHORT[], too). */ 301 FT_Byte* glyph_ids; /* glyph ID array */ local 336 glyph_ids = subs + ( max_subs + 1 ) * 8; 337 if ( glyph_ids > valid->limit ) 370 if ( ids < glyph_ids || ids + code_count * 2 > table + length ) 846 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local 914 glyph_ids = offsets + num_segs * 2; [all...] |