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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cbdt-table.hh119 c->check_array (offsetArrayZ, offsetArrayZ[0].static_size, glyph_count + 1));
126 if (unlikely (offsetArrayZ[idx + 1] <= offsetArrayZ[idx]))
129 *offset = header.imageDataOffset + offsetArrayZ[idx];
130 *length = offsetArrayZ[idx + 1] - offsetArrayZ[idx];
135 Offset<OffsetType> offsetArrayZ[VAR]; member in struct:OT::IndexSubtableFormat1Or3
137 DEFINE_SIZE_ARRAY(8, offsetArrayZ);

Completed in 33 milliseconds