Home
last modified time | relevance | path

Searched defs:is_cubic (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dpath-builder.hh45 bool is_cubic = false; in consume_point() local
47 bool is_cubic = !is_on_curve && (point.flag & glyf_impl::SimpleGlyph::FLAG_CUBIC); in consume_point() local
/aosp_15_r20/external/eigen/bench/
H A Danalyze-blocking-sizes.cpp58 bool is_cubic() const { return k == m && m == n; } in is_cubic() function