Searched refs:len_buildchar (Results 1 – 8 of 8) sorted by relevance
163 FT_ASSERT( ( face->len_buildchar == 0 ) == ( face->buildchar == NULL ) ); in T1_Compute_Max_Advance()188 decoder.len_buildchar = face->len_buildchar; in T1_Compute_Max_Advance()253 decoder.len_buildchar = face->len_buildchar; in T1_Get_Advances()305 FT_ASSERT( ( face->len_buildchar == 0 ) == ( face->buildchar == NULL ) ); in T1_Load_Glyph()351 decoder.len_buildchar = face->len_buildchar; in T1_Load_Glyph()
216 FT_ASSERT( ( face->len_buildchar == 0 ) == ( face->buildchar == NULL ) ); in T1_Face_Done()223 face->len_buildchar = 0; in T1_Face_Done()
893 face->len_buildchar = T1_ToFixedArray( &loader->parser, 0, NULL, 0 ); in parse_buildchar()2093 face->len_buildchar = 0; in T1_Open_Face()2163 if ( face->len_buildchar > 0 ) in T1_Open_Face()2168 if ( FT_NEW_ARRAY( face->buildchar, face->len_buildchar ) ) in T1_Open_Face()2171 face->len_buildchar = 0; in T1_Open_Face()2177 face->len_buildchar = 0; in T1_Open_Face()
403 FT_ASSERT( ( decoder->len_buildchar == 0 ) == in t1_decoder_parse_charstrings()406 if ( decoder->buildchar && decoder->len_buildchar > 0 ) in t1_decoder_parse_charstrings()409 sizeof ( decoder->buildchar[0] ) * decoder->len_buildchar ); in t1_decoder_parse_charstrings()883 idx + blend->num_designs > decoder->len_buildchar ) in t1_decoder_parse_charstrings()950 if ( idx < 0 || (FT_UInt) idx >= decoder->len_buildchar ) in t1_decoder_parse_charstrings()971 if ( idx < 0 || (FT_UInt) idx >= decoder->len_buildchar ) in t1_decoder_parse_charstrings()1114 if ( decoder->len_buildchar > 0 ) in t1_decoder_parse_charstrings()1121 for ( i = 0; i < decoder->len_buildchar; ++i ) in t1_decoder_parse_charstrings()
70 T1_FIELD_NUM ( "lenBuildCharArray", len_buildchar, 0 )
219 FT_UInt len_buildchar; member
697 FT_UInt len_buildchar; member
309 FT_UInt len_buildchar; member
Completed in 16 milliseconds