Home
last modified time | relevance | path

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

/external/freetype/src/otvalid/
Dotvgpos.c352 FT_UInt PosFormat; in otv_SinglePos_validate() local
358 PosFormat = FT_NEXT_USHORT( p ); in otv_SinglePos_validate()
360 OTV_TRACE(( " (format %d)\n", PosFormat )); in otv_SinglePos_validate()
364 switch ( PosFormat ) in otv_SinglePos_validate()
476 FT_UInt PosFormat; in otv_PairPos_validate() local
482 PosFormat = FT_NEXT_USHORT( p ); in otv_PairPos_validate()
484 OTV_TRACE(( " (format %d)\n", PosFormat )); in otv_PairPos_validate()
486 switch ( PosFormat ) in otv_PairPos_validate()
583 FT_UInt PosFormat; in otv_CursivePos_validate() local
589 PosFormat = FT_NEXT_USHORT( p ); in otv_CursivePos_validate()
[all …]