Searched refs:FT_Set_Char_Size (Results 1 – 18 of 18) sorted by relevance
/third_party/icu/icu4c/source/samples/layout/ |
D | GnomeFontInstance.cpp | 76 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | GnomeFontInstance.cpp | 76 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance()
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
D | ftrandom.c | 178 FT_Set_Char_Size( face, 0, font_size, 72, 72 ); in TestFace()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcmanag.c | 56 error = FT_Set_Char_Size( face, in ftc_scaler_lookup_size()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 2760 FT_Set_Char_Size( FT_Face face,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ft.cc | 992 FT_Set_Char_Size (ft_face, in hb_ft_font_set_funcs()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-math.c | 70 if ((ft_error = FT_Set_Char_Size (ft_face, 2000, 1000, 0, 0))) in openFont()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 1032 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()
|
D | SkFontHost_FreeType.cpp | 871 err = FT_Set_Char_Size(fFaceRec->fFace.get(), scaleX, scaleY, 72, 72); in SkScalerContext_FreeType()
|
/third_party/ffmpeg/libavfilter/ |
D | avf_showcqt.c | 528 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/ |
D | ChangeLog.22 | 580 * 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
|
D | ChangeLog.21 | 454 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)
|
D | ChangeLog.27 | 1417 Use better values for call to `FT_Set_Char_Size'.
|
D | ChangeLog.23 | 6041 * 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,
|
D | ChangeLog.20 | 1323 (FT_Set_Char_Size, FT_Set_Pixel_Sizes, FT_Get_Kerning): Remove
|
D | ChangeLog.26 | 2795 Also call `FT_Set_Char_Size'.
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 2880 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/ |
D | ftobjs.c | 3401 FT_Set_Char_Size( FT_Face face, in FT_Set_Char_Size() function
|