Home
last modified time | relevance | path

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

123

/AliOS-Things-master/components/freetype/src/cff/
A Dcf2hints.h200 FT_Vector fractionalTranslation; /* including deviceXScale */
226 FT_Vector offsetStart0; /* first and second points of first */
227 FT_Vector offsetStart1; /* element with offset applied */
230 FT_Vector currentCS;
232 FT_Vector currentDS;
234 FT_Vector start;
240 FT_Vector prevElemP0;
241 FT_Vector prevElemP1;
242 FT_Vector prevElemP2;
243 FT_Vector prevElemP3;
[all …]
A Dcf2glue.h104 FT_Vector pt0;
105 FT_Vector pt1;
106 FT_Vector pt2;
107 FT_Vector pt3;
A Dcffgload.h93 FT_Vector left_bearing;
94 FT_Vector advance;
168 FT_Vector flex_vectors[7];
A Dcf2hints.c1089 FT_Vector* ppt, in cf2_glyphpath_hintPoint()
1093 FT_Vector pt; /* hinted point in upright DS */ in cf2_glyphpath_hintPoint()
1151 FT_Vector u, v, w; /* scaled vectors */ in cf2_glyphpath_computeIntersection()
1232 FT_Vector* nextP0, in cf2_glyphpath_pushPrevElem()
1233 FT_Vector nextP1, in cf2_glyphpath_pushPrevElem()
1238 FT_Vector* prevP0; in cf2_glyphpath_pushPrevElem()
1239 FT_Vector* prevP1; in cf2_glyphpath_pushPrevElem()
1241 FT_Vector intersection = { 0, 0 }; in cf2_glyphpath_pushPrevElem()
1395 FT_Vector start ) in cf2_glyphpath_pushMove()
1624 FT_Vector P0, P1; in cf2_glyphpath_lineTo()
[all …]
/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c58 FT_Vector v_last; in FT_Outline_Decompose()
60 FT_Vector v_start; in FT_Outline_Decompose()
62 FT_Vector* point; in FT_Outline_Decompose()
63 FT_Vector* limit; in FT_Outline_Decompose()
523 FT_Vector* vec; in FT_Outline_Translate()
708 FT_Vector* vec; in FT_Outline_Transform()
709 FT_Vector* limit; in FT_Outline_Transform()
746 FT_Vector* last;
747 FT_Vector* a;
748 FT_Vector* b;
[all …]
A Dfttrigon.c115 ft_trig_prenorm( FT_Vector* vec ) in ft_trig_prenorm()
280 FT_Vector v; in FT_Cos()
305 FT_Vector v; in FT_Tan()
322 FT_Vector v; in FT_Atan2()
340 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit()
362 FT_Vector_Rotate( FT_Vector* vec, in FT_Vector_Rotate()
366 FT_Vector v; in FT_Vector_Rotate()
400 FT_Vector_Length( FT_Vector* vec ) in FT_Vector_Length()
403 FT_Vector v; in FT_Vector_Length()
434 FT_Vector_Polarize( FT_Vector* vec, in FT_Vector_Polarize()
[all …]
A Dftstroke.c102 FT_Vector d1, d2; in ft_conic_is_small_enough()
193 FT_Vector d1, d2, d3; in ft_cubic_is_small_enough()
306 FT_Vector* points;
1167 FT_Vector delta; in ft_stroker_outside()
1325 FT_Vector point; in FT_Stroker_LineTo()
1358 FT_Vector* arc; in FT_Stroker_ConicTo()
1554 FT_Vector* arc; in FT_Stroker_CubicTo()
2047 FT_Vector v_last; in FT_Stroker_ParseOutline()
2049 FT_Vector v_start; in FT_Stroker_ParseOutline()
2051 FT_Vector* point; in FT_Stroker_ParseOutline()
[all …]
A Dftbbox.c39 FT_Vector last;
66 BBox_Move_To( FT_Vector* to, in BBox_Move_To()
154 BBox_Conic_To( FT_Vector* control, in BBox_Conic_To()
155 FT_Vector* to, in BBox_Conic_To()
356 BBox_Cubic_To( FT_Vector* control1, in BBox_Cubic_To()
357 FT_Vector* control2, in BBox_Cubic_To()
358 FT_Vector* to, in BBox_Cubic_To()
404 FT_Vector* vec; in FT_EXPORT_DEF()
/AliOS-Things-master/components/freetype/include/
A Dftstroke.h373 FT_Vector* to,
426 FT_Vector* to );
457 FT_Vector* control,
458 FT_Vector* to );
492 FT_Vector* control1,
493 FT_Vector* control2,
494 FT_Vector* to );
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,
A Dftimage.h79 } FT_Vector; typedef
397 FT_Vector* points; /* the outline's points */
565 (*FT_Outline_MoveToFunc)( const FT_Vector* to,
592 (*FT_Outline_LineToFunc)( const FT_Vector* to,
623 (*FT_Outline_ConicToFunc)( const FT_Vector* control,
624 const FT_Vector* to,
655 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
656 const FT_Vector* control2,
657 const FT_Vector* to,
A Dftglyph.h113 FT_Vector advance;
290 FT_Vector* delta );
535 FT_Vector* origin,
A Dftrender.h51 const FT_Vector* delta );
91 const FT_Vector* origin );
97 const FT_Vector* delta );
A Dftpfr.h132 FT_Vector *avector );
/AliOS-Things-master/components/freetype/src/autofit/
A Dafloader.h50 FT_Vector trans_delta;
51 FT_Vector pp1;
52 FT_Vector pp2;
A Dafloader.c298 FT_Vector pp1, pp2; in af_loader_load_g()
336 FT_Vector* cur = gloader->base.outline.points + in af_loader_load_g()
338 FT_Vector* limit = cur + num_new_points; in af_loader_load_g()
351 FT_Vector* p1; in af_loader_load_g()
352 FT_Vector* p2; in af_loader_load_g()
403 FT_Vector vvector; in af_loader_load_g()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c62 const FT_Vector* delta ) in ft_smooth_transform()
102 const FT_Vector* origin, in ft_smooth_render_generic()
273 FT_Vector* points = outline->points; in ft_smooth_render_generic()
274 FT_Vector* points_end = points + outline->n_points; in ft_smooth_render_generic()
275 FT_Vector* vec; in ft_smooth_render_generic()
292 FT_Vector* points = outline->points; in ft_smooth_render_generic()
293 FT_Vector* points_end = points + outline->n_points; in ft_smooth_render_generic()
294 FT_Vector* vec; in ft_smooth_render_generic()
408 const FT_Vector* origin ) in ft_smooth_render()
423 const FT_Vector* origin ) in ft_smooth_render_lcd()
[all …]
A Dftgrays.c940 FT_Vector* arc; in gray_render_conic()
1039 FT_Vector* arc; in gray_render_cubic()
1524 FT_Vector v_last; in FT_Outline_Decompose()
1525 FT_Vector v_control; in FT_Outline_Decompose()
1526 FT_Vector v_start; in FT_Outline_Decompose()
1528 FT_Vector* point; in FT_Outline_Decompose()
1529 FT_Vector* limit; in FT_Outline_Decompose()
1619 FT_Vector vec; in FT_Outline_Decompose()
1640 FT_Vector vec; in FT_Outline_Decompose()
1641 FT_Vector v_middle; in FT_Outline_Decompose()
[all …]
/AliOS-Things-master/components/freetype/src/pfr/
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()
348 FT_Vector pos[4]; in pfr_glyph_load_simple()
349 FT_Vector* cur; in pfr_glyph_load_simple()
[all …]
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h1447 FT_Vector* org; /* original point coordinates */
1448 FT_Vector* cur; /* current point coordinates */
1449 FT_Vector* orus; /* original (unscaled) point coordinates */
1482 FT_Vector pp1;
1483 FT_Vector pp2;
1501 FT_Vector pp3;
1502 FT_Vector pp4;
A Dftgloadr.h71 FT_Vector* extra_points; /* extra points table */
72 FT_Vector* extra_points2; /* second extra points table */
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c103 FT_MoveTo( const FT_Vector *to, in FT_MoveTo()
111 FT_LineTo( const FT_Vector *to, in FT_LineTo()
119 FT_ConicTo( const FT_Vector *_cp, in FT_ConicTo()
120 const FT_Vector *to, in FT_ConicTo()
128 FT_CubicTo( const FT_Vector *cp1, in FT_CubicTo()
129 const FT_Vector *cp2, in FT_CubicTo()
130 const FT_Vector *to, in FT_CubicTo()
/AliOS-Things-master/components/freetype/src/tools/
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] =
A Dtest_trig.c138 FT_Vector v; in test_unit()
171 FT_Vector v; in test_length()
209 FT_Vector v; in test_rotate()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1afm.h41 FT_Vector* kerning );

Completed in 65 milliseconds

123