Searched refs:fVertex (Results 1 – 4 of 4) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieValue.cpp | 200 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()
|
D | SkottieValue.h | 45 fVertex; member 50 && fVertex == other.fVertex;
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.cpp | 200 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()
|
D | SkottieValue.h | 45 fVertex; member 50 && fVertex == other.fVertex;
|