Home
last modified time | relevance | path

Searched refs:LoadFrameInfo (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.h28 bool LoadFrameInfo(Context* ctx,
Dccodec_tiffmodule.cpp31 bool LoadFrameInfo(int32_t frame,
238 bool CTiffContext::LoadFrameInfo(int32_t frame, in LoadFrameInfo() function in CTiffContext
491 bool CCodec_TiffModule::LoadFrameInfo(Context* pContext, in LoadFrameInfo() function in CCodec_TiffModule
499 return ctx->LoadFrameInfo(frame, width, height, comps, bpc, pAttribute); in LoadFrameInfo()
Dccodec_gifmodule.h54 std::pair<CFX_GifDecodeStatus, size_t> LoadFrameInfo(Context* context);
Dccodec_gifmodule.cpp46 std::pair<CFX_GifDecodeStatus, size_t> CCodec_GifModule::LoadFrameInfo( in LoadFrameInfo() function in CCodec_GifModule
Dfx_codec_progress.cpp1269 bool ret = pTiffModule->LoadFrameInfo(m_pTiffContext.get(), 0, &m_SrcWidth, in TifDetectImageType()
1825 pGifModule->LoadFrameInfo(m_pGifContext.get()); in GetFrames()
1832 pGifModule->LoadFrameInfo(m_pGifContext.get()); in GetFrames()