Home
last modified time | relevance | path

Searched refs:WriteUByte (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dxml_writer.h14 void WriteUByte(const char *name, GX_UBYTE val);
Dxml_writer.cpp93 void xml_writer::WriteUByte(const char *name, GX_UBYTE val) in WriteUByte() function in xml_writer
DStudioXProject.cpp3201 writer.WriteUByte("steps", action->animation->gx_animation_steps); in WriteTriggerInfo()
3204 writer.WriteUByte("start_alpha", action->animation->gx_animation_start_alpha); in WriteTriggerInfo()
3205 writer.WriteUByte("end_alpha", action->animation->gx_animation_end_alpha); in WriteTriggerInfo()