Searched refs:GetTable (Results 1 - 25 of 72) sorted by last modified time

123

/external/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/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/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/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/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/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/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc71 cmap_table_ = down_cast<CMapTable*>(font->GetTable(Tag::cmap));
/external/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));
H A Dotf_basic_editing_test.cc76 down_cast<FontHeaderTable*>(font->GetTable(Tag::head));
81 TablePtr post = font->GetTable(Tag::post);
H A Dserialization_test.cc68 TablePtr original_table = original->GetTable(TTF_KNOWN_TAGS[i]);
69 TablePtr serialized_table = serialized->GetTable(TTF_KNOWN_TAGS[i]);
133 TablePtr original_table = original->GetTable(BITMAP_KNOWN_TAGS[i]);
134 TablePtr serialized_table = serialized->GetTable(BITMAP_KNOWN_TAGS[i]);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c1005 TABLE* GetTable(cmsIT8* it8) function
1331 return GetTable((cmsIT8*) hIT8)->SheetType;
1336 TABLE* t = GetTable((cmsIT8*) hIT8);
1350 return AddToList(it8, &GetTable(it8)->HeaderList, "# ", NULL, Val, WRITE_UNCOOKED) != NULL;
1361 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Val, WRITE_STRINGIFY) != NULL;
1371 return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_UNCOOKED) != NULL;
1381 return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_HEXADECIMAL) != NULL;
1388 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Buffer, WRITE_UNCOOKED) != NULL;
1395 return AddToList(it8, &GetTable(it8)->HeaderList, Key, SubKey, Buffer, WRITE_PAIR) != NULL;
1404 if (IsAvailableOnList(GetTable(it
[all...]
/external/chromium_org/v8/src/
H A Dcompilation-cache.cc45 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { function in class:v8::internal::CompilationSubCache
96 Handle<CompilationCacheTable> table = GetTable(generation);
157 Handle<CompilationCacheTable> table = GetTable(generation);
233 Handle<CompilationCacheTable> table = GetTable(generation);
274 Handle<CompilationCacheTable> table = GetTable(generation);

Completed in 256 milliseconds

123