Home
last modified time | relevance | path

Searched refs:downsampleWidth (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp109 FX_INT32 downsampleWidth, FX_INT32 downsampleHeight) in GetCachedBitmap() argument
117 …ge->m_pPageResources, bStdCS, GroupFamily, bLoadMask, pRenderStatus, downsampleWidth, downsampleHe… in GetCachedBitmap()
125 …amily, FX_BOOL bLoadMask, CPDF_RenderStatus* pRenderStatus, FX_INT32 downsampleWidth, FX_INT32 dow… in StartGetCachedBitmap() argument
131 …ge->m_pPageResources, bStdCS, GroupFamily, bLoadMask, pRenderStatus, downsampleWidth, downsampleHe… in StartGetCachedBitmap()
229 FX_INT32 downsampleWidth, FX_INT32 downsampleHeight) in GetCachedBitmap() argument
281 FX_INT32 downsampleWidth, FX_INT32 downsampleHeight) in StartGetCachedBitmap() argument
Drender_int.h338 …CPDF_RenderStatus* pRenderStatus = NULL, FX_INT32 downsampleWidth = 0, FX_INT32 downsampleHeight =…
359 …bLoadMask = FALSE, CPDF_RenderStatus* pRenderStatus = NULL, FX_INT32 downsampleWidth = 0, FX_INT32…
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h257 …CPDF_RenderStatus* pRenderStatus = NULL, FX_INT32 downsampleWidth = 0, FX_INT32 downsampleHeight =…
269 FX_INT32 downsampleWidth = 0, FX_INT32 downsampleHeight = 0);
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp412 …ownsampleRatio(FX_INT32 originWidth, FX_INT32 originHeight, FX_INT32 downsampleWidth, FX_INT32 dow… in FX_GetDownsampleRatio() argument
414 int iratio_w = originWidth / downsampleWidth; in FX_GetDownsampleRatio()