Searched refs:GetTable (Results 26 - 50 of 72) sorted by last modified time

123

/external/chromium_org/v8/src/
H A Dcompilation-cache.h30 Handle<CompilationCacheTable> GetTable(int generation);
34 return GetTable(kFirstGeneration);
H A Djsregexp.cc936 DispatchTable* ChoiceNode::GetTable(bool ignore_case) { function in class:v8::internal::ChoiceNode
4542 that->GetTable(ignore_case_)->ForEach(&header_printer);
4546 that->GetTable(ignore_case_)->ForEach(&body_printer);
5958 DispatchTable* table = node->GetTable(ignore_case_);
H A Djsregexp.h1065 DispatchTable* GetTable(bool ignore_case);
/external/chromium_org/v8/src/heap/
H A Dheap.cc1889 static VisitorDispatchTable<ScavengingCallback>* GetTable() { function in class:v8::ScavengingVisitor
2229 IGNORE_MARKS, LOGGING_AND_PROFILING_DISABLED>::GetTable());
2232 IGNORE_MARKS, LOGGING_AND_PROFILING_ENABLED>::GetTable());
2237 TRANSFER_MARKS, LOGGING_AND_PROFILING_DISABLED>::GetTable());
2240 TRANSFER_MARKS, LOGGING_AND_PROFILING_ENABLED>::GetTable());
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc101 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
569 EbdtTablePtr ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::EBDT));
570 EblcTablePtr eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
573 ebdt_table = down_cast<EbdtTable*>(font->GetTable(Tag::bdat));
574 eblc_table = down_cast<EblcTable*>(font->GetTable(Tag::bloc));
647 down_cast<GlyphTable*>(font_->GetTable(Tag::glyf));
648 LocaTablePtr loca_table = down_cast<LocaTable*>(font_->GetTable(Tag::loca));
776 Table* table = font_->GetTable(*i);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc159 down_cast<LocaTable*>(font_info_->GetTable(it->first, Tag::loca));
172 (font_info_->GetTable(font_info_->fonts()->begin()->first, Tag::loca));
189 (font_info_->GetTable(font_id, Tag::loca));
196 (font_info_->GetTable(font_id, Tag::glyf));
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));
H A Dfont_info.h77 virtual sfntly::FontDataTable* GetTable(FontId font_id, int32_t tag);
H A Dstats.cc38 TablePtr table = font->GetTable(tag);
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc57 Table* Font::GetTable(int32_t tag) { function in class:sfntly::Font
145 TablePtr target_table = GetTable((*record)->tag());
H A Dfont.h255 // C++ port: rename table() to GetTable()
256 Table* GetTable(int32_t tag);
/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_device_metrics_table.cc110 down_cast<HorizontalDeviceMetricsTable*>(GetTable());
H A Dhorizontal_metrics_table.cc126 down_cast<HorizontalMetricsTable*>(this->GetTable());
134 down_cast<HorizontalMetricsTable*>(this->GetTable());
/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/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));
H A Dsubsetter.cc86 Table* table = font_->GetTable(*tag);
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc71 cmap_table_ = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
/external/chromium_org/third_party/sfntly/cpp/src/test/
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));
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 Dcmap_iterator_test.cc82 Ptr<CMapTable> cmap_table = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
H A Dcmap_test.cc124 down_cast<CMapTable*>(font->GetTable(Tag::cmap));
H A Dhdmx_test.cc39 down_cast<HorizontalDeviceMetricsTable*>(font->GetTable(Tag::hdmx));
H A Dname_editing_test.cc80 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
129 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));
175 NameTablePtr name_table = down_cast<NameTable*>(font->GetTable(Tag::name));

Completed in 284 milliseconds

123