Searched refs:last_point_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dgdef.cc87 uint16_t last_point_index = 0; local
94 if (last_point_index != 0 && last_point_index >= point_index) {
96 last_point_index, point_index);
99 last_point_index = point_index;
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc99 uint16_t last_point_index = 0; local
105 uint16_t num_points = point_index - last_point_index + (i == 0 ? 1 : 0);
107 last_point_index = point_index;

Completed in 101 milliseconds