Home | History | Annotate | Download | only in hwui

Lines Matching full:points

187         std::vector<float> points;
188 getFloats(&points, result, pathStr, start, end);
194 // If either verb or points is not valid, return immediately.
199 data->verbSizes.push_back(points.size());
200 data->points.insert(data->points.end(), points.begin(), points.end());
225 os << " " << data.points[start + j];
232 for (size_t i = 0; i < data.points.size(); i++) {
233 os << data.points[i] << ", ";
235 ALOGD("points are : %s", os.str().c_str());