Searched refs:bezier (Results 1 – 16 of 16) sorted by relevance
62 CFX_PointF bezier; in ArcToInternal() local63 bezier.x = pos.x + (size.width * ((points[0].x * cs) - (points[0].y * sn))); in ArcToInternal()64 bezier.y = pos.y + (size.height * ((points[0].x * sn) + (points[0].y * cs))); in ArcToInternal()65 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal()67 bezier.x = pos.x + (size.width * ((points[1].x * cs) - (points[1].y * sn))); in ArcToInternal()68 bezier.y = pos.y + (size.height * ((points[1].x * sn) + (points[1].y * cs))); in ArcToInternal()69 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal()71 bezier.x = pos.x + (size.width * cos(start_angle + sweep_angle)); in ArcToInternal()72 bezier.y = pos.y + (size.height * sin(start_angle + sweep_angle)); in ArcToInternal()73 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal()
262 std::array<SkPoint, 4> bezier; in check_cubic_around_rect() local264 bezier[0] = points[i]; in check_cubic_around_rect()267 bezier[1] = points[jidx]; in check_cubic_around_rect()272 bezier[2] = points[kidx]; in check_cubic_around_rect()275 bezier[3] = points[l]; in check_cubic_around_rect()279 check_cubic_type(reporter, bezier, expectations[i*6 + j*2 + k], undefined); in check_cubic_around_rect()284 bezier[0] = points[i]; in check_cubic_around_rect()287 bezier[1] = points[jidx]; in check_cubic_around_rect()288 bezier[2] = points[jidx]; in check_cubic_around_rect()293 bezier[3] = points[kidx]; in check_cubic_around_rect()[all …]
234 SkBezier* bezier = list[index]; in gen_alpha_deltas() local240 switch (bezier->fCount) { in gen_alpha_deltas()242 edgeSet = currE->setLine(bezier->fP0, bezier->fP1); in gen_alpha_deltas()247 SkQuad* quad = static_cast<SkQuad*>(bezier); in gen_alpha_deltas()255 SkCubic* cubic = static_cast<SkCubic*>(bezier); in gen_alpha_deltas()
37 bezier(x1, y1, x2, y2, x3, y3, x4, y4); in init()100 void curve4_div::bezier(float x1, float y1, in bezier() function in agg::curve4_div
124 void bezier(float x1, float y1,
141 animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;151 animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
24 "bezier"
930 (PathCurvetoAbs): New class. Cubic bezier, absolute coordinates931 (PathCurvetoRel): New class. Cubic bezier, relative coordinates932 (PathSmoothCurvetoAbs): New class. Cubic bezier, absolute934 (PathSmoothCurvetoRel): New class. Cubic bezier, relative938 (PathQuadraticCurvetoAbs): New class. Quadratic bezier, absolute940 (PathQuadraticCurvetoRel): New class. Quadratic bezier, relative942 (PathSmoothQuadraticCurvetoAbs): New class. Quadratic bezier,944 (PathSmoothQuadraticCurvetoRel): New class. Quadratic bezier,
5921 …-webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-…5922 …transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0…7689 -webkit-transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);7690 transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
73 - [svgLib] Added support for converting elliptical arcs to cubic bezier curves
490 - [svgLib] Added support for converting elliptical arcs to cubic bezier curves
3178 suffer from severe rounding errors and treat bezier arcs3818 - Fixed bezier stack depth bug in the routines provided by the3823 computations, instead of bezier sub-division, to compute the
19351 bezier %7157