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

/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c834 /* enough arguments on the stack, with the help of the `Pop_Push_Count' */
843 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
854 const FT_Byte Pop_Push_Count[256] = variable
8208 CUR.args = CUR.top - ( Pop_Push_Count[CUR.opcode] >> 4 );
8221 for ( i = 0; i < Pop_Push_Count[CUR.opcode] >> 4; i++ )
8226 CUR.new_top = CUR.args + ( Pop_Push_Count[CUR.opcode] & 15 );
/external/freetype/src/truetype/
H A Dttinterp.c834 /* enough arguments on the stack, with the help of the `Pop_Push_Count' */
843 /* the `opcode_length' table, and the value in `Pop_Push_Count' is set */
854 const FT_Byte Pop_Push_Count[256] = variable
8208 CUR.args = CUR.top - ( Pop_Push_Count[CUR.opcode] >> 4 );
8221 for ( i = 0; i < Pop_Push_Count[CUR.opcode] >> 4; i++ )
8226 CUR.new_top = CUR.args + ( Pop_Push_Count[CUR.opcode] & 15 );

Completed in 109 milliseconds