Searched defs:glyph_ids (Results 1 – 5 of 5) sorted by relevance
/external/sfntly/cpp/src/sample/chromium/ |
D | font_subsetter.cc | 24 const unsigned int* glyph_ids, in SubsetFont() 44 const unsigned int* glyph_ids, in SubsetFont()
|
D | chrome_subsetter.cc | 82 bool StringToGlyphId(const char* input, std::vector<unsigned int>* glyph_ids) { in StringToGlyphId() 113 std::vector<unsigned int> glyph_ids; in main() local
|
D | subsetter_impl.cc | 201 const unsigned int* glyph_ids, in ResolveCompositeGlyphs() 266 const IntegerSet& glyph_ids) { in SetupGlyfBuilders() 322 const IntegerSet& glyph_ids) { in HasOverlap() 336 const IntegerSet& glyph_ids) { in InitializeBitmapBuilder() 602 const IntegerSet& glyph_ids) { in SetupBitmapBuilders() 695 int SubsetterImpl::SubsetFont(const unsigned int* glyph_ids, in SubsetFont() 781 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()
|
/external/harfbuzz_ng/src/ |
D | hb-subset-glyf.cc | 34 hb_vector_t<hb_codepoint_t> &glyph_ids, in _calculate_glyf_and_loca_prime_size() 166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs; in _write_glyf_and_loca_prime() local
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 304 FT_Byte* glyph_ids; /* glyph ID array */ in FT_CALLBACK_DEF() local 899 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; in tt_cmap4_validate() local
|