Searched refs:font_ (Results 1 – 11 of 11) sorted by relevance
/external/sfntly/cpp/src/sfntly/tools/subsetter/ |
D | subsetter.cc | 27 font_ = font; in Subsetter() 36 font_.Release(); in ~Subsetter() 59 for (TableMap::const_iterator i = font_->GetTableMap()->begin(), in Subset() 60 e = font_->GetTableMap()->end(); i != e; ++i) { in Subset() 74 bool handled = (*table_subsetter)->Subset(this, font_, font_builder); in Subset() 86 Table* table = font_->GetTable(*tag); in Subset()
|
D | subsetter.h | 60 FontPtr font_;
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_info.cc | 113 : font_(font), in FontSourcedInfoBuilder() 122 : font_(font), in FontSourcedInfoBuilder() 129 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font_->GetTable(Tag::cmap)); in Initialize() 136 loca_table_ = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); in Initialize() 137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in Initialize() 164 font_id_map->insert(std::make_pair(font_id_, font_)); in GetFontInfo()
|
D | subsetter.cc | 36 : font_(font), in Subsetter() 42 font_.Attach(LoadFont(font_path)); in Subsetter() 47 new FontSourcedInfoBuilder(font_, 0, predicate_); in Subset()
|
D | subsetter.h | 36 sfntly::Ptr<sfntly::Font> font_;
|
D | font_info.h | 119 sfntly::Ptr<sfntly::Font> font_;
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 630 font_ = FindFont(font_name, font_array); in LoadFont() 631 if (font_ == NULL) { in LoadFont() 641 if (factory_ == NULL || font_ == NULL) { in SubsetFont() 647 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in SubsetFont() 648 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); in SubsetFont() 749 int setup_result = SetupBitmapBuilders(font_, font_builder, glyph_ids); in Subset() 776 Table* table = font_->GetTable(*i); in Subset()
|
D | subsetter_impl.h | 69 FontPtr font_; variable
|
/external/sfntly/cpp/src/sfntly/table/ |
D | table.h | 96 Ptr<Font> font_; variable
|
D | table.cc | 53 font_ = font; in SetFont()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 478 hb_font_t *font_, in hb_apply_context_t() 481 font (font_), face (font->face), buffer (buffer_), in hb_apply_context_t()
|