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

  /external/pdfium/core/include/fxcodec/
fx_codec_provider.h 29 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
fx_codec.h 160 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 147 FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
fx_codec_jpeg.cpp 501 FX_BOOL CCodec_JpegModule::LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
506 return m_pExtProvider->LoadInfo(src_buf, src_size, width, height,
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 17 LoadInfo(pData, size, width, height, num_comps, bits, color_trans)) {
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 574 if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, bpc, bTransform)) {
    [all...]

Completed in 969 milliseconds