Home
last modified time | relevance | path

Searched refs:FT_Set_Pixel_Sizes (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp84 FT_Set_Pixel_Sizes(GetFaceRec(), 0, 64); in GetGlyphBBox()
89 FT_Set_Pixel_Sizes(GetFaceRec(), 0, 64); in GetGlyphBBox()
103 return FT_Set_Pixel_Sizes(GetFaceRec(), 0, 64) == 0; in GetGlyphBBox()
Dcfpf_skiafontmgr.cpp356 FT_Set_Pixel_Sizes(face->GetRec(), 0, 64); in GetFontFace()
/external/pdfium/core/fxge/
Dcfx_font.cpp318 FT_Set_Pixel_Sizes(m_Face->GetRec(), 0, 64); in LoadFile()
460 return FT_Set_Pixel_Sizes(m_Face->GetRec(), 0, 64) == 0; in GetGlyphBBox()
636 FT_Set_Pixel_Sizes(m_Face->GetRec(), 0, 64); in LoadGlyphPathImpl()
Dcfx_fontmgr.cpp155 if (FT_Set_Pixel_Sizes(face->GetRec(), 64, 64) != 0) in NewFixedFace()
/external/freetype/src/cache/
Dftcmanag.c54 error = FT_Set_Pixel_Sizes( face, scaler->width, scaler->height ); in ftc_scaler_lookup_size()
/external/freetype/include/freetype/
Dfreetype.h2747 FT_Set_Pixel_Sizes( FT_Face face,
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp507 FT_Set_Pixel_Sizes(pFace->GetRec(), 0, 64); in LoadFace()
/external/freetype/docs/
DCHANGES2634 - In 2.1.10, the behaviour of `FT_Set_Pixel_Sizes' was changed for
2783 refined. Formerly, FT_Set_Pixel_Sizes and FT_Set_Char_Size
2785 changed now. FT_Set_Pixel_Sizes should be used to select the
5024 FT_Set_Pixel_Sizes (they now implement default to lighten the font
/external/freetype/
DChangeLog.22597 (FT_Set_Char_Size, FT_Set_Pixel_Sizes): Make sure the width and
1568 * src/base/ftobjs.c (FT_Set_Char_Size, FT_Set_Pixel_Sizes): Use
DChangeLog.201323 (FT_Set_Char_Size, FT_Set_Pixel_Sizes, FT_Get_Kerning): Remove
DChangeLog.21454 of FT_Set_Pixel_Sizes and FT_Set_Char_Size.
3458 * src/base/ftobjs.c (FT_Set_Pixel_Sizes): Don't allow ppem values
5026 (FT_Set_Pixel_Sizes): Assign value to `metrics' after validation of
/external/freetype/src/base/
Dftobjs.c3373 FT_Set_Pixel_Sizes( FT_Face face, in FT_Set_Pixel_Sizes() function