HomeSort by relevance Sort by last modified time
    Searched refs:n_points_vec (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 460 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/
woff2.cc 567 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);
    [all...]

Completed in 373 milliseconds