Searched refs:num_ranges (Results 1 – 8 of 8) sorted by relevance
458 FT_FRAME_ULONG( num_ranges ), in tt_face_load_eblc()543 FT_ULong count2 = strike->num_ranges; in tt_face_load_eblc()548 FT_FRAME_ENTER( strike->num_ranges * 8L ) ) in tt_face_load_eblc()551 if ( FT_NEW_ARRAY( strike->sbit_ranges, strike->num_ranges ) ) in tt_face_load_eblc()568 count2 = strike->num_ranges; in tt_face_load_eblc()625 TT_SBit_Range range_limit = range + strike->num_ranges; in tt_face_free_eblc()639 strike->num_ranges = 0; in tt_face_free_eblc()725 range_limit = range + strike->num_ranges; in find_sbit_range()
1215 FT_UInt j,num_ranges; in tt_face_load_gasp() local1240 num_ranges = face->gasp.numRanges; in tt_face_load_gasp()1241 FT_TRACE3(( "numRanges: %u\n", num_ranges )); in tt_face_load_gasp()1243 if ( FT_QNEW_ARRAY( gaspranges, num_ranges ) || in tt_face_load_gasp()1244 FT_FRAME_ENTER( num_ranges * 4L ) ) in tt_face_load_gasp()1249 for ( j = 0; j < num_ranges; j++ ) in tt_face_load_gasp()
641 FT_UInt num_ranges; member661 cmap->num_ranges = FT_PEEK_USHORT( p ) >> 1; in tt_cmap4_init()675 FT_UInt num_ranges = cmap->num_ranges; in tt_cmap4_set_range() local678 while ( range_index < num_ranges ) in tt_cmap4_set_range()686 p += 2 + num_ranges * 2; in tt_cmap4_set_range()689 p += num_ranges * 2; in tt_cmap4_set_range()692 p += num_ranges * 2; in tt_cmap4_set_range()697 if ( range_index >= num_ranges - 1 && in tt_cmap4_set_range()
801 FT_ULong num_ranges = decoder->strike_index_count; in tt_sbit_decoder_load_image() local806 for ( ; num_ranges > 0; num_ranges-- ) in tt_sbit_decoder_load_image()
273 gint num_ranges; in OnResponse() local275 gtk_print_settings_get_page_ranges(gtk_settings_, &num_ranges); in OnResponse()277 for (int i = 0; i < num_ranges; ++i) { in OnResponse()
100 const uint32_t num_ranges = getNumRanges(); in dump() local101 for (uint32_t i = 0; i < num_ranges; ++i) { in dump()
671 FT_UInt num_ranges; in CFF_Load_FD_Select() local688 if ( FT_READ_USHORT( num_ranges ) ) in CFF_Load_FD_Select()691 fdselect->data_size = num_ranges * 3 + 2; in CFF_Load_FD_Select()
655 FT_Int num_ranges; member