Searched refs:n_points_vec (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc460 std::vector<unsigned int> n_points_vec; local
495 n_points_vec.clear();
503 n_points_vec.push_back(n_points_contour);
532 end_point += n_points_vec[contour_ix];
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc567 std::vector<unsigned int> n_points_vec; local
603 n_points_vec.clear();
611 n_points_vec.push_back(n_points_contour);
640 end_point += n_points_vec.at(contour_ix);

Completed in 5770 milliseconds