Home
last modified time | relevance | path

Searched refs:ParsePointVec (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieValue.cpp99 bool ParsePointVec(const skjson::Value& jv, std::vector<SkPoint>* pts) { in ParsePointVec() function
140 if (!ParsePointVec(ov["v"], &verts)) { in FromJSON()
146 ParsePointVec(ov["i"], &inPts); in FromJSON()
152 ParsePointVec(ov["o"], &outPts); in FromJSON()
/external/skqp/modules/skottie/src/
DSkottieValue.cpp99 bool ParsePointVec(const skjson::Value& jv, std::vector<SkPoint>* pts) { in ParsePointVec() function
140 if (!ParsePointVec(ov["v"], &verts)) { in FromJSON()
146 ParsePointVec(ov["i"], &inPts); in FromJSON()
152 ParsePointVec(ov["o"], &outPts); in FromJSON()