Home
last modified time | relevance | path

Searched refs:FT_Vector (Results 1 – 25 of 70) sorted by relevance

123

/reactos/sdk/lib/3rdparty/freetype/src/psaux/
H A Dpshints.h199 FT_Vector fractionalTranslation; /* including deviceXScale */
225 FT_Vector offsetStart0; /* first and second points of first */
226 FT_Vector offsetStart1; /* element with offset applied */
229 FT_Vector currentCS;
231 FT_Vector currentDS;
233 FT_Vector start;
239 FT_Vector prevElemP0;
240 FT_Vector prevElemP1;
241 FT_Vector prevElemP2;
242 FT_Vector prevElemP3;
[all …]
H A Dpsglue.h104 FT_Vector pt0;
105 FT_Vector pt1;
106 FT_Vector pt2;
107 FT_Vector pt3;
H A Dpshints.c1169 FT_Vector* ppt, in cf2_glyphpath_hintPoint()
1173 FT_Vector pt; /* hinted point in upright DS */ in cf2_glyphpath_hintPoint()
1235 FT_Vector u, v, w; /* scaled vectors */ in cf2_glyphpath_computeIntersection()
1323 FT_Vector* nextP0, in cf2_glyphpath_pushPrevElem()
1324 FT_Vector nextP1, in cf2_glyphpath_pushPrevElem()
1329 FT_Vector* prevP0; in cf2_glyphpath_pushPrevElem()
1330 FT_Vector* prevP1; in cf2_glyphpath_pushPrevElem()
1332 FT_Vector intersection = { 0, 0 }; in cf2_glyphpath_pushPrevElem()
1486 FT_Vector start ) in cf2_glyphpath_pushMove()
1716 FT_Vector P0, P1; in cf2_glyphpath_lineTo()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftoutln.c59 FT_Vector v_last; in FT_Outline_Decompose()
61 FT_Vector v_start; in FT_Outline_Decompose()
63 FT_Vector* point; in FT_Outline_Decompose()
64 FT_Vector* limit; in FT_Outline_Decompose()
533 FT_Vector* vec; in FT_Outline_Translate()
714 FT_Vector* vec; in FT_Outline_Transform()
715 FT_Vector* limit; in FT_Outline_Transform()
752 FT_Vector* last;
753 FT_Vector* a;
754 FT_Vector* b;
[all …]
H A Dfttrigon.c134 ft_trig_prenorm( FT_Vector* vec ) in ft_trig_prenorm()
300 FT_Vector v; in FT_Cos()
314 FT_Vector v; in FT_Sin()
328 FT_Vector v; in FT_Tan()
343 FT_Vector v; in FT_Atan2()
361 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit()
386 FT_Vector_Rotate( FT_Vector* vec, in FT_Vector_Rotate()
390 FT_Vector v; in FT_Vector_Rotate()
426 FT_Vector_Length( FT_Vector* vec ) in FT_Vector_Length()
429 FT_Vector v; in FT_Vector_Length()
[all …]
H A Dftstroke.c112 FT_Vector d1, d2; in ft_conic_is_small_enough()
203 FT_Vector d1, d2, d3; in ft_cubic_is_small_enough()
316 FT_Vector* points;
1187 FT_Vector delta; in ft_stroker_outside()
1345 FT_Vector point; in FT_Stroker_LineTo()
1378 FT_Vector* arc; in FT_Stroker_ConicTo()
1580 FT_Vector* arc; in FT_Stroker_CubicTo()
2098 FT_Vector v_last; in FT_Stroker_ParseOutline()
2100 FT_Vector v_start; in FT_Stroker_ParseOutline()
2102 FT_Vector* point; in FT_Stroker_ParseOutline()
[all …]
H A Dftbbox.c39 FT_Vector last;
85 BBox_Move_To( FT_Vector* to, in BBox_Move_To()
117 BBox_Line_To( FT_Vector* to, in BBox_Line_To()
198 BBox_Conic_To( FT_Vector* control, in BBox_Conic_To()
199 FT_Vector* to, in BBox_Conic_To()
393 BBox_Cubic_To( FT_Vector* control1, in BBox_Cubic_To()
394 FT_Vector* control2, in BBox_Cubic_To()
395 FT_Vector* to, in BBox_Cubic_To()
448 FT_Vector* vec; in FT_EXPORT_DEF()
H A Dftglyph.c226 const FT_Vector* delta ) in ft_outline_glyph_transform()
449 FT_Vector* delta ) in FT_Glyph_Transform()
529 FT_Vector* origin, in FT_Glyph_To_Bitmap()
593 FT_Vector v; in FT_Glyph_To_Bitmap()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dftstroke.h407 FT_Vector* to,
460 FT_Vector* to );
491 FT_Vector* control,
492 FT_Vector* to );
526 FT_Vector* control1,
527 FT_Vector* control2,
528 FT_Vector* to );
H A Dftimage.h79 } FT_Vector; typedef
339 FT_Vector* points; /* the outline's points */
493 (*FT_Outline_MoveToFunc)( const FT_Vector* to,
520 (*FT_Outline_LineToFunc)( const FT_Vector* to,
551 (*FT_Outline_ConicToFunc)( const FT_Vector* control,
552 const FT_Vector* to,
583 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
584 const FT_Vector* control2,
585 const FT_Vector* to,
H A Dfttrigon.h244 FT_Vector_Unit( FT_Vector* vec,
266 FT_Vector_Rotate( FT_Vector* vec,
288 FT_Vector_Length( FT_Vector* vec );
312 FT_Vector_Polarize( FT_Vector* vec,
338 FT_Vector_From_Polar( FT_Vector* vec,
H A Dftglyph.h113 FT_Vector advance;
296 FT_Vector* delta );
527 FT_Vector* origin,
H A Dftrender.h51 const FT_Vector* delta );
92 const FT_Vector* origin );
98 const FT_Vector* delta );
H A Dfreetype.h1919 FT_Vector advance;
3170 FT_Vector* delta );
3446 FT_Vector *akerning );
4498 FT_Vector_Transform( FT_Vector* vec,
/reactos/sdk/lib/3rdparty/freetype/src/smooth/
H A Dftsmooth.c57 const FT_Vector* delta ) in ft_smooth_transform()
97 const FT_Vector* origin, in ft_smooth_render_generic()
167 FT_Vector* points = outline->points; in ft_smooth_render_generic()
168 FT_Vector* points_end = points + outline->n_points; in ft_smooth_render_generic()
169 FT_Vector* vec; in ft_smooth_render_generic()
186 FT_Vector* points = outline->points; in ft_smooth_render_generic()
187 FT_Vector* points_end = points + outline->n_points; in ft_smooth_render_generic()
188 FT_Vector* vec; in ft_smooth_render_generic()
349 const FT_Vector* origin ) in ft_smooth_render()
364 const FT_Vector* origin ) in ft_smooth_render_lcd()
[all …]
H A Dftgrays.c1002 FT_Vector* arc = bez_stack; in gray_render_conic()
1096 FT_Vector* arc = bez_stack; in gray_render_cubic()
1375 FT_Vector v_last; in FT_Outline_Decompose()
1376 FT_Vector v_control; in FT_Outline_Decompose()
1377 FT_Vector v_start; in FT_Outline_Decompose()
1379 FT_Vector* point; in FT_Outline_Decompose()
1380 FT_Vector* limit; in FT_Outline_Decompose()
1473 FT_Vector vec; in FT_Outline_Decompose()
1494 FT_Vector vec; in FT_Outline_Decompose()
1495 FT_Vector v_middle; in FT_Outline_Decompose()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/pfr/
H A Dpfrgload.c99 FT_Vector* p1 = outline->points + first; in pfr_glyph_close_contour()
100 FT_Vector* p2 = outline->points + last; in pfr_glyph_close_contour()
128 FT_Vector* to ) in pfr_glyph_line_to()
162 FT_Vector* control1, in pfr_glyph_curve_to()
163 FT_Vector* control2, in pfr_glyph_curve_to()
164 FT_Vector* to ) in pfr_glyph_curve_to()
182 FT_Vector* vec = outline->points + outline->n_points; in pfr_glyph_curve_to()
203 FT_Vector* to ) in pfr_glyph_move_to()
350 FT_Vector pos[4]; in pfr_glyph_load_simple()
351 FT_Vector* cur; in pfr_glyph_load_simple()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/autofit/
H A Dafloader.h48 FT_Vector trans_delta;
49 FT_Vector pp1;
50 FT_Vector pp2;
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dtttypes.h1607 FT_Vector* org; /* original point coordinates */
1608 FT_Vector* cur; /* current point coordinates */
1609 FT_Vector* orus; /* original (unscaled) point coordinates */
1654 FT_Vector pp1;
1655 FT_Vector pp2;
1671 FT_Vector pp3;
1672 FT_Vector pp4;
H A Dpsaux.h544 FT_Vector* left_bearing;
545 FT_Vector* advance;
611 FT_Vector flex_vectors[7];
648 FT_Vector font_offset;
792 FT_Vector left_bearing;
793 FT_Vector advance;
914 FT_Vector font_offset;
918 FT_Vector flex_vectors[7];
1055 FT_Vector left_bearing;
1056 FT_Vector advance;
[all …]
H A Dftgloadr.h53 FT_Vector* extra_points; /* extra points table */
54 FT_Vector* extra_points2; /* second extra points table */
/reactos/sdk/lib/3rdparty/freetype/src/tools/ftrandom/
H A Dftrandom.c105 FT_MoveTo( const FT_Vector *to, in FT_MoveTo()
116 FT_LineTo( const FT_Vector *to, in FT_LineTo()
127 FT_ConicTo( const FT_Vector *_cp, in FT_ConicTo()
128 const FT_Vector *to, in FT_ConicTo()
140 FT_CubicTo( const FT_Vector *cp1, in FT_CubicTo()
141 const FT_Vector *cp2, in FT_CubicTo()
142 const FT_Vector *to, in FT_CubicTo()
/reactos/sdk/lib/3rdparty/freetype/src/tools/
H A Dtest_bbox.c32 static FT_Vector dummy_vec_1[4] =
72 static FT_Vector dummy_vec_2[4] =
92 static FT_Vector dummy_vec_3[4] =
H A Dtest_trig.c138 FT_Vector v; in test_unit()
171 FT_Vector v; in test_length()
209 FT_Vector v; in test_rotate()
/reactos/sdk/lib/3rdparty/freetype/src/raster/
H A Dftrend1.c58 const FT_Vector* delta ) in ft_raster1_transform()
98 const FT_Vector* origin ) in ft_raster1_render()

123