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/chromium_org/ui/gfx/
render_text_harfbuzz.cc
96
hb_bool_t
GetGlyph
(hb_font_t* font,
197
hb_font_funcs_set_glyph_func(font_funcs_,
GetGlyph
, 0, 0);
[
all
...]
Completed in 95 milliseconds