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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKernTable.cpp253 le_uint32 tkey = tp->key; local
255 fprintf(stdout, " %.3d (%0.8x)\n", (tp - pairsSwapped), tkey);
257 if (tkey <= key) {
258 if (tkey == key) {
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java178 String tkey = new String(buf,st,klen);
180 property(tkey,tvalue);

Completed in 43 milliseconds