Home
last modified time | relevance | path

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

/reactos/win32ss/drivers/font/ftfd/
H A Dfreetype.def108 FT_Request_Size
H A Dftfd.spec106 @ cdecl FT_Request_Size () function
/reactos/sdk/lib/3rdparty/freetype/
H A Dfreetype.def131 FT_Request_Size
H A DChangeLog625 (FT_Select_Size, FT_Request_Size): Improve tracing.
3206 * src/base/ftobjs.c (FT_Request_Size): Trigger recomputation of
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dfreetype.h2675 FT_Request_Size( FT_Face face,
/reactos/sdk/lib/3rdparty/freetype/src/type42/
H A Dt42objs.c531 error = FT_Request_Size( face->ttf_face, req ); in T42_Size_Request()
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftobjs.c3192 FT_Request_Size( FT_Face face, in FT_Request_Size() function
3302 return FT_Request_Size( face, &req ); in FT_Set_Char_Size()
3340 return FT_Request_Size( face, &req ); in FT_Set_Pixel_Sizes()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c4222 return FT_Request_Size(face, &req); in IntRequestFontSize()