Searched refs:FT_Request_Size (Results 1 – 9 of 9) sorted by relevance
/external/freetype/include/freetype/ |
D | freetype.h | 2783 FT_Request_Size( FT_Face face,
|
/external/freetype/src/type42/ |
D | t42objs.c | 532 error = FT_Request_Size( face->ttf_face, req ); in T42_Size_Request()
|
/external/freetype/ |
D | ChangeLog.22 | 1344 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'.
|
D | ChangeLog.28 | 1398 * src/base/ftobjs.c (FT_Request_Size): Trigger recomputation of
|
D | ChangeLog | 2511 (FT_Select_Size, FT_Request_Size): Improve tracing.
|
D | ChangeLog.25 | 4686 * src/base/ftobjs.c (FT_Request_Size): Move trace message regarding
|
D | ChangeLog.24 | 3317 * src/base/ftobjs.c (FT_Request_Size, FT_Select_Size): Decorate with
|
/external/freetype/src/base/ |
D | ftobjs.c | 3205 FT_Request_Size( FT_Face face, in FT_Request_Size() function 3315 return FT_Request_Size( face, &req ); in FT_Set_Char_Size() 3353 return FT_Request_Size( face, &req ); in FT_Set_Pixel_Sizes()
|
/external/freetype/docs/ |
D | CHANGES | 2356 which can now be done through `FT_Request_Size'.
|