Home
last modified time | relevance | path

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

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