Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/type1/
Dt1load.c261 FT_UInt axis_count ) in mm_weights_unmap() argument
263 FT_ASSERT( axis_count <= T1_MAX_MM_AXIS ); in mm_weights_unmap()
265 if ( axis_count == 1 ) in mm_weights_unmap()
268 else if ( axis_count == 2 ) in mm_weights_unmap()
274 else if ( axis_count == 3 ) in mm_weights_unmap()