Searched refs:FX_INT64 (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_gcc.cpp | 69 FX_INT64 FXSYS_atoi64(FX_LPCSTR str) in FXSYS_atoi64() 71 return FXSYS_StrToInt<FX_INT64, FX_LPCSTR>(str); in FXSYS_atoi64() 73 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str) in FXSYS_wtoi64() 75 return FXSYS_StrToInt<FX_INT64, FX_LPCWSTR>(str); in FXSYS_wtoi64() 77 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix) in FXSYS_i64toa() 79 return FXSYS_IntToStr<FX_INT64, FX_LPSTR>(value, str, radix); in FXSYS_i64toa() 81 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix) in FXSYS_i64tow() 83 return FXSYS_IntToStr<FX_INT64, FX_LPWSTR>(value, str, radix); in FXSYS_i64tow()
|
D | fx_basic_bstring.cpp | 648 va_arg(argList, FX_INT64); in FormatV()
|
D | fx_basic_wstring.cpp | 914 va_arg(argList, FX_INT64); in FormatV()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 104 typedef __int64 FX_INT64; typedef 107 typedef long long int FX_INT64; typedef 111 typedef FX_INT64 FX_INTPTR; 299 FX_INT64 FXSYS_atoi64(FX_LPCSTR str); 300 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str); 301 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix); 302 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix);
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | common.h | 16 typedef FX_INT64 TT_int64_t;
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | util.h | 48 FX_INT64 FX_atoi64(const char *nptr);
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | util.cpp | 606 FX_INT64 FX_atoi64(const char *nptr) in FX_atoi64() 609 FX_INT64 total; /* current total */ in FX_atoi64()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 521 …if ((FX_INT64)abs(dest_width) * abs(dest_height) < (FX_INT64)pBitmap1->GetWidth() * pBitmap1->GetH… in GDI_StretchDIBits() 529 …if (m_DeviceClass == FXDC_PRINTER && ((FX_INT64)pBitmap->GetWidth() * pBitmap->GetHeight() > (FX_I… in GDI_StretchDIBits()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 1342 … FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * (FX_INT64)src_width / dest_width; in DownSampleScanline()
|