Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dsfwoff2.c548 FT_UInt xy_bytes; in store_points() local
618 xy_bytes = x_bytes + y_bytes; in store_points()
619 if ( xy_bytes < x_bytes || in store_points()
620 flag_offset + xy_bytes < flag_offset || in store_points()
621 flag_offset + xy_bytes > dst_size ) in store_points()