Searched defs:control1 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftbbox.c502 /* control1 :: A pointer to the first control point. */
519 BBox_Cubic_To( FT_Vector* control1, argument
527 if ( CHECK_X( control1, user->bbox ) ||
530 control1->x,
536 if ( CHECK_Y( control1, user->bbox ) ||
539 control1->y,
H A Dftstroke.c488 FT_Vector* control1,
504 vec[0] = *control1;
1548 FT_Vector* control1,
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) &&
1562 FT_IS_SMALL( stroker->center.y - control1->y ) &&
1563 FT_IS_SMALL( control1->x - control2->x ) &&
1564 FT_IS_SMALL( control1->y - control2->y ) &&
1575 arc[2] = *control1;
487 ft_stroke_border_cubicto( FT_StrokeBorder border, FT_Vector* control1, FT_Vector* control2, FT_Vector* to ) argument
/external/freetype/src/base/
H A Dftbbox.c339 /* control1 :: A pointer to the first control point. */
356 BBox_Cubic_To( FT_Vector* control1, argument
365 if ( CHECK_X( control1, user->bbox ) ||
368 control1->x,
374 if ( CHECK_Y( control1, user->bbox ) ||
377 control1->y,
H A Dftstroke.c488 FT_Vector* control1,
504 vec[0] = *control1;
1548 FT_Vector* control1,
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) &&
1562 FT_IS_SMALL( stroker->center.y - control1->y ) &&
1563 FT_IS_SMALL( control1->x - control2->x ) &&
1564 FT_IS_SMALL( control1->y - control2->y ) &&
1575 arc[2] = *control1;
487 ft_stroke_border_cubicto( FT_StrokeBorder border, FT_Vector* control1, FT_Vector* control2, FT_Vector* to ) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftbbox.c502 /* control1 :: A pointer to the first control point. */
519 BBox_Cubic_To( FT_Vector* control1, argument
527 if ( CHECK_X( control1, user->bbox ) ||
530 control1->x,
536 if ( CHECK_Y( control1, user->bbox ) ||
539 control1->y,
H A Dftstroke.c488 FT_Vector* control1,
504 vec[0] = *control1;
1548 FT_Vector* control1,
1561 if ( FT_IS_SMALL( stroker->center.x - control1->x ) &&
1562 FT_IS_SMALL( stroker->center.y - control1->y ) &&
1563 FT_IS_SMALL( control1->x - control2->x ) &&
1564 FT_IS_SMALL( control1->y - control2->y ) &&
1575 arc[2] = *control1;
487 ft_stroke_border_cubicto( FT_StrokeBorder border, FT_Vector* control1, FT_Vector* control2, FT_Vector* to ) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp83 , control1(c1)
92 return ((double)(start.dot(start)) + (double)(control1.dot(control1)) + (double)(control2.dot(control2)) + (double)(end.dot(end))) / 16.0;
97 return distanceLine(start, control1) + distanceLine(control1, control2) + distanceLine(control2, end);
102 FloatPoint startToControl1 = midPoint(control1, control2);
105 left.control1 = midPoint(start, control1);
106 left.control2 = midPoint(left.control1, startToControl1);
109 right.control1
120 FloatPoint control1; member in struct:blink::CubicBezier
[all...]
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c1016 gray_render_cubic( RAS_ARG_ const FT_Vector* control1, argument
1029 arc[2].x = UPSCALE( control1->x );
1030 arc[2].y = UPSCALE( control1->y );
1196 gray_cubic_to( const FT_Vector* control1, argument
1201 gray_render_cubic( RAS_VAR_ control1, control2, to );
/external/freetype/src/smooth/
H A Dftgrays.c1038 gray_render_cubic( RAS_ARG_ const FT_Vector* control1, argument
1051 arc[2].x = UPSCALE( control1->x );
1052 arc[2].y = UPSCALE( control1->y );
1219 gray_cubic_to( const FT_Vector* control1, argument
1224 gray_render_cubic( RAS_VAR_ control1, control2, to );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c1028 gray_render_cubic( RAS_ARG_ const FT_Vector* control1, argument
1041 arc[2].x = UPSCALE( control1->x );
1042 arc[2].y = UPSCALE( control1->y );
1208 gray_cubic_to( const FT_Vector* control1, argument
1213 gray_render_cubic( RAS_VAR_ control1, control2, to );
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1672 static int _Outline_CubicTo(const FXFT_Vector* control1, const FXFT_Vector* control2, const FXFT_Vector* to, void* user) argument
1676 param->m_pPoints[param->m_PointCount].m_PointX = control1->x / param->m_CoordUnit;
1677 param->m_pPoints[param->m_PointCount].m_PointY = control1->y / param->m_CoordUnit;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1304 milliseconds