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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-cmap-table.hh76 segCount = subtable->segCountX2 / 2;
164 return_trace (16 + 4 * (unsigned int) segCountX2 <= length);
172 USHORT segCountX2; /* 2 x segCount. */ member in struct:OT::CmapSubtableFormat4
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.cpp1338 USHORT segCountX2; member in struct:tagSUBTABLE
1379 SwapShort(subTable.segCountX2);
1382 m_cSegCount = subTable.segCountX2/2;

Completed in 106 milliseconds