Home
last modified time | relevance | path

Searched refs:FXFT_Get_Glyph_Outline (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dfx_freetype.h48 #define FXFT_Get_Glyph_Outline(face) &((face)->glyph->outline) macro
92 #define FXFT_Get_Glyph_Outline(face) &((face)->glyph->outline) macro
Dcfx_font.cpp673 FT_Outline_Embolden(FXFT_Get_Glyph_Outline(m_Face->GetRec()), level); in LoadGlyphPathImpl()
690 FT_Outline_Decompose(FXFT_Get_Glyph_Outline(m_Face->GetRec()), &funcs, in LoadGlyphPathImpl()
Dcfx_glyphcache.cpp180 FT_Outline_Embolden(FXFT_Get_Glyph_Outline(GetFaceRec()), in RenderGlyph()