Home
last modified time | relevance | path

Searched refs:TranslateId (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dcopy_paste_engine.h57 int TranslateId(CArray<resource_trans_entry> &list, int res_type, int res_id);
Dcopy_paste_engine.cpp753 int copy_paste_engine::TranslateId(CArray<resource_trans_entry> &list, int res_type, int res_id) in TranslateId() function in copy_paste_engine
822 … info->color_id[index] = TranslateId(color_trans, RES_TYPE_COLOR, info->color_id[index]); in TranslateWidgetResourceIds()
830 … info->string_id[index] = TranslateId(string_trans, RES_TYPE_STRING, info->string_id[index]); in TranslateWidgetResourceIds()