Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/shapelayer/
DGradient.cpp105 o_count = (fStops.size() - c_size) / 2; in onSync() local
106 if (fStops.size() < c_size || fStops.size() != (c_count * 4 + o_count * 2)) { in onSync()
117 const auto* o_rec = o_count > 0 in onSync()
121 const auto* o_end = o_rec + o_count; in onSync()
/third_party/boost/libs/geometry/test/algorithms/
Ddensify.cpp128 std::size_t o_count = bg::num_points(o); in check_result() local
129 BOOST_CHECK(g_count < o_count); in check_result()