Home
last modified time | relevance | path

Searched refs:maxIns (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h210 FT_UInt maxIns; /* ! maximum instruction index */ member
Dttinterp.c384 exec->maxIns = size->max_ins; in TT_Load_Context()
475 size->max_ins = exec->maxIns; in TT_Save_Context()
4186 if ( (FT_ULong)args[0] > exc->maxIns ) in Ins_IDEF()
4187 exc->maxIns = (FT_Byte)args[0]; in Ins_IDEF()