Searched refs:num_segs (Results 1 - 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc126 for (int32_t i = 0, num_segs = segment_list->size(); i < num_segs; ++i) {
129 + (num_segs - i + 1) * DataSize::kSHORT);
/external/freetype/src/sfnt/
H A Dttcmap.c878 FT_UInt num_segs; local
902 num_segs = TT_NEXT_USHORT( p ); /* read segCountX2 */
907 if ( num_segs & 1 )
911 num_segs /= 2;
913 if ( length < 16 + num_segs * 2 * 4 )
932 /* `search range' is the greatest power of 2 that is <= num_segs */
934 if ( search_range > num_segs ||
935 search_range * 2 < num_segs ||
936 search_range + range_shift != num_segs ||
942 starts = table + 16 + num_segs *
1075 FT_UInt i, num_segs; local
1209 FT_UInt max, min, mid, num_segs; local
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.c847 FT_UInt num_segs; local
871 num_segs = TT_NEXT_USHORT( p ); /* read segCountX2 */
876 if ( num_segs & 1 )
880 num_segs /= 2;
882 if ( length < 16 + num_segs * 2 * 4 )
901 /* `search range' is the greatest power of 2 that is <= num_segs */
903 if ( search_range > num_segs ||
904 search_range * 2 < num_segs ||
905 search_range + range_shift != num_segs ||
911 starts = table + 16 + num_segs *
1044 FT_UInt i, num_segs; local
1175 FT_UInt max, min, mid, num_segs; local
[all...]

Completed in 78 milliseconds