Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.cpp586 FXFT_Outline_Embolden(FXFT_Get_Glyph_Outline(m_Face), level); in LoadGlyphPathImpl()
603 FXFT_Outline_Decompose(FXFT_Get_Glyph_Outline(m_Face), &funcs, &params); in LoadGlyphPathImpl()
Dfx_freetype.h157 #define FXFT_Get_Glyph_Outline(face) &static_cast<FT_Face>(face)->glyph->outline macro
Dcfx_facecache.cpp149 FXFT_Outline_Embolden(FXFT_Get_Glyph_Outline(m_Face), in RenderGlyph()