Home
last modified time | relevance | path

Searched refs:num_ranges (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttload.c1235 FT_UInt j,num_ranges; in tt_face_load_gasp() local
1260 num_ranges = face->gasp.numRanges; in tt_face_load_gasp()
1261 FT_TRACE3(( "numRanges: %u\n", num_ranges )); in tt_face_load_gasp()
1263 if ( FT_QNEW_ARRAY( face->gasp.gaspRanges, num_ranges ) || in tt_face_load_gasp()
1264 FT_FRAME_ENTER( num_ranges * 4L ) ) in tt_face_load_gasp()
1269 for ( j = 0; j < num_ranges; j++ ) in tt_face_load_gasp()
A Dttcmap.c664 FT_UInt num_ranges; member
684 cmap->num_ranges = FT_PEEK_USHORT( p ) >> 1; in tt_cmap4_init()
698 FT_UInt num_ranges = cmap->num_ranges; in tt_cmap4_set_range() local
701 while ( range_index < num_ranges ) in tt_cmap4_set_range()
709 p += 2 + num_ranges * 2; in tt_cmap4_set_range()
712 p += num_ranges * 2; in tt_cmap4_set_range()
715 p += num_ranges * 2; in tt_cmap4_set_range()
720 if ( range_index >= num_ranges - 1 && in tt_cmap4_set_range()
A Dttsbit.c1061 FT_ULong num_ranges = decoder->strike_index_count; in tt_sbit_decoder_load_image() local
1066 for ( ; num_ranges > 0; num_ranges-- ) in tt_sbit_decoder_load_image()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.c672 FT_UInt num_ranges; in CFF_Load_FD_Select() local
689 if ( FT_READ_USHORT( num_ranges ) ) in CFF_Load_FD_Select()
692 if ( !num_ranges ) in CFF_Load_FD_Select()
699 fdselect->data_size = num_ranges * 3 + 2; in CFF_Load_FD_Select()
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h643 FT_Int num_ranges; member

Completed in 19 milliseconds