Home
last modified time | relevance | path

Searched refs:from_point (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkGeometry.h14 static inline Sk2s from_point(const SkPoint& point) { in from_point() function
296 fC = from_point(src[0]); in SkQuadCoeff()
297 Sk2s P1 = from_point(src[1]); in SkQuadCoeff()
298 Sk2s P2 = from_point(src[2]); in SkQuadCoeff()
319 Sk2s p0 = from_point(conic.fPts[0]); in SkConicCoeff()
320 Sk2s p1 = from_point(conic.fPts[1]); in SkConicCoeff()
321 Sk2s p2 = from_point(conic.fPts[2]); in SkConicCoeff()
347 Sk2s P0 = from_point(src[0]); in SkCubicCoeff()
348 Sk2s P1 = from_point(src[1]); in SkCubicCoeff()
349 Sk2s P2 = from_point(src[2]); in SkCubicCoeff()
[all …]
DSkGeometry.cpp127 Sk2s P0 = from_point(src[0]); in SkEvalQuadTangentAt()
128 Sk2s P1 = from_point(src[1]); in SkEvalQuadTangentAt()
129 Sk2s P2 = from_point(src[2]); in SkEvalQuadTangentAt()
145 Sk2s p0 = from_point(src[0]); in SkChopQuadAt()
146 Sk2s p1 = from_point(src[1]); in SkChopQuadAt()
147 Sk2s p2 = from_point(src[2]); in SkChopQuadAt()
272 Sk2s s0 = from_point(src[0]); in SkConvertQuadToCubic()
273 Sk2s s1 = from_point(src[1]); in SkConvertQuadToCubic()
274 Sk2s s2 = from_point(src[2]); in SkConvertQuadToCubic()
288 Sk2s P0 = from_point(src[0]); in eval_cubic_derivative()
[all …]
DSkScan_Hairline.cpp302 Sk2s p0 = from_point(pts[0]); in compute_cubic_segs()
303 Sk2s p1 = from_point(pts[1]); in compute_cubic_segs()
304 Sk2s p2 = from_point(pts[2]); in compute_cubic_segs()
305 Sk2s p3 = from_point(pts[3]); in compute_cubic_segs()
DSkPath.cpp3457 min = max = from_point(this->getPoint(0)); in computeTightBounds()
3484 Sk2s tmp = from_point(extremas[i]); in computeTightBounds()