Lines Matching refs:base

87                 for (int index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++)  in WriteExtendedProperties()
91 if (index == info->ewi.string_scroll_wheel.base.total_rows - 1) in WriteExtendedProperties()
108 for (int index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in WriteExtendedProperties()
111 if (index == info->ewi.string_scroll_wheel.base.total_rows - 1) in WriteExtendedProperties()
271 …info->ewi.string_scroll_wheel.base.start_alpha = wheel->gx_scroll_wheel_gradient.gx_gradient_alpha… in CreateNewInstance()
272 …info->ewi.string_scroll_wheel.base.end_alpha = wheel->gx_scroll_wheel_gradient.gx_gradient_alpha_e… in CreateNewInstance()
273 info->ewi.string_scroll_wheel.base.row_height = wheel->gx_scroll_wheel_row_height; in CreateNewInstance()
274 info->ewi.string_scroll_wheel.base.selected_row = wheel->gx_scroll_wheel_selected_row; in CreateNewInstance()
275 info->ewi.string_scroll_wheel.base.total_rows = 0; in CreateNewInstance()
295 info->ewi.string_scroll_wheel.base.total_rows, in GenerateFromInfo()
331 …nt_alpha_set(wheel, info->ewi.string_scroll_wheel.base.start_alpha, info->ewi.string_scroll_wheel. in GenerateFromInfo()
332 gx_scroll_wheel_row_height_set(wheel, info->ewi.string_scroll_wheel.base.row_height); in GenerateFromInfo()
333 gx_scroll_wheel_selected_set(wheel, info->ewi.string_scroll_wheel.base.selected_row); in GenerateFromInfo()
350 for (int index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in SaveToProject()
384 for (index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in ReadFromProject()
398 for (index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in ReadFromProject()
406 if (info->ewi.string_scroll_wheel.base.total_rows) in ReadFromProject()
436 if ((info->ewi.string_scroll_wheel.base.total_rows != wheel_info->total_rows) && in AssignScrollWheelInfo()
442 …fo->ewi.string_scroll_wheel.string_id_list, info->ewi.string_scroll_wheel.base.total_rows, list_ar… in AssignScrollWheelInfo()
491 total_rows = wheel_info->base.total_rows; in CreateStringIdList()
514 if (wheel_info->base.selected_row > wheel_info->base.total_rows) in CreateStringIdList()
516 wheel_info->base.selected_row = wheel_info->base.total_rows; in CreateStringIdList()
525 if (index < info->ewi.string_scroll_wheel.base.total_rows) in AssignText()