Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieValue.cpp200 lerp_point(v0.fVertices[i].fVertex , v1.fVertices[i].fVertex , t2f) in Lerp()
214 path.moveTo(shape.fVertices.front().fVertex); in As()
218 const auto c0 = shape.fVertices[from].fVertex + shape.fVertices[from].fOutPoint, in As()
219 c1 = shape.fVertices[to].fVertex + shape.fVertices[to].fInPoint; in As()
221 if (c0 == shape.fVertices[from].fVertex && in As()
222 c1 == shape.fVertices[to].fVertex) { in As()
226 path.lineTo(shape.fVertices[to].fVertex); in As()
228 path.cubicTo(c0, c1, shape.fVertices[to].fVertex); in As()
DSkottieValue.h45 fVertex; member
50 && fVertex == other.fVertex;
/external/skqp/modules/skottie/src/
DSkottieValue.cpp200 lerp_point(v0.fVertices[i].fVertex , v1.fVertices[i].fVertex , t2f) in Lerp()
214 path.moveTo(shape.fVertices.front().fVertex); in As()
218 const auto c0 = shape.fVertices[from].fVertex + shape.fVertices[from].fOutPoint, in As()
219 c1 = shape.fVertices[to].fVertex + shape.fVertices[to].fInPoint; in As()
221 if (c0 == shape.fVertices[from].fVertex && in As()
222 c1 == shape.fVertices[to].fVertex) { in As()
226 path.lineTo(shape.fVertices[to].fVertex); in As()
228 path.cubicTo(c0, c1, shape.fVertices[to].fVertex); in As()
DSkottieValue.h45 fVertex; member
50 && fVertex == other.fVertex;