OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loca_table_
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sample/subtly/
font_info.cc
136
loca_table_
= down_cast<LocaTable*>(font_->GetTable(Tag::loca));
214
if (glyph_id < 0 || glyph_id >
loca_table_
->num_glyphs()) {
217
loca_table_
->num_glyphs());
221
int32_t length =
loca_table_
->GlyphLength(glyph_id);
228
int32_t offset =
loca_table_
->GlyphOffset(glyph_id);
font_info.h
124
sfntly::Ptr<sfntly::LocaTable>
loca_table_
;
member in class:subtly::FontSourcedInfoBuilder
Completed in 591 milliseconds