Home | History | Annotate | Download | only in sampleentry

Lines Matching defs:writeUInt8

95         IsoTypeWriter.writeUInt8(byteBuffer, horizontalJustification);
96 IsoTypeWriter.writeUInt8(byteBuffer, verticalJustification);
97 IsoTypeWriter.writeUInt8(byteBuffer, backgroundColorRgba[0]);
98 IsoTypeWriter.writeUInt8(byteBuffer, backgroundColorRgba[1]);
99 IsoTypeWriter.writeUInt8(byteBuffer, backgroundColorRgba[2]);
100 IsoTypeWriter.writeUInt8(byteBuffer, backgroundColorRgba[3]);
291 IsoTypeWriter.writeUInt8(bb, faceStyleFlags);
292 IsoTypeWriter.writeUInt8(bb, fontSize);
293 IsoTypeWriter.writeUInt8(bb, textColor[0]);
294 IsoTypeWriter.writeUInt8(bb, textColor[1]);
295 IsoTypeWriter.writeUInt8(bb, textColor[2]);
296 IsoTypeWriter.writeUInt8(bb, textColor[3]);