/reactos/sdk/lib/3rdparty/freetype/src/psaux/ |
H A D | psfont.c | 168 *darkenAmount = FT_DivFix( cf2_intToFixed( y1 ), ppem ); in cf2_computeDarkening() 175 FT_DivFix( cf2_intToFixed( x1 ), ppem ); in cf2_computeDarkening() 182 FT_DivFix( cf2_intToFixed( y1 ), ppem ); in cf2_computeDarkening() 192 FT_DivFix( cf2_intToFixed( x2 ), ppem ); in cf2_computeDarkening() 199 FT_DivFix( cf2_intToFixed( y2 ), ppem ); in cf2_computeDarkening() 217 FT_DivFix( cf2_intToFixed( y3 ), ppem ); in cf2_computeDarkening() 224 *darkenAmount = FT_DivFix( cf2_intToFixed( y4 ), ppem ); in cf2_computeDarkening() 229 *darkenAmount = FT_DivFix( *darkenAmount, 2 * emRatio ); in cf2_computeDarkening() 412 font->stdVW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup() 456 font->stdHW = FT_DivFix( cf2_intToFixed( 75 ), emRatio ); in cf2_font_setup() [all …]
|
H A D | psblues.c | 279 csUnitsPerPixel = FT_DivFix( cf2_intToFixed( 1 ), blues->scale ); in cf2_blues_init() 366 if ( blues->blueScale > FT_DivFix( cf2_intToFixed( 1 ), in cf2_blues_init() 370 blues->blueScale = FT_DivFix( cf2_intToFixed( 1 ), in cf2_blues_init()
|
H A D | psft.c | 82 maxScale = FT_DivFix( CF2_MAX_SIZE, cf2_intToFixed( unitsPerEm ) ); in cf2_checkTransform() 556 *blueScale = FT_DivFix( in cf2_getBlueMetrics()
|
H A D | psconv.c | 341 decimal = FT_DivFix( decimal, divider ); in PS_Conv_ToFixed()
|
H A D | pshints.c | 548 FT_DivFix( SUB_INT32( hintmap->edge[i].dsCoord, in cf2_hintmap_adjustHints() 558 FT_DivFix( SUB_INT32( hintmap->edge[j].dsCoord, in cf2_hintmap_adjustHints() 1251 s = FT_DivFix( cf2_perp( w, v ), denominator ); in cf2_glyphpath_computeIntersection()
|
H A D | t1decode.c | 1001 top[0] = FT_DivFix( top[0], top[1] ); in t1_decoder_parse_charstrings() 1407 *top = FT_DivFix( top[0], top[1] ); in t1_decoder_parse_charstrings()
|
H A D | psintrp.c | 1600 FT_DivFix( dividend, divisor ) ); in cf2_interpT2CharString() 1988 FT_DivFix( dividend, in cf2_interpT2CharString() 2274 new_root = ( root + FT_DivFix( arg, root ) + 1 ) >> 1; in cf2_interpT2CharString()
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | afloader.c | 149 darken_x = FT_DivFix( FT_MulFix( darken_by_font_units_x, in af_loader_embolden_glyph_in_slot() 168 darken_y = FT_DivFix( FT_MulFix( darken_by_font_units_y, in af_loader_embolden_glyph_in_slot() 616 em_ratio = FT_DivFix( af_intToFixed( 1000 ), in af_loader_compute_darkening() 657 darken_amount = FT_DivFix( af_intToFixed( y1 ), ppem ); in af_loader_compute_darkening() 664 FT_DivFix( af_intToFixed( x1 ), ppem ); in af_loader_compute_darkening() 671 FT_DivFix( af_intToFixed( y1 ), ppem ); in af_loader_compute_darkening() 681 FT_DivFix( af_intToFixed( x2 ), ppem ); in af_loader_compute_darkening() 688 FT_DivFix( af_intToFixed( y2 ), ppem ); in af_loader_compute_darkening() 699 FT_DivFix( af_intToFixed( x3 ), ppem ); in af_loader_compute_darkening() 706 FT_DivFix( af_intToFixed( y3 ), ppem ); in af_loader_compute_darkening() [all …]
|
H A D | afangles.c | 171 angle += af_arctan[FT_DivFix( dy, dx ) >> ( 16 - AF_ATAN_BITS )]; in af_angle_atan() 174 af_arctan[FT_DivFix( dx, dy ) >> ( 16 - AF_ATAN_BITS )]; in af_angle_atan()
|
H A D | afwarp.c | 343 new_scale = org_scale + FT_DivFix( w - warper->w0, X2 - X1 ); in af_warper_compute()
|
H A D | afcjk.c | 720 delta1 = FT_DivFix( blue->ref.fit, scale ) - blue->shoot.org; in af_cjk_metrics_scale_dim() 860 dist_threshold = FT_DivFix( 64 * 3, dist_threshold ); in af_cjk_hints_link_segments() 1042 edge_distance_threshold = FT_DivFix( 64 / 4, scale ); in af_cjk_hints_compute_edges()
|
/reactos/sdk/lib/3rdparty/freetype/src/cff/ |
H A D | cffobjs.c | 759 matrix->xx = FT_DivFix( matrix->xx, temp ); in cff_face_init() 760 matrix->yx = FT_DivFix( matrix->yx, temp ); in cff_face_init() 761 matrix->xy = FT_DivFix( matrix->xy, temp ); in cff_face_init() 762 matrix->yy = FT_DivFix( matrix->yy, temp ); in cff_face_init() 763 offset->x = FT_DivFix( offset->x, temp ); in cff_face_init() 764 offset->y = FT_DivFix( offset->y, temp ); in cff_face_init() 831 matrix->xx = FT_DivFix( matrix->xx, temp ); in cff_face_init() 832 matrix->yx = FT_DivFix( matrix->yx, temp ); in cff_face_init() 833 matrix->xy = FT_DivFix( matrix->xy, temp ); in cff_face_init() 834 matrix->yy = FT_DivFix( matrix->yy, temp ); in cff_face_init() [all …]
|
H A D | cffparse.c | 338 result = FT_DivFix( number, 10 ); in cff_parse_real() 376 result = FT_DivFix( number, power_tens[fraction_length - 4] ); in cff_parse_real() 381 result = FT_DivFix( number, power_tens[fraction_length - 5] ); in cff_parse_real() 416 result = FT_DivFix( number, power_tens[fraction_length] ); in cff_parse_real() 583 return FT_DivFix( number, power_tens[integer_length - 4] ); in cff_parse_fixed_dynamic() 588 return FT_DivFix( number, power_tens[integer_length - 5] ); in cff_parse_fixed_dynamic()
|
/reactos/sdk/lib/3rdparty/freetype/src/cid/ |
H A D | cidload.c | 188 root->units_per_EM = (FT_UShort)FT_DivFix( 1000, temp_scale ); in cid_parse_font_matrix() 190 temp[0] = FT_DivFix( temp[0], temp_scale ); in cid_parse_font_matrix() 191 temp[1] = FT_DivFix( temp[1], temp_scale ); in cid_parse_font_matrix() 192 temp[2] = FT_DivFix( temp[2], temp_scale ); in cid_parse_font_matrix() 193 temp[4] = FT_DivFix( temp[4], temp_scale ); in cid_parse_font_matrix() 194 temp[5] = FT_DivFix( temp[5], temp_scale ); in cid_parse_font_matrix()
|
/reactos/sdk/lib/3rdparty/freetype/src/pfr/ |
H A D | pfrdrivr.c | 122 x_scale = FT_DivFix( size->metrics.x_ppem << 6, in pfr_get_metrics() 125 y_scale = FT_DivFix( size->metrics.y_ppem << 6, in pfr_get_metrics()
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftcalc.c | 253 FT_DivFix( FT_Long a_, in FT_DivFix() function 608 FT_DivFix( FT_Long a_, in FT_DivFix() function 704 matrix->xy = - FT_DivFix( matrix->xy, delta ); in FT_Matrix_Invert() 705 matrix->yx = - FT_DivFix( matrix->yx, delta ); in FT_Matrix_Invert() 710 matrix->xx = FT_DivFix( yy, delta ); in FT_Matrix_Invert() 711 matrix->yy = FT_DivFix( xx, delta ); in FT_Matrix_Invert()
|
H A D | ftstroke.c | 1045 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_inside() 1190 length = FT_DivFix( stroker->radius, thcos ); in ft_stroker_outside() 1467 length = FT_DivFix( stroker->radius, FT_Cos( theta ) ); in FT_Stroker_ConicTo() 1675 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo() 1676 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) ); in FT_Stroker_CubicTo()
|
H A D | fttrigon.c | 333 return FT_DivFix( v.y, v.x ); in FT_Tan()
|
/reactos/sdk/lib/3rdparty/freetype/src/type42/ |
H A D | t42parse.c | 274 temp[0] = FT_DivFix( temp[0], temp_scale ); in t42_parse_font_matrix() 275 temp[1] = FT_DivFix( temp[1], temp_scale ); in t42_parse_font_matrix() 276 temp[2] = FT_DivFix( temp[2], temp_scale ); in t42_parse_font_matrix() 277 temp[4] = FT_DivFix( temp[4], temp_scale ); in t42_parse_font_matrix() 278 temp[5] = FT_DivFix( temp[5], temp_scale ); in t42_parse_font_matrix()
|
/reactos/sdk/lib/3rdparty/freetype/src/truetype/ |
H A D | ttobjs.c | 1305 size_metrics->x_scale = FT_DivFix( size_metrics->x_ppem << 6, in tt_size_reset() 1307 size_metrics->y_scale = FT_DivFix( size_metrics->y_ppem << 6, in tt_size_reset() 1321 size->ttmetrics.y_ratio = FT_DivFix( size_metrics->y_ppem, in tt_size_reset() 1328 size->ttmetrics.x_ratio = FT_DivFix( size_metrics->x_ppem, in tt_size_reset()
|
H A D | ttgxvar.c | 914 FT_DivFix( face->blend->normalizedcoords[j] - axis->startCoord, in ft_var_get_item_delta() 918 FT_DivFix( axis->endCoord - face->blend->normalizedcoords[j], in ft_var_get_item_delta() 1763 normalized[i] = -FT_DivFix( coord - a->def, in ft_var_to_normalized() 1766 normalized[i] = FT_DivFix( coord - a->def, in ft_var_to_normalized() 3348 FT_Fixed scale = in1 != in2 ? FT_DivFix( out2 - out1, in2 - in1 ) in tt_delta_interpolate()
|
/reactos/win32ss/drivers/font/ftfd/ |
H A D | freetype.def | 19 FT_DivFix
|
H A D | ftfd.spec | 17 @ cdecl FT_DivFix () function
|
/reactos/sdk/lib/3rdparty/freetype/ |
H A D | freetype.def | 34 FT_DivFix
|
/reactos/sdk/lib/3rdparty/freetype/src/type1/ |
H A D | t1load.c | 245 FT_DivFix( ncv - axismap->blend_points[j - 1], in mm_axis_unmap() 1274 root->units_per_EM = (FT_UShort)FT_DivFix( 1000, temp_scale ); in t1_parse_font_matrix() 1276 temp[0] = FT_DivFix( temp[0], temp_scale ); in t1_parse_font_matrix() 1277 temp[1] = FT_DivFix( temp[1], temp_scale ); in t1_parse_font_matrix() 1278 temp[2] = FT_DivFix( temp[2], temp_scale ); in t1_parse_font_matrix() 1279 temp[4] = FT_DivFix( temp[4], temp_scale ); in t1_parse_font_matrix() 1280 temp[5] = FT_DivFix( temp[5], temp_scale ); in t1_parse_font_matrix()
|