Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dfreetype.h2675 FT_Request_Size( FT_Face face,
/external/freetype/src/type42/
Dt42objs.c531 error = FT_Request_Size( face->ttf_face, req ); in T42_Size_Request()
/external/freetype/
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'.
DChangeLog745 (FT_Select_Size, FT_Request_Size): Improve tracing.
3326 * 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
/external/freetype/src/base/
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()
/external/freetype/docs/
DCHANGES2308 which can now be done through `FT_Request_Size'.