Searched refs:opcode_length (Results 1 – 4 of 4) sorted by relevance
381 uint8_t opcode_length = prologue->StandardOpcodeLengths[opcode - 1]; in parseStatementTable() local382 for (uint8_t i=0; i<opcode_length; ++i) in parseStatementTable()
454 uint8_t opcode_length = Prologue.StandardOpcodeLengths[opcode - 1]; in parse() local455 for (uint8_t i = 0; i < opcode_length; ++i) in parse()
1230 const FT_Char opcode_length[256] = variable3371 exc->length = opcode_length[exc->opcode]; in SkipCode()7888 if ( ( exc->length = opcode_length[exc->opcode] ) < 0 ) in TT_RunIns()
1283 * src/truetype/ttinterp.c (opcode_length): Set value for NPUSHW1285 (SkipCode, TT_RunIns): Use opcode_length value for computation of