Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh143 bool has_private_points () const { return tupleIndex & TuppleIndex::PrivatePointNumbers; } in has_private_points() function
580 if (iterator.current_tuple->has_private_points () && in apply_deltas_to_points()
/third_party/chromium/patch/
D0001-cve.patch41745 - if (iterator.current_tuple->has_private_points () &&
41746 + bool has_private_points = iterator.current_tuple->has_private_points ();
41747 + if (has_private_points &&
41751 + const hb_array_t<unsigned int> &indices = has_private_points ? private_indices : shared_indices;