Searched refs:FX_INT64 (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dcommon.h15 typedef FX_INT64 TT_int64_t;
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp65 FX_INT64 FXSYS_atoi64(FX_LPCSTR str)
67 return FXSYS_StrToInt<FX_INT64, FX_LPCSTR>(str);
69 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str)
71 return FXSYS_StrToInt<FX_INT64, FX_LPCWSTR>(str);
73 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix)
75 return FXSYS_IntToStr<FX_INT64, FX_LPSTR>(value, str, radix);
77 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix)
79 return FXSYS_IntToStr<FX_INT64, FX_LPWSTR>(value, str, radix);
H A Dfx_basic_bstring.cpp648 va_arg(argList, FX_INT64);
H A Dfx_basic_wstring.cpp944 va_arg(argList, FX_INT64);
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h94 typedef __int64 FX_INT64; typedef
97 typedef long long int FX_INT64; typedef
101 typedef FX_INT64 FX_INTPTR;
267 FX_INT64 FXSYS_atoi64(FX_LPCSTR str);
268 FX_INT64 FXSYS_wtoi64(FX_LPCWSTR str);
269 FX_LPCSTR FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix);
270 FX_LPCWSTR FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix);
/external/pdfium/fpdfsdk/include/javascript/
H A Dutil.h44 FX_INT64 FX_atoi64(const char *nptr);
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp610 FX_INT64 FX_atoi64(const char *nptr)
613 FX_INT64 total; /* current total */
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp1343 FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * (FX_INT64)src_width / dest_width;

Completed in 2194 milliseconds