Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_font.cpp651 FXFT_Outline_Embolden(FXFT_Get_Glyph_Outline(m_Face), level); in LoadGlyphPathImpl()
668 FXFT_Outline_Decompose(FXFT_Get_Glyph_Outline(m_Face), &funcs, &params); in LoadGlyphPathImpl()
Dcfx_facecache.cpp171 FXFT_Outline_Embolden(FXFT_Get_Glyph_Outline(m_Face), in RenderGlyph()
/external/pdfium/core/fxge/
Dfx_freetype.h144 #define FXFT_Get_Glyph_Outline(face) &static_cast<FT_Face>(face)->glyph->outline macro