Searched defs:TTCHEADERSIZE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTrueTypeFont.java495 private static final int TTCHEADERSIZE = 12; field in class:TrueTypeFont
501 ByteBuffer buffer = readBlock(0, TTCHEADERSIZE);
512 buffer = readBlock(TTCHEADERSIZE+4*fIndex, 4);

Completed in 33 milliseconds