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

/external/chromium_org/third_party/ots/src/
H A Dmath.cc217 uint16_t height_count = 0; local
218 if (!subtable.ReadU16(&height_count)) {
223 for (unsigned i = 0; i < height_count; ++i) {
230 for (unsigned i = 0; i <= height_count; ++i) {

Completed in 478 milliseconds