/third_party/freetype/src/base/ |
D | ftbbox.c | 414 BBox_Cubic_To( FT_Vector* control1, in BBox_Cubic_To() argument 423 if ( CHECK_X( control1, user->bbox ) || in BBox_Cubic_To() 426 control1->x, in BBox_Cubic_To() 432 if ( CHECK_Y( control1, user->bbox ) || in BBox_Cubic_To() 435 control1->y, in BBox_Cubic_To()
|
D | ftstroke.c | 499 FT_Vector* control1, in ft_stroke_border_cubicto() argument 515 vec[0] = *control1; in ft_stroke_border_cubicto() 1542 FT_Vector* control1, in FT_Stroker_CubicTo() argument 1553 if ( !stroker || !control1 || !control2 || !to ) in FT_Stroker_CubicTo() 1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo() 1562 FT_IS_SMALL( stroker->center.y - control1->y ) && in FT_Stroker_CubicTo() 1563 FT_IS_SMALL( control1->x - control2->x ) && in FT_Stroker_CubicTo() 1564 FT_IS_SMALL( control1->y - control2->y ) && in FT_Stroker_CubicTo() 1575 arc[2] = *control1; in FT_Stroker_CubicTo()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftbbox.c | 414 BBox_Cubic_To( FT_Vector* control1, in BBox_Cubic_To() argument 423 if ( CHECK_X( control1, user->bbox ) || in BBox_Cubic_To() 426 control1->x, in BBox_Cubic_To() 432 if ( CHECK_Y( control1, user->bbox ) || in BBox_Cubic_To() 435 control1->y, in BBox_Cubic_To()
|
D | ftstroke.c | 499 FT_Vector* control1, in ft_stroke_border_cubicto() argument 515 vec[0] = *control1; in ft_stroke_border_cubicto() 1544 FT_Vector* control1, in FT_Stroker_CubicTo() argument 1555 if ( !stroker || !control1 || !control2 || !to ) in FT_Stroker_CubicTo() 1563 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo() 1564 FT_IS_SMALL( stroker->center.y - control1->y ) && in FT_Stroker_CubicTo() 1565 FT_IS_SMALL( control1->x - control2->x ) && in FT_Stroker_CubicTo() 1566 FT_IS_SMALL( control1->y - control2->y ) && in FT_Stroker_CubicTo() 1577 arc[2] = *control1; in FT_Stroker_CubicTo()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftbbox.c | 415 BBox_Cubic_To( FT_Vector* control1, in BBox_Cubic_To() argument 424 if ( CHECK_X( control1, user->bbox ) || in BBox_Cubic_To() 427 control1->x, in BBox_Cubic_To() 433 if ( CHECK_Y( control1, user->bbox ) || in BBox_Cubic_To() 436 control1->y, in BBox_Cubic_To()
|
D | ftstroke.c | 500 FT_Vector* control1, in ft_stroke_border_cubicto() argument 516 vec[0] = *control1; in ft_stroke_border_cubicto() 1576 FT_Vector* control1, in FT_Stroker_CubicTo() argument 1587 if ( !stroker || !control1 || !control2 || !to ) in FT_Stroker_CubicTo() 1595 if ( FT_IS_SMALL( stroker->center.x - control1->x ) && in FT_Stroker_CubicTo() 1596 FT_IS_SMALL( stroker->center.y - control1->y ) && in FT_Stroker_CubicTo() 1597 FT_IS_SMALL( control1->x - control2->x ) && in FT_Stroker_CubicTo() 1598 FT_IS_SMALL( control1->y - control2->y ) && in FT_Stroker_CubicTo() 1609 arc[2] = *control1; in FT_Stroker_CubicTo()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftstroke.h | 520 FT_Vector* control1,
|
D | ftimage.h | 607 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | ftstroke.h | 519 FT_Vector* control1,
|
D | ftimage.h | 600 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
|
/third_party/freetype/include/freetype/ |
D | ftstroke.h | 520 FT_Vector* control1,
|
D | ftimage.h | 607 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
|
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/ |
D | ftgrays.c | 1101 gray_render_cubic( RAS_ARG_ const FT_Vector* control1, in gray_render_cubic() argument 1113 arc[2].x = UPSCALE( control1->x ); in gray_render_cubic() 1114 arc[2].y = UPSCALE( control1->y ); in gray_render_cubic() 1198 gray_cubic_to( const FT_Vector* control1, in gray_cubic_to() argument 1203 gray_render_cubic( RAS_VAR_ control1, control2, to ); in gray_cubic_to()
|
/third_party/freetype/src/smooth/ |
D | ftgrays.c | 1100 gray_render_cubic( RAS_ARG_ const FT_Vector* control1, in gray_render_cubic() argument 1112 arc[2].x = UPSCALE( control1->x ); in gray_render_cubic() 1113 arc[2].y = UPSCALE( control1->y ); in gray_render_cubic() 1197 gray_cubic_to( const FT_Vector* control1, in gray_cubic_to() argument 1202 gray_render_cubic( RAS_VAR_ control1, control2, to ); in gray_cubic_to()
|
/third_party/freetype/src/pfr/ |
D | pfrgload.c | 162 FT_Vector* control1, in pfr_glyph_curve_to() argument 186 vec[0] = *control1; in pfr_glyph_curve_to()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrgload.c | 162 FT_Vector* control1, in pfr_glyph_curve_to() argument 186 vec[0] = *control1; in pfr_glyph_curve_to()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrgload.c | 162 FT_Vector* control1, in pfr_glyph_curve_to() argument 186 vec[0] = *control1; in pfr_glyph_curve_to()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftgrays.c | 1368 gray_render_cubic( RAS_ARG_ const FT_Vector* control1, in gray_render_cubic() argument 1380 arc[2].x = UPSCALE( control1->x ); in gray_render_cubic() 1381 arc[2].y = UPSCALE( control1->y ); in gray_render_cubic() 1465 gray_cubic_to( const FT_Vector* control1, in gray_cubic_to() argument 1470 gray_render_cubic( RAS_VAR_ control1, control2, to ); in gray_cubic_to()
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
D | perf-draw.hh | 45 _ft_cubic_to (const FT_Vector* control1 HB_UNUSED, const FT_Vector* control2 HB_UNUSED, in _ft_cubic_to()
|
/third_party/harfbuzz/perf/ |
D | perf-draw.hh | 45 _ft_cubic_to (const FT_Vector* control1 HB_UNUSED, const FT_Vector* control2 HB_UNUSED, in _ft_cubic_to()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 32115 +_hb_ft_cubic_to (const FT_Vector *control1, 32120 + drawing->cubic_to (control1->x, control1->y,
|