Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h102 void AdjustMMParams(int glyph_index, int dest_width, int weight) const;
Dcfx_font.cpp366 AdjustMMParams(glyph_index, 0, 0); in GetGlyphWidth()
587 void CFX_Font::AdjustMMParams(int glyph_index, in AdjustMMParams() function in CFX_Font
655 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPathImpl()
Dcfx_glyphcache.cpp142 pFont->AdjustMMParams(glyph_index, dest_width, in RenderGlyph()