/external/freetype/src/psaux/ |
D | pshints.h | 199 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 …]
|
D | psglue.h | 104 FT_Vector pt0; 105 FT_Vector pt1; 106 FT_Vector pt2; 107 FT_Vector pt3;
|
D | pshints.c | 1090 const FT_Vector* fractionalTranslation ) in cf2_glyphpath_init() 1166 FT_Vector* ppt, in cf2_glyphpath_hintPoint() 1170 FT_Vector pt; /* hinted point in upright DS */ in cf2_glyphpath_hintPoint() 1199 const FT_Vector* u1, in cf2_glyphpath_computeIntersection() 1200 const FT_Vector* u2, in cf2_glyphpath_computeIntersection() 1201 const FT_Vector* v1, in cf2_glyphpath_computeIntersection() 1202 const FT_Vector* v2, in cf2_glyphpath_computeIntersection() 1203 FT_Vector* intersection ) in cf2_glyphpath_computeIntersection() 1232 FT_Vector u, v, w; /* scaled vectors */ in cf2_glyphpath_computeIntersection() 1320 FT_Vector* nextP0, in cf2_glyphpath_pushPrevElem() [all …]
|
/external/freetype/src/base/ |
D | ftoutln.c | 50 FT_Vector v_last; in FT_Outline_Decompose() 51 FT_Vector v_control; in FT_Outline_Decompose() 52 FT_Vector v_start; in FT_Outline_Decompose() 54 FT_Vector* point; in FT_Outline_Decompose() 55 FT_Vector* limit; in FT_Outline_Decompose() 148 FT_Vector vec; in FT_Outline_Decompose() 169 FT_Vector vec; in FT_Outline_Decompose() 170 FT_Vector v_middle; in FT_Outline_Decompose() 219 FT_Vector vec1, vec2; in FT_Outline_Decompose() 237 FT_Vector vec; in FT_Outline_Decompose() [all …]
|
D | fttrigon.c | 133 ft_trig_prenorm( FT_Vector* vec ) in ft_trig_prenorm() 163 ft_trig_pseudo_rotate( FT_Vector* vec, in ft_trig_pseudo_rotate() 218 ft_trig_pseudo_polarize( FT_Vector* vec ) in ft_trig_pseudo_polarize() 299 FT_Vector v; in FT_Cos() 313 FT_Vector v; in FT_Sin() 327 FT_Vector v = { 1 << 24, 0 }; in FT_Tan() 342 FT_Vector v; in FT_Atan2() 360 FT_Vector_Unit( FT_Vector* vec, in FT_Vector_Unit() 377 FT_Vector_Rotate( FT_Vector* vec, in FT_Vector_Rotate() 381 FT_Vector v; in FT_Vector_Rotate() [all …]
|
D | ftstroke.c | 82 ft_conic_split( FT_Vector* base ) in ft_conic_split() 104 ft_conic_is_small_enough( FT_Vector* base, in ft_conic_is_small_enough() 108 FT_Vector d1, d2; in ft_conic_is_small_enough() 155 ft_cubic_split( FT_Vector* base ) in ft_cubic_split() 198 ft_cubic_is_small_enough( FT_Vector* base, in ft_cubic_is_small_enough() 203 FT_Vector d1, d2, d3; in ft_cubic_is_small_enough() 316 FT_Vector* points; 381 FT_Vector* vec1 = border->points + start + 1; in ft_stroke_border_close() 382 FT_Vector* vec2 = border->points + count - 1; in ft_stroke_border_close() 387 FT_Vector tmp; in ft_stroke_border_close() [all …]
|
D | ftbbox.c | 38 FT_Vector last; 86 BBox_Move_To( FT_Vector* to, in BBox_Move_To() 120 BBox_Line_To( FT_Vector* to, in BBox_Line_To() 209 BBox_Conic_To( FT_Vector* control, in BBox_Conic_To() 210 FT_Vector* to, in BBox_Conic_To() 414 BBox_Cubic_To( FT_Vector* control1, in BBox_Cubic_To() 415 FT_Vector* control2, in BBox_Cubic_To() 416 FT_Vector* to, in BBox_Cubic_To() 469 FT_Vector* vec; in FT_EXPORT_DEF()
|
D | ftlcdfil.c | 360 FT_Vector* sub ) in FT_Library_SetLcdGeometry() 376 FT_Vector* sub = slot->library->lcd_geometry; in ft_lcd_padding() 421 FT_Vector sub[3] ) in FT_Library_SetLcdGeometry() 429 ft_memcpy( library->lcd_geometry, sub, 3 * sizeof( FT_Vector ) ); in FT_Library_SetLcdGeometry()
|
/external/freetype/include/freetype/ |
D | ftstroke.h | 401 FT_Vector* to, 454 FT_Vector* to ); 485 FT_Vector* control, 486 FT_Vector* to ); 520 FT_Vector* control1, 521 FT_Vector* control2, 522 FT_Vector* to );
|
D | ftimage.h | 80 } FT_Vector; typedef 341 FT_Vector* points; /* the outline's points */ 508 (*FT_Outline_MoveToFunc)( const FT_Vector* to, 537 (*FT_Outline_LineToFunc)( const FT_Vector* to, 571 (*FT_Outline_ConicToFunc)( const FT_Vector* control, 572 const FT_Vector* to, 607 (*FT_Outline_CubicToFunc)( const FT_Vector* control1, 608 const FT_Vector* control2, 609 const FT_Vector* to,
|
D | fttrigon.h | 244 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,
|
D | ftglyph.h | 117 FT_Vector advance; 342 FT_Vector* delta ); 574 FT_Vector* origin,
|
D | ftrender.h | 50 const FT_Vector* delta ); 91 const FT_Vector* origin ); 97 const FT_Vector* delta );
|
D | ftbitmap.h | 266 const FT_Vector source_offset, 268 FT_Vector *atarget_offset,
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 45 const FT_Vector* delta ) in ft_smooth_transform() 92 FT_Vector* sub = render->root.library->lcd_geometry; in ft_smooth_init() 133 FT_Vector* sub = render->root.library->lcd_geometry; in ft_smooth_raster_lcd() 201 FT_Vector* sub = render->root.library->lcd_geometry; in ft_smooth_raster_lcdv() 276 FT_Vector* points = outline->points; in ft_smooth_raster_lcd() 277 FT_Vector* points_end = FT_OFFSET( points, outline->n_points ); in ft_smooth_raster_lcd() 278 FT_Vector* vec; in ft_smooth_raster_lcd() 308 FT_Vector* points = outline->points; in ft_smooth_raster_lcdv() 309 FT_Vector* points_end = FT_OFFSET( points, outline->n_points ); in ft_smooth_raster_lcdv() 310 FT_Vector* vec; in ft_smooth_raster_lcdv() [all …]
|
D | ftgrays.c | 982 gray_split_conic( FT_Vector* base ) in gray_split_conic() 1004 gray_render_conic( RAS_ARG_ const FT_Vector* control, in gray_render_conic() 1005 const FT_Vector* to ) in gray_render_conic() 1007 FT_Vector bez_stack[16 * 2 + 1]; /* enough to accommodate bisections */ in gray_render_conic() 1008 FT_Vector* arc = bez_stack; in gray_render_conic() 1068 gray_split_cubic( FT_Vector* base ) in gray_split_cubic() 1100 gray_render_cubic( RAS_ARG_ const FT_Vector* control1, in gray_render_cubic() 1101 const FT_Vector* control2, in gray_render_cubic() 1102 const FT_Vector* to ) in gray_render_cubic() 1104 FT_Vector bez_stack[16 * 3 + 1]; /* enough to accommodate bisections */ in gray_render_cubic() [all …]
|
/external/freetype/src/pfr/ |
D | pfrgload.c | 99 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 …]
|
/external/freetype/src/autofit/ |
D | afloader.h | 48 FT_Vector trans_delta; 49 FT_Vector pp1; 50 FT_Vector pp2;
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1698 FT_Vector* org; /* original point coordinates */ 1699 FT_Vector* cur; /* current point coordinates */ 1700 FT_Vector* orus; /* original (unscaled) point coordinates */ 1745 FT_Vector pp1; 1746 FT_Vector pp2; 1762 FT_Vector pp3; 1763 FT_Vector pp4;
|
D | psaux.h | 575 FT_Vector* left_bearing; 576 FT_Vector* advance; 642 FT_Vector flex_vectors[7]; 679 FT_Vector font_offset; 839 FT_Vector left_bearing; 840 FT_Vector advance; 961 FT_Vector font_offset; 965 FT_Vector flex_vectors[7]; 1119 FT_Vector left_bearing; 1120 FT_Vector advance; [all …]
|
D | ftgloadr.h | 52 FT_Vector* extra_points; /* extra points table */ 53 FT_Vector* extra_points2; /* second extra points table */
|
/external/freetype/src/tools/ftrandom/ |
D | ftrandom.c | 105 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()
|
/external/freetype/src/tools/ |
D | test_bbox.c | 31 static FT_Vector dummy_vec_1[4] = 71 static FT_Vector dummy_vec_2[4] = 91 static FT_Vector dummy_vec_3[4] =
|
D | test_trig.c | 137 FT_Vector v; in test_unit() 170 FT_Vector v; in test_length() 208 FT_Vector v; in test_rotate()
|
/external/pdfium/core/fxge/ |
D | cfx_font.cpp | 101 int Outline_MoveTo(const FT_Vector* to, void* user) { in Outline_MoveTo() 116 int Outline_LineTo(const FT_Vector* to, void* user) { in Outline_LineTo() 128 int Outline_ConicTo(const FT_Vector* control, const FT_Vector* to, void* user) { in Outline_ConicTo() 152 int Outline_CubicTo(const FT_Vector* control1, in Outline_CubicTo() 153 const FT_Vector* control2, in Outline_CubicTo() 154 const FT_Vector* to, in Outline_CubicTo()
|