Searched defs:GetGlyph (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc54 GlyphTable::Glyph* GlyphTable::GetGlyph(int32_t offset, int32_t length) { function in class:sfntly::GlyphTable
55 return GlyphTable::Glyph::GetGlyph(this, this->data_, offset, length);
208 GlyphTable::Glyph::GetGlyph(GlyphTable* table, function in class:sfntly::GlyphTable::Glyph
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc54 GlyphTable::Glyph* GlyphTable::GetGlyph(int32_t offset, int32_t length) { function in class:sfntly::GlyphTable
55 return GlyphTable::Glyph::GetGlyph(this, this->data_, offset, length);
208 GlyphTable::Glyph::GetGlyph(GlyphTable* table, function in class:sfntly::GlyphTable::Glyph
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc96 hb_bool_t GetGlyph(hb_font_t* font, function in namespace:gfx::__anon16880
197 hb_font_funcs_set_glyph_func(font_funcs_, GetGlyph, 0, 0);

Completed in 1824 milliseconds