/third_party/skia/third_party/externals/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_;
|
/third_party/skia/third_party/externals/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_;
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 642 font_ = font_array[font_index].p_; in LoadFont() 643 return font_ != NULL; in LoadFont() 657 font_ = FindFont(font_name, font_array); in LoadFont() 658 return font_ != NULL; in LoadFont() 664 if (factory_ == NULL || font_ == NULL) { in SubsetFont() 670 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in SubsetFont() 671 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca)); in SubsetFont() 776 int setup_result = SetupBitmapBuilders(font_, font_builder, glyph_ids); in Subset() 803 Table* table = font_->GetTable(tag); in Subset()
|
D | subsetter_impl.h | 72 FontPtr font_; variable
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.cc | 114 font_(nullptr), in RootWindowWin() 141 ::DeleteObject(font_); in ~RootWindowWin() 659 if (font_) { in OnSize() 660 DeleteObject(font_); in OnSize() 664 font_ = in OnSize() 669 SendMessage(back_hwnd_, WM_SETFONT, reinterpret_cast<WPARAM>(font_), in OnSize() 671 SendMessage(forward_hwnd_, WM_SETFONT, reinterpret_cast<WPARAM>(font_), in OnSize() 673 SendMessage(reload_hwnd_, WM_SETFONT, reinterpret_cast<WPARAM>(font_), in OnSize() 675 SendMessage(stop_hwnd_, WM_SETFONT, reinterpret_cast<WPARAM>(font_), in OnSize() 677 SendMessage(edit_hwnd_, WM_SETFONT, reinterpret_cast<WPARAM>(font_), in OnSize()
|
D | root_window_win.h | 131 HFONT font_; variable
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff2-table.cc | 149 cff2_path_param_t (hb_font_t *font_, draw_helper_t &draw_helper_) in cff2_path_param_t() 152 font = font_; in cff2_path_param_t()
|
D | hb-aat-layout.cc | 49 hb_font_t *font_, in hb_aat_apply_context_t() argument 53 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-ot-glyf-table.hh | 1012 … points_aggregator_t (hb_font_t *font_, hb_glyph_extents_t *extents_, contour_point_t *phantoms_) in points_aggregator_t() 1014 font = font_; in points_aggregator_t() 1147 path_builder_t (hb_font_t *font_, draw_helper_t &draw_helper_) in path_builder_t() 1149 font = font_; in path_builder_t()
|
D | hb-ot-cff1-table.cc | 448 cff1_path_param_t (const OT::cff1::accelerator_t *cff_, hb_font_t *font_, in cff1_path_param_t() 453 font = font_; in cff1_path_param_t()
|
D | hb-aat-layout-common.hh | 875 hb_font_t *font_,
|
D | hb-ot-layout-gsubgpos.hh | 626 hb_font_t *font_, in hb_ot_apply_context_t() 629 font (font_), face (font->face), buffer (buffer_), in hb_ot_apply_context_t()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | table.h | 96 Ptr<Font> font_; variable
|
D | table.cc | 53 font_ = font; in SetFont()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
D | hb-aots-tester.cpp | 30 hb_font_t *font_, in TestData() 33 : buffer(buffer_), face(face_), font(font_), in TestData()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 32988 cff1_path_param_t (const OT::cff1::accelerator_t *cff_, hb_font_t *font_, 32995 font = font_; 33195 - cff2_path_param_t (hb_font_t *font_, draw_helper_t &draw_helper_) 33196 + cff2_path_param_t (hb_font_t *font_, hb_draw_session_t &draw_session_) 33200 font = font_; 33933 - path_builder_t (hb_font_t *font_, draw_helper_t &draw_helper_) 33934 + path_builder_t (hb_font_t *font_, hb_draw_session_t &draw_session_) 33936 font = font_;
|