Home
last modified time | relevance | path

Searched refs:FT_Request_Size (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h2711 FT_Request_Size( FT_Face face,
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.c533 error = FT_Request_Size( face->ttf_face, req ); in T42_Size_Request()
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp212 FT_Request_Size(Face, &req); in SetPixelHeight()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.221344 were part of FT_Select_Size/FT_Request_Size and are made independent
1347 * src/base/ftobjs.c (FT_Select_Size, FT_Request_Size): Metrics are set
1536 (FT_Select_Size, FT_Request_Size): Scales are set to wrong values.
1551 * src/base/ftobjs.c (FT_Request_Size): Call `FT_Match_Size' if the
1564 FT_Size_Request, FT_Request_Size, FT_Select_Size), src/base/ftobjs.c
1565 (FT_Select_Size, FT_Request_Size): API additions to export the new
1569 `FT_Request_Size'.
DChangeLog.291152 (FT_Select_Size, FT_Request_Size): Improve tracing.
DChangeLog.281398 * src/base/ftobjs.c (FT_Request_Size): Trigger recomputation of
DChangeLog.254686 * src/base/ftobjs.c (FT_Request_Size): Move trace message regarding
DChangeLog.243317 * src/base/ftobjs.c (FT_Request_Size, FT_Select_Size): Decorate with
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c3323 FT_Request_Size( FT_Face face, in FT_Request_Size() function
3436 return FT_Request_Size( face, &req ); in FT_Set_Char_Size()
3474 return FT_Request_Size( face, &req ); in FT_Set_Pixel_Sizes()
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES2788 which can now be done through `FT_Request_Size'.