Home
last modified time | relevance | path

Searched defs:TT_SizeRec_ (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/truetype/
Dttobjs.h275 typedef struct TT_SizeRec_ struct
277 FT_SizeRec root;
281 FT_Size_Metrics* metrics; /* for the current rendering mode */
282 FT_Size_Metrics hinted_metrics; /* for the hinted rendering mode */
284 TT_Size_Metrics ttmetrics;
286 FT_ULong strike_index; /* 0xFFFFFFFF to indicate invalid */
290 FT_Long point_size; /* for the `MPS' bytecode instruction */
292 FT_UInt num_function_defs; /* number of function definitions */
293 FT_UInt max_function_defs;
294 TT_DefArray function_defs; /* table of function definitions */
[all …]