/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 | subsetter.cc | 36 : font_(font), in Subsetter() 42 font_.Attach(LoadFont(font_path)); in Subsetter() 47 new FontSourcedInfoBuilder(font_, 0, predicate_); in Subset()
|
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.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 | 633 font_ = font_array[font_index].p_; in LoadFont() 634 return font_ != NULL; in LoadFont() 648 font_ = FindFont(font_name, font_array); in LoadFont() 649 if (font_ == NULL) { in LoadFont() 659 if (factory_ == NULL || font_ == NULL) { in SubsetFont() 665 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in SubsetFont() 666 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); in SubsetFont() 767 int setup_result = SetupBitmapBuilders(font_, font_builder, glyph_ids); in Subset() 794 Table* table = font_->GetTable(*i); in Subset()
|
D | subsetter_impl.h | 72 FontPtr font_; variable
|
/external/ImageMagick/Magick++/lib/ |
D | Montage.cpp | 70 void Magick::Montage::font(const std::string &font_) in font() argument 72 _font=font_; in font()
|
D | Options.cpp | 281 void Magick::Options::font(const std::string &font_) in font() argument 283 if (font_.length() == 0) in font() 290 Magick::CloneString(&_imageInfo->font,font_); in font() 291 Magick::CloneString(&_drawInfo->font,font_); in font()
|
D | STL.cpp | 1355 Magick::fontImage::fontImage( const std::string &font_ ) in fontImage() argument 1356 : _font( font_ ) in fontImage()
|
D | Drawable.cpp | 808 Magick::DrawableFont::DrawableFont ( const std::string &font_ ) in DrawableFont() argument 809 : _font(font_), in DrawableFont()
|
D | Image.cpp | 854 void Magick::Image::font(const std::string &font_) in font() argument 857 options()->font(font_); in font()
|
/external/sfntly/cpp/src/sfntly/table/ |
D | table.h | 96 Ptr<Font> font_; variable
|
D | table.cc | 53 font_ = font; in SetFont()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Montage.h | 45 void font(const std::string &font_);
|
D | Options.h | 117 void font(const std::string &font_);
|
D | Drawable.h | 1070 DrawableFont ( const std::string &font_ ); 1086 void font( const std::string &font_ ) in font() argument 1088 _font = font_; in font()
|
D | Image.h | 254 void font(const std::string &font_);
|
D | STL.h | 1486 fontImage( const std::string &font_ );
|
/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()
|