Searched refs:charstringIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2intrp.c456 CF2_Int charstringIndex = -1; /* initialize to empty */ local
545 charstringIndex = 0; /* entry is valid now */
558 if ( charstringIndex )
748 if ( charstringIndex > CF2_MAX_SUBR )
758 charstringIndex + 1 );
790 charstringIndex += 1; /* entry is valid now */
797 if ( charstringIndex < 1 )
807 --charstringIndex );
/external/freetype/src/cff/
H A Dcf2intrp.c456 CF2_Int charstringIndex = -1; /* initialize to empty */ local
545 charstringIndex = 0; /* entry is valid now */
558 if ( charstringIndex )
748 if ( charstringIndex > CF2_MAX_SUBR )
758 charstringIndex + 1 );
790 charstringIndex += 1; /* entry is valid now */
797 if ( charstringIndex < 1 )
807 --charstringIndex );

Completed in 29 milliseconds