OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettable
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/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
...]
horizontal_metrics_table.cc
126
down_cast<HorizontalMetricsTable*>(this->
GetTable
());
134
down_cast<HorizontalMetricsTable*>(this->
GetTable
());
/frameworks/minikin/sample/
MinikinSkia.h
15
const void*
GetTable
(uint32_t tag, size_t* size, MinikinDestroyFunc* destroy);
MinikinSkia.cpp
51
const void* MinikinFontSkia::
GetTable
(uint32_t tag, size_t* size, MinikinDestroyFunc* destroy) {
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
IPropertyTooltipSite.java
24
PropertyTable
getTable
();
/external/sfntly/cpp/src/sample/subtly/
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));
stats.cc
38
TablePtr table = font->
GetTable
(tag);
53
Ptr<FontDataTable> new_table = new_font->
GetTable
(it->first);
font_assembler.cc
159
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));
/external/sfntly/cpp/src/test/
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));
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);
serialization_test.cc
68
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]);
name_editing_test.cc
80
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));
/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));
/frameworks/minikin/include/minikin/
MinikinFontFreeType.h
51
const void*
GetTable
(uint32_t tag, size_t* size, MinikinDestroyFunc* destroy);
/frameworks/minikin/tests/
MinikinFontForTest.h
34
const void*
GetTable
(uint32_t tag, size_t* size, android::MinikinDestroyFunc* destroy);
MinikinFontForTest.cpp
49
const void* MinikinFontForTest::
GetTable
(uint32_t tag, size_t* size,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java
175
Table table = m_table.
getTable
();
187
Table table = m_table.
getTable
();
203
Table table = m_table.
getTable
();
283
m_table.
getTable
().addSelectionListener(new SelectionAdapter() {
286
int selectionIndex = m_table.
getTable
().getSelectionIndex();
448
|| m_table.
getTable
().isFocusControl();
504
m_table.
getTable
().setSelection(m_selectionIndex);
514
Object itemData = m_table.
getTable
().getItem(m_selectionIndex).getData();
528
TableItem[] items = m_table.
getTable
().getItems();
572
Table table = m_table.
getTable
();
[
all
...]
/external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c
1005
TABLE*
GetTable
(cmsIT8* it8)
[
all
...]
/external/icu/icu4c/source/i18n/
collationfastlatinbuilder.h
36
const uint16_t *
getTable
() const {
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
IHTMLReportContext.java
45
public Table
getTable
();
/frameworks/base/libs/hwui/hwui/
MinikinSkia.h
42
const void*
GetTable
(uint32_t tag, size_t* size, MinikinDestroyFunc* destroy);
/external/v8/src/
compilation-cache.cc
41
Handle<CompilationCacheTable> CompilationSubCache::
GetTable
(int generation) {
100
Handle<CompilationCacheTable> table =
GetTable
(generation);
155
Handle<CompilationCacheTable> table =
GetTable
(generation);
212
Handle<CompilationCacheTable> table =
GetTable
(generation);
254
Handle<CompilationCacheTable> table =
GetTable
(generation);
Completed in 861 milliseconds
1
2
3
4
5