Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvcommn.c1680 gxv_compare_ranges( FT_Bytes table1_start, in gxv_compare_ranges() argument
1685 if ( table1_start == table2_start ) in gxv_compare_ranges()
1690 else if ( table1_start < table2_start ) in gxv_compare_ranges()
1692 if ( ( table1_start + table1_length ) <= table2_start ) in gxv_compare_ranges()
1695 else if ( table1_start > table2_start ) in gxv_compare_ranges()
1697 if ( ( table1_start >= table2_start + table2_length ) ) in gxv_compare_ranges()

Completed in 4 milliseconds