Searched refs:wc_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwutil.c1642 wchar_t wc_buf[32]; local
1644 swprintf(wc_buf, TEXT("%12.12e"), width);
1645 wc_len = wcslen(wc_buf);
1646 WideCharToMultiByte(CP_ACP, 0, wc_buf, -1, buf + 1, wc_len, NULL,
1649 swprintf(wc_buf, TEXT("%12.12e"), height);
1650 wc_len = wcslen(wc_buf);
1651 WideCharToMultiByte(CP_ACP, 0, wc_buf, -1, buf + total_len, wc_len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwutil.c1566 wchar_t wc_buf[32]; local
1567 swprintf(wc_buf, TEXT("%12.12e"), width);
1568 WideCharToMultiByte(CP_ACP, 0, wc_buf, -1, wbuf, 32, NULL, NULL);
1569 swprintf(wc_buf, TEXT("%12.12e"), height);
1570 WideCharToMultiByte(CP_ACP, 0, wc_buf, -1, hbuf, 32, NULL, NULL);

Completed in 166 milliseconds