Searched refs:GetTable (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc122 return down_cast<FontHeaderTable*>(GetTable())->TableVersion();
130 return down_cast<FontHeaderTable*>(GetTable())->FontRevision();
138 return down_cast<FontHeaderTable*>(GetTable())->ChecksumAdjustment();
146 return down_cast<FontHeaderTable*>(GetTable())->MagicNumber();
154 return down_cast<FontHeaderTable*>(GetTable())->FlagsAsInt();
162 return down_cast<FontHeaderTable*>(GetTable())->UnitsPerEm();
170 return down_cast<FontHeaderTable*>(GetTable())->Created();
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
186 return down_cast<FontHeaderTable*>(GetTable())->XMin();
194 return down_cast<FontHeaderTable*>(GetTable())
[all...]
H A Dhorizontal_metrics_table.cc126 down_cast<HorizontalMetricsTable*>(this->GetTable());
134 down_cast<HorizontalMetricsTable*>(this->GetTable());
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc122 return down_cast<FontHeaderTable*>(GetTable())->TableVersion();
130 return down_cast<FontHeaderTable*>(GetTable())->FontRevision();
138 return down_cast<FontHeaderTable*>(GetTable())->ChecksumAdjustment();
146 return down_cast<FontHeaderTable*>(GetTable())->MagicNumber();
154 return down_cast<FontHeaderTable*>(GetTable())->FlagsAsInt();
162 return down_cast<FontHeaderTable*>(GetTable())->UnitsPerEm();
170 return down_cast<FontHeaderTable*>(GetTable())->Created();
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
186 return down_cast<FontHeaderTable*>(GetTable())->XMin();
194 return down_cast<FontHeaderTable*>(GetTable())
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dtable_based_table_builder.cc44 FontDataTablePtr table = static_cast<FontDataTable*>(GetTable());
62 Table* TableBasedTableBuilder::GetTable() { function in class:sfntly::TableBasedTableBuilder
H A Dtable_based_table_builder.h39 // C++ port: renamed table() to GetTable()
40 virtual Table* GetTable();
/external/sfntly/cpp/src/sfntly/table/
H A Dtable_based_table_builder.cc44 FontDataTablePtr table = static_cast<FontDataTable*>(GetTable());
62 Table* TableBasedTableBuilder::GetTable() { function in class:sfntly::TableBasedTableBuilder
H A Dtable_based_table_builder.h39 // C++ port: renamed table() to GetTable()
40 virtual Table* GetTable();
/external/chromium_org/components/password_manager/core/browser/webdata/
H A Dlogins_table.cc25 return static_cast<LoginsTable*>(db->GetTable(GetKey()));
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font.h43 virtual int32_t GetTable(uint32_t table_tag,
H A Dpepper_truetype_font_linux.cc28 virtual int32_t GetTable(uint32_t table_tag,
125 int32_t PepperTrueTypeFontLinux::GetTable(uint32_t table_tag, function in class:content::__anon7357::PepperTrueTypeFontLinux
/external/chromium_org/ppapi/thunk/
H A Dppb_truetype_font_api.h26 virtual int32_t GetTable(uint32_t table,
H A Dppb_truetype_font_dev_thunk.cc85 int32_t GetTable(PP_Resource font, function in namespace:ppapi::thunk::__anon10309
91 VLOG(4) << "PPB_TrueTypeFont_Dev::GetTable()";
95 return enter.SetResult(enter.object()->GetTable(table,
109 &GetTable
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
94 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
H A Dotf_basic_editing_test.cc76 down_cast<FontHeaderTable*>(font->GetTable(Tag::head));
81 TablePtr post = font->GetTable(Tag::post);
H A Dbitmap_table_test.cc55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
56 EbdtTablePtr bitmap_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT));
103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
166 down_cast<EblcTable*>(new_font->GetTable(Tag::EBLC));
178 EblcTablePtr original_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
/external/sfntly/cpp/src/test/
H A Dcmap_editing_test.cc59 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
76 CMapTablePtr cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
94 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
H A Dotf_basic_editing_test.cc76 down_cast<FontHeaderTable*>(font->GetTable(Tag::head));
81 TablePtr post = font->GetTable(Tag::post);
H A Dbitmap_table_test.cc55 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
56 EbdtTablePtr bitmap_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT));
103 EblcTablePtr bitmap_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
166 down_cast<EblcTable*>(new_font->GetTable(Tag::EBLC));
178 EblcTablePtr original_loca = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
/external/chromium_org/components/webdata/common/
H A Dweb_database.h40 WebDatabaseTable* GetTable(WebDatabaseTable::TypeKey key);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dstats.cc38 TablePtr table = font->GetTable(tag);
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
H A Dfont_info.cc79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) { function in class:subtly::FontInfo
85 return it->second->GetTable(tag);
129 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font_->GetTable(Tag::cmap));
136 loca_table_ = down_cast<LocaTable*>(font_->GetTable(Tag::loca));
137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf));
47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca));
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.cc38 TablePtr table = font->GetTable(tag);
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
H A Dfont_info.cc79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) { function in class:subtly::FontInfo
85 return it->second->GetTable(tag);
129 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font_->GetTable(Tag::cmap));
136 loca_table_ = down_cast<LocaTable*>(font_->GetTable(Tag::loca));
137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf));
47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca));

Completed in 369 milliseconds

123