Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp2435 wchar_t *uni_text = CStringToWideChar(text); in PaintStringRow() local
2437 if (uni_text) in PaintStringRow()
2439 DrawTextW(*dc, uni_text, -1, &boxsize, DT_LEFT); in PaintStringRow()
2440 delete [] uni_text; in PaintStringRow()
2462 wchar_t *uni_text = CStringToWideChar(text); in PaintStringRow() local
2464 if (uni_text) in PaintStringRow()
2466 DrawTextW(*dc, uni_text, -1, &boxsize, DT_LEFT); in PaintStringRow()
2467 delete [] uni_text; in PaintStringRow()
Dstudiox_util.cpp423 wchar_t *uni_text; in CStringToWideChar()
429 uni_text = new wchar_t[len]; in CStringToWideChar()
430 MultiByteToWideChar(CP_UTF8, 0, text.GetBuffer(), -1, uni_text, len); in CStringToWideChar()
431 return uni_text; in CStringToWideChar()
Dresource_item.cpp1336 wchar_t *uni_text = CStringToWideChar(string_val); in PaintStringItem() local
1338 if (uni_text) in PaintStringItem()
1340 DrawTextW(*dc, uni_text, -1, &textrect, DT_LEFT|DT_SINGLELINE|DT_VCENTER); in PaintStringItem()
1341 delete [] uni_text; in PaintStringItem()