Searched refs:buildchar (Results 1 – 13 of 13) sorted by relevance
163 FT_ASSERT( ( face->len_buildchar == 0 ) == ( face->buildchar == NULL ) ); in T1_Compute_Max_Advance()187 decoder.buildchar = face->buildchar; in T1_Compute_Max_Advance()252 decoder.buildchar = face->buildchar; in T1_Get_Advances()305 FT_ASSERT( ( face->len_buildchar == 0 ) == ( face->buildchar == NULL ) ); in T1_Load_Glyph()350 decoder.buildchar = face->buildchar; in T1_Load_Glyph()
216 FT_ASSERT( ( face->len_buildchar == 0 ) == ( face->buildchar == NULL ) ); in T1_Face_Done()218 if ( face->buildchar ) in T1_Face_Done()220 FT_FREE( face->buildchar ); in T1_Face_Done()222 face->buildchar = NULL; in T1_Face_Done()
2214 if ( FT_NEW_ARRAY( face->buildchar, face->len_buildchar ) ) in T1_Open_Face()
404 ( decoder->buildchar == NULL ) ); in t1_decoder_parse_charstrings()406 if ( decoder->buildchar && decoder->len_buildchar > 0 ) in t1_decoder_parse_charstrings()407 ft_memset( &decoder->buildchar[0], in t1_decoder_parse_charstrings()409 sizeof ( decoder->buildchar[0] ) * decoder->len_buildchar ); in t1_decoder_parse_charstrings()887 ft_memcpy( &decoder->buildchar[idx], in t1_decoder_parse_charstrings()954 decoder->buildchar[idx] = top[0]; in t1_decoder_parse_charstrings()975 top[0] = decoder->buildchar[idx]; in t1_decoder_parse_charstrings()1126 FT_TRACE4(( "%d ", decoder->buildchar[i] )); in t1_decoder_parse_charstrings()
220 FT_Long* buildchar; member
696 FT_Long* buildchar; member
181 FT_Fixed buildchar[CFF_MAX_TRANS_ELEMENTS]; member
2203 decoder->buildchar[idx] = val; in cff_decoder_parse_charstrings()2216 val = decoder->buildchar[idx]; in cff_decoder_parse_charstrings()