OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:populate_glyph_to_unicode
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/ports/
SkFontHost_mac_coretext.cpp
636
static void
populate_glyph_to_unicode
(CTFontRef ctFont,
function
705
populate_glyph_to_unicode
(ctFont, glyphCount, &info->fGlyphToUnicode);
[
all
...]
SkFontHost_win.cpp
204
static void
populate_glyph_to_unicode
(HDC fontHdc, const unsigned glyphCount,
function
782
populate_glyph_to_unicode
(hdc, glyphCount, &(info->fGlyphToUnicode));
[
all
...]
SkFontHost_FreeType.cpp
350
static void
populate_glyph_to_unicode
(FT_Face& face,
function
573
populate_glyph_to_unicode
(face, &(info->fGlyphToUnicode));
[
all
...]
Completed in 23 milliseconds