HomeSort by relevance Sort by last modified time
    Searched refs:ft_pos_abs (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/base/
ftstroke.c 81 ft_pos_abs( FT_Pos x ) function
152 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) );
285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) );
286 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) );
1020 FT_Fixed min_length = ft_pos_abs( FT_MulFix( stroker->radius,
1111 if ( fixed_bevel || ft_pos_abs( theta ) > 57 )
1150 ft_pos_abs( FT_Sin( theta ) ) );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftstroke.c 81 ft_pos_abs( FT_Pos x ) function
152 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) );
285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) );
286 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) );
1019 FT_Fixed min_length = ft_pos_abs( FT_MulFix( stroker->radius,
1110 if ( fixed_bevel || ft_pos_abs( theta ) > 57 )
1149 ft_pos_abs( FT_Sin( theta ) ) );
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 81 ft_pos_abs( FT_Pos x ) function
152 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) );
285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) );
286 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) );
1019 FT_Fixed min_length = ft_pos_abs( FT_MulFix( stroker->radius,
1110 if ( fixed_bevel || ft_pos_abs( theta ) > 57 )
1149 ft_pos_abs( FT_Sin( theta ) ) );
    [all...]

Completed in 1688 milliseconds