Home
last modified time | relevance | path

Searched refs:maxstack (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c1041 /* maxstack operator increases parser and operand stacks for CFF2 */
1045 /* maxstack operator can only be used in a Top DICT */ in cff_parse_maxstack()
1057 dict->maxstack = (FT_UInt)cff_parse_num( parser, data++ ); in cff_parse_maxstack()
1058 if ( dict->maxstack > CFF2_MAX_STACK ) in cff_parse_maxstack()
1059 dict->maxstack = CFF2_MAX_STACK; in cff_parse_maxstack()
1060 if ( dict->maxstack < CFF2_DEFAULT_STACK ) in cff_parse_maxstack()
1061 dict->maxstack = CFF2_DEFAULT_STACK; in cff_parse_maxstack()
1063 FT_TRACE4(( " %d\n", dict->maxstack )); in cff_parse_maxstack()
H A Dcfftoken.h115 CFF_FIELD_CALLBACK( 25, maxstack, "maxstack" )
H A Dcffload.c1916 stackSize = font->cff2 ? font->top_font.font_dict.maxstack + 1 in FT_LOCAL_DEF()
2048 top->maxstack = cff2 ? CFF2_DEFAULT_STACK : 48; in cff_subfont_load()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcfftypes.h235 FT_UInt maxstack; member
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsft.c466 /* get maxstack value from CFF2 Top DICT */
472 return decoder->cff->top_font.font_dict.maxstack; in FT_LOCAL_DEF()

Completed in 7 milliseconds