Home
last modified time | relevance | path

Searched refs:FXFT_LOAD_NO_SCALE (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp69 FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH)) { in GetGlyphWidth()
121 FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH)) { in GetGlyphBBox()
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp347 FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH); in GetGlyphWidth()
425 FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH)) { in GetGlyphBBox()
588 FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH); in AdjustMMParams()
594 FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH); in AdjustMMParams()
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp57 FXFT_LOAD_NO_SCALE | FXFT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH); in LoadCharMetrics()
Dcpdf_cidfont.cpp466 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE); in GetCharBBox()
/external/pdfium/core/fxge/
Dfx_freetype.h34 #define FXFT_LOAD_NO_SCALE FT_LOAD_NO_SCALE macro