Lines Matching refs:reader
402 void ml_text_input_service_provider::ReadFromProject(xml_reader &reader, studiox_project *project, … in ReadFromProject() argument
405 widget_service_provider::ReadFromProject(reader, project, display, info, valid_styles); in ReadFromProject()
406 info->string_id[0] = ReadStringId(reader, project, display, "string_id"); in ReadFromProject()
411 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
412 …info->color_id[NORMAL_TEXT_COLOR_INDEX] = ReadColorId(reader, project, display, "normal_text_color… in ReadFromProject()
413 …info->color_id[SELECTED_TEXT_COLOR_INDEX] = ReadColorId(reader, project, display, "selected_text_c… in ReadFromProject()
417 …info->color_id[DISABLED_TEXT_COLOR_INDEX] = ReadColorId(reader, project, display, "disabled_text_c… in ReadFromProject()
418 …info->color_id[READONLY_FILL_COLOR_INDEX] = ReadColorId(reader, project, display, "readonly_fill_c… in ReadFromProject()
419 …info->color_id[READONLY_TEXT_COLOR_INDEX] = ReadColorId(reader, project, display, "readonly_text_c… in ReadFromProject()
430 reader.ReadInt("whitespace", info->ewi.text_info.whitespace, 0); in ReadFromProject()
431 reader.ReadInt("line_space", info->ewi.text_info.line_space, 0); in ReadFromProject()
433 reader.ReadString("buffer_allocator", info->callback_func); in ReadFromProject()
434 reader.ReadInt("buffer_size", info->ewi.text_info.buffer_size, 100); in ReadFromProject()
435 reader.ReadBool("dynamic_buffer", info->ewi.text_info.dynamic_buffer); in ReadFromProject()