Home | History | Annotate | Download | only in font

Lines Matching refs:ic

182         InputCapsule ic = im.getCapsule(this);

183 c = (char) ic.readInt("c", 0);
184 x = ic.readInt("x", 0);
185 y = ic.readInt("y", 0);
186 width = ic.readInt("width", 0);
187 height = ic.readInt("height", 0);
188 xOffset = ic.readInt("xOffset", 0);
189 yOffset = ic.readInt("yOffset", 0);
190 xAdvance = ic.readInt("xAdvance", 0);
192 int[] seconds = ic.readIntArray("seconds", null);
193 int[] amounts = ic.readIntArray("amounts", null);