Searched refs:from_point (Results 1 – 8 of 8) sorted by relevance
14 static inline Sk2s from_point(const SkPoint& point) { in from_point() function329 fC = from_point(src[0]); in SkQuadCoeff()330 Sk2s P1 = from_point(src[1]); in SkQuadCoeff()331 Sk2s P2 = from_point(src[2]); in SkQuadCoeff()352 Sk2s p0 = from_point(conic.fPts[0]); in SkConicCoeff()353 Sk2s p1 = from_point(conic.fPts[1]); in SkConicCoeff()354 Sk2s p2 = from_point(conic.fPts[2]); in SkConicCoeff()380 Sk2s P0 = from_point(src[0]); in SkCubicCoeff()381 Sk2s P1 = from_point(src[1]); in SkCubicCoeff()382 Sk2s P2 = from_point(src[2]); in SkCubicCoeff()[all …]
137 Sk2s P0 = from_point(src[0]); in SkEvalQuadTangentAt()138 Sk2s P1 = from_point(src[1]); in SkEvalQuadTangentAt()139 Sk2s P2 = from_point(src[2]); in SkEvalQuadTangentAt()155 Sk2s p0 = from_point(src[0]); in SkChopQuadAt()156 Sk2s p1 = from_point(src[1]); in SkChopQuadAt()157 Sk2s p2 = from_point(src[2]); in SkChopQuadAt()294 Sk2s s0 = from_point(src[0]); in SkConvertQuadToCubic()295 Sk2s s1 = from_point(src[1]); in SkConvertQuadToCubic()296 Sk2s s2 = from_point(src[2]); in SkConvertQuadToCubic()310 Sk2s P0 = from_point(src[0]); in eval_cubic_derivative()[all …]
317 Sk2s p0 = from_point(pts[0]); in compute_cubic_segs()318 Sk2s p1 = from_point(pts[1]); in compute_cubic_segs()319 Sk2s p2 = from_point(pts[2]); in compute_cubic_segs()320 Sk2s p3 = from_point(pts[3]); in compute_cubic_segs()
3888 min = max = from_point(this->getPoint(0)); in computeTightBounds()3915 Sk2s tmp = from_point(extremas[i]); in computeTightBounds()
14 static inline Sk2s from_point(const SkPoint& point) { in from_point() function399 fC = from_point(src[0]); in SkQuadCoeff()400 Sk2s P1 = from_point(src[1]); in SkQuadCoeff()401 Sk2s P2 = from_point(src[2]); in SkQuadCoeff()422 Sk2s p0 = from_point(conic.fPts[0]); in SkConicCoeff()423 Sk2s p1 = from_point(conic.fPts[1]); in SkConicCoeff()424 Sk2s p2 = from_point(conic.fPts[2]); in SkConicCoeff()450 Sk2s P0 = from_point(src[0]); in SkCubicCoeff()451 Sk2s P1 = from_point(src[1]); in SkCubicCoeff()452 Sk2s P2 = from_point(src[2]); in SkCubicCoeff()[all …]
140 Sk2s P0 = from_point(src[0]); in SkEvalQuadTangentAt()141 Sk2s P1 = from_point(src[1]); in SkEvalQuadTangentAt()142 Sk2s P2 = from_point(src[2]); in SkEvalQuadTangentAt()158 Sk2s p0 = from_point(src[0]); in SkChopQuadAt()159 Sk2s p1 = from_point(src[1]); in SkChopQuadAt()160 Sk2s p2 = from_point(src[2]); in SkChopQuadAt()360 Sk2s s0 = from_point(src[0]); in SkConvertQuadToCubic()361 Sk2s s1 = from_point(src[1]); in SkConvertQuadToCubic()362 Sk2s s2 = from_point(src[2]); in SkConvertQuadToCubic()376 Sk2s P0 = from_point(src[0]); in eval_cubic_derivative()[all …]
326 Sk2s p0 = from_point(pts[0]); in compute_cubic_segs()327 Sk2s p1 = from_point(pts[1]); in compute_cubic_segs()328 Sk2s p2 = from_point(pts[2]); in compute_cubic_segs()329 Sk2s p3 = from_point(pts[3]); in compute_cubic_segs()
3275 min = max = from_point(this->getPoint(0)); in computeTightBounds()3300 Sk2s tmp = from_point(extremas[i]); in computeTightBounds()