Searched defs:FT_Size (Results 1 - 2 of 2) sorted by relevance

/external/freetype/include/freetype/
H A Dfreetype.h122 /* FT_Size */
480 /* as one or more @FT_Size objects. */
505 /* FT_Size */
512 /* An @FT_Face has one _active_ @FT_Size object that is used by */
519 /* (i.e., the scaling values) of the active @FT_Size. */
530 typedef struct FT_SizeRec_* FT_Size; typedef in typeref:struct:FT_SizeRec_
1088 FT_Size size;
1473 /* model private data of a given @FT_Size object. */
2157 /* default @FT_Size object, accessible as `face->size'. */
2355 /* the scaling factors of the active @FT_Size objec
[all...]
/external/pdfium/third_party/freetype/include/freetype/
H A Dfreetype.h122 /* FT_Size */
476 /* as one or more @FT_Size objects. */
501 /* FT_Size */
508 /* Each @FT_Face has an _active_ @FT_Size object that is used by */
515 /* (i.e., the scaling values) of the active @FT_Size. */
526 typedef struct FT_SizeRec_* FT_Size; typedef in typeref:struct:FT_SizeRec_
1072 FT_Size size;
1441 /* model private data of a given @FT_Size object. */
2115 /* default @FT_Size object, accessible as `face->size'. */
2439 /* Resize the scale of the active @FT_Size objec
[all...]

Completed in 482 milliseconds