Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh585 bool apply_to_all = (indices.length == 0); in apply_deltas_to_points() local
586 unsigned int num_deltas = apply_to_all ? points.length : indices.length; in apply_deltas_to_points()
600 unsigned int pt_index = apply_to_all ? i : indices[i]; in apply_deltas_to_points()
/third_party/chromium/patch/
D0001-cve.patch41753 bool apply_to_all = (indices.length == 0);
41754 unsigned int num_deltas = apply_to_all ? points.length : indices.length;