HomeSort by relevance Sort by last modified time
    Searched refs:FX_SAFE_DWORD (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_safe_types.h 14 typedef pdfium::base::CheckedNumeric<FX_DWORD> FX_SAFE_DWORD;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 45 FX_SAFE_DWORD CalculatePitch8(FX_DWORD bpc, FX_DWORD components, int width) {
46 FX_SAFE_DWORD pitch = bpc;
54 FX_SAFE_DWORD CalculatePitch32(int bpp, int width) {
55 FX_SAFE_DWORD pitch = bpp;
240 FX_SAFE_DWORD src_size =
265 FX_SAFE_DWORD pitch = CalculatePitch32(m_bpp, m_Width);
308 FX_SAFE_DWORD pitch = CalculatePitch32(m_bpp, m_Width);
360 FX_SAFE_DWORD src_size =
666 FX_SAFE_DWORD requested_pitch =
671 FX_SAFE_DWORD provided_pitch = CalculatePitch8
    [all...]
fpdf_render_image.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 95 const FX_SAFE_DWORD& num_bits) {
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 373 FX_SAFE_DWORD pitch = width;
fx_codec_jpeg.cpp 145 FX_SAFE_DWORD safe_buf_len = width;
fx_codec_jpx_opj.cpp 292 FX_SAFE_DWORD safeSize = yw;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 514 FX_SAFE_DWORD nTotalSampleBits = 1;
535 FX_SAFE_DWORD nTotalSampleBytes = nTotalSampleBits;
fpdf_page_parser_old.cpp 1004 FX_SAFE_DWORD safeSize = 0;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 219 FX_SAFE_DWORD safeMemSize = dwH;
    [all...]

Completed in 161 milliseconds