Home | History | Annotate | Download | only in font

Lines Matching full:colorint

36     private int colorInt = 0xFFFFFFFF;

213 this.colorInt = color.asIntRGBA();
390 colors[3] = (byte) (colorInt & 0xff);
391 colors[2] = (byte) ((colorInt >> 8) & 0xff);
392 colors[1] = (byte) ((colorInt >> 16) & 0xff);
393 colors[0] = (byte) ((colorInt >> 24) & 0xff);
450 bb.putInt(colorInt);
451 bb.putInt(colorInt);
452 bb.putInt(colorInt);
453 bb.putInt(colorInt);