OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetGlyph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
54
GlyphTable::Glyph* GlyphTable::
GetGlyph
(int32_t offset, int32_t length) {
55
return GlyphTable::Glyph::
GetGlyph
(this, this->data_, offset, length);
208
GlyphTable::Glyph::
GetGlyph
(GlyphTable* table,
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
54
GlyphTable::Glyph* GlyphTable::
GetGlyph
(int32_t offset, int32_t length) {
55
return GlyphTable::Glyph::
GetGlyph
(this, this->data_, offset, length);
208
GlyphTable::Glyph::
GetGlyph
(GlyphTable* table,
Completed in 2316 milliseconds