Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_freetype.h165 FT_Set_Pixel_Sizes(static_cast<FT_Face>(face), w, h)
/external/freetype/src/cache/
Dftcmanag.c55 error = FT_Set_Pixel_Sizes( face, scaler->width, scaler->height ); in ftc_scaler_lookup_size()
/external/freetype/include/freetype/
Dfreetype.h2869 FT_Set_Pixel_Sizes( FT_Face face,
/external/freetype/docs/
DCHANGES2352 - In 2.1.10, the behaviour of `FT_Set_Pixel_Sizes' was changed for
2501 refined. Formerly, FT_Set_Pixel_Sizes and FT_Set_Char_Size
2503 changed now. FT_Set_Pixel_Sizes should be used to select the
4742 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.c3322 FT_Set_Pixel_Sizes( FT_Face face, in FT_Set_Pixel_Sizes() function