HomeSort by relevance Sort by last modified time
    Searched refs:GetTable (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 122 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())->YMin()
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 122 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())->YMin()
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 44 FontDataTablePtr table = static_cast<FontDataTable*>(GetTable());
62 Table* TableBasedTableBuilder::GetTable() {
table_based_table_builder.h 39 // C++ port: renamed table() to GetTable()
40 virtual Table* GetTable();
  /external/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 44 FontDataTablePtr table = static_cast<FontDataTable*>(GetTable());
62 Table* TableBasedTableBuilder::GetTable() {
table_based_table_builder.h 39 // C++ port: renamed table() to GetTable()
40 virtual Table* GetTable();
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font.h 43 virtual int32_t GetTable(uint32_t table_tag,
  /external/chromium_org/ppapi/thunk/
ppb_truetype_font_api.h 26 virtual int32_t GetTable(uint32_t table,
ppb_truetype_font_dev_thunk.cc 85 int32_t GetTable(PP_Resource font,
91 VLOG(4) << "PPB_TrueTypeFont_Dev::GetTable()";
95 return enter.SetResult(enter.object()->GetTable(table,
109 &GetTable
  /frameworks/minikin/sample/
MinikinSkia.h 18 bool GetTable(uint32_t tag, uint8_t *buf, size_t *size);
  /external/chromium_org/components/password_manager/core/browser/webdata/
logins_table.cc 25 return static_cast<LoginsTable*>(db->GetTable(GetKey()));
  /external/chromium_org/components/webdata/common/
web_database.h 40 WebDatabaseTable* GetTable(WebDatabaseTable::TypeKey key);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_editing_test.cc 59 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));
otf_basic_editing_test.cc 76 down_cast<FontHeaderTable*>(font->GetTable(Tag::head));
81 TablePtr post = font->GetTable(Tag::post);
bitmap_table_test.cc 55 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/
cmap_editing_test.cc 59 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));
otf_basic_editing_test.cc 76 down_cast<FontHeaderTable*>(font->GetTable(Tag::head));
81 TablePtr post = font->GetTable(Tag::post);
  /frameworks/base/core/jni/android/graphics/
MinikinSkia.h 40 bool GetTable(uint32_t tag, uint8_t *buf, size_t *size);
  /frameworks/minikin/include/minikin/
MinikinFontFreeType.h 54 bool GetTable(uint32_t tag, uint8_t *buf, size_t *size);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
stats.cc 38 TablePtr table = font->GetTable(tag);
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
font_info.cc 79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) {
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/
glyph_table_subsetter.cc 46 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/
stats.cc 38 TablePtr table = font->GetTable(tag);
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
font_info.cc 79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) {
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/
glyph_table_subsetter.cc 46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf));
47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca));

Completed in 616 milliseconds

1 2 3 4