Home
last modified time | relevance | path

Searched refs:FT_Set_Char_Size (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp76 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance()
/third_party/skia/third_party/externals/icu/source/samples/layout/
DGnomeFontInstance.cpp76 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance()
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
Dftrandom.c178 FT_Set_Char_Size( face, 0, font_size, 72, 72 ); in TestFace()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftcmanag.c56 error = FT_Set_Char_Size( face, in ftc_scaler_lookup_size()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h2760 FT_Set_Char_Size( FT_Face face,
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ft.cc992 FT_Set_Char_Size (ft_face, in hb_ft_font_set_funcs()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-math.c70 if ((ft_error = FT_Set_Char_Size (ft_face, 2000, 1000, 0, 0))) in openFont()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp1032 err = FT_Set_Char_Size(ft_face, SkIntToFDot6(ft_face->units_per_EM), 0, 0, 0); in GetClipBoxPath()
1698 err = FT_Set_Char_Size(face, SkIntToFDot6(face->units_per_EM), in generateFacePathCOLRv1()
DSkFontHost_FreeType.cpp871 err = FT_Set_Char_Size(fFaceRec->fFace.get(), scaleX, scaleY, 72, 72); in SkScalerContext_FreeType()
/third_party/ffmpeg/libavfilter/
Davf_showcqt.c528 if (FT_Set_Char_Size(face, 16*64, 0, 0, 0)) in render_freetype()
534 … if (FT_Set_Char_Size(face, 16*64 * linear_hori_advance / face->glyph->linearHoriAdvance, 0, 0, 0)) in render_freetype()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.22580 * src/base/ftobjs.c (FT_Set_Char_Size): Check the case where width
597 (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.21454 of FT_Set_Pixel_Sizes and FT_Set_Char_Size.
620 * src/base/ftobjs.c (FT_Set_Char_Size): Handle fractional sizes
3097 * src/base/ftobjs.c (FT_Set_Char_Size): Fix typo.
3120 * src/base/ftobjs.c (FT_Set_Char_Size): Return immediately if
3824 * src/base/ftobjs.c (FT_Set_Char_Size): Make metrics->x_scale and
5025 * src/base/ftobjs.c (FT_Set_Char_Size): Remove redundant code.
5973 * src/base/ftobjs.c (FT_Set_Char_Size): Changed the default
6233 * src/base/ftobjs.c (FT_Set_Char_Size)
DChangeLog.271417 Use better values for call to `FT_Set_Char_Size'.
DChangeLog.236041 * src/base/ftobjs.c (FT_Set_Char_Size): Simplify code.
6042 * include/freetype/freetype.h (FT_Set_Char_Size): Update
6116 * src/base/ftobjs.c (FT_Set_Char_Size): As suggested by James Cloos,
DChangeLog.201323 (FT_Set_Char_Size, FT_Set_Pixel_Sizes, FT_Get_Kerning): Remove
DChangeLog.262795 Also call `FT_Set_Char_Size'.
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES2880 close character pixel sizes through `FT_Set_Char_Size' (Savannah
2933 refined. Formerly, FT_Set_Pixel_Sizes and FT_Set_Char_Size
2938 FT_Set_Char_Size selects the `nominal' size (the `PIXELSIZE'
5173 - very minor changes in the implementation of FT_Set_Char_Size and
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c3401 FT_Set_Char_Size( FT_Face face, in FT_Set_Char_Size() function