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

/external/chromium_org/third_party/libpng/
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,
/external/qemu/distrib/libpng-1.2.46/
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,

Completed in 63 milliseconds