/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/pdfium/xfa/fgas/layout/ |
D | cfx_txtbreak_unittest.cpp | 21 font_ = in SetUp() 23 ASSERT_TRUE(font_.Get()); in SetUp() 28 txt_break->SetFont(font_); in CreateBreak() 33 RetainPtr<CFGAS_GEFont> font_; member in CFX_TxtBreakTest
|
D | cfx_rtfbreak_unittest.cpp | 24 font_ = in SetUp() 26 ASSERT_TRUE(font_.Get()); in SetUp() 31 rtf_break->SetFont(font_); in CreateBreak() 36 RetainPtr<CFGAS_GEFont> font_; member in CFX_RTFBreakTest
|
/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 | 679 font_ = font_array[font_index].p_; in LoadFont() 680 return font_ != NULL; in LoadFont() 694 font_ = FindFont(font_name, font_array); in LoadFont() 695 return font_ != NULL; in LoadFont() 701 if (factory_ == NULL || font_ == NULL) { in SubsetFont() 707 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in SubsetFont() 708 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); in SubsetFont() 813 int setup_result = SetupBitmapBuilders(font_, font_builder, glyph_ids); in Subset() 840 Table* table = font_->GetTable(tag); in Subset()
|
D | subsetter_impl.h | 72 FontPtr font_; variable
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 214 text_out->SetFont(font_); in CountCharsExceedingSize() 654 if (font_ == font) in SetFont() 657 font_ = font; in SetFont() 658 text_break_.SetFont(font_); in SetFont() 663 return font_; in GetFont() 1045 tr.pFont = font_; in GetCharRects() 1062 tr.pFont = font_; in GetDisplayPos() 1081 if (text_length_ == 0 || !font_) in RebuildPieces()
|
D | cfde_texteditengine_unittest.cpp | 41 font_ = in SetUp() 43 ASSERT_TRUE(font_.Get() != nullptr); in SetUp() 46 engine_->SetFont(font_); in SetUp() 55 RetainPtr<CFGAS_GEFont> font_; member in CFDE_TextEditEngineTest
|
D | cfde_texteditengine.h | 210 RetainPtr<CFGAS_GEFont> 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 | 285 void Magick::Options::font(const std::string &font_) in font() argument 287 if (font_.length() == 0) in font() 294 Magick::CloneString(&_imageInfo->font,font_); in font() 295 Magick::CloneString(&_drawInfo->font,font_); in font()
|
D | STL.cpp | 1368 Magick::fontImage::fontImage( const std::string &font_ ) in fontImage() argument 1369 : _font( font_ ) in fontImage()
|
D | Drawable.cpp | 777 Magick::DrawableFont::DrawableFont ( const std::string &font_ ) in DrawableFont() argument 778 : _font(font_), in DrawableFont()
|
/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 | 1055 DrawableFont ( const std::string &font_ ); 1071 void font( const std::string &font_ ) in font() argument 1073 _font = font_; in font()
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout.cc | 50 hb_font_t *font_, in hb_aat_apply_context_t() argument 54 font (font_), in hb_aat_apply_context_t()
|
D | hb-ot-shape-fallback.cc | 466 hb_ot_shape_fallback_kern_driver_t (hb_font_t *font_, in hb_ot_shape_fallback_kern_driver_t() 468 font (font_), direction (buffer->props.direction) {} in hb_ot_shape_fallback_kern_driver_t()
|
D | hb-aat-layout-common.hh | 826 hb_font_t *font_,
|