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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp69 FX_DWORD dwEstimateSize = size; local
70 if (dwEstimateSize > 8192) {
71 dwEstimateSize = 8192;
73 FX_LPBYTE pData = FX_Alloc(FX_BYTE, dwEstimateSize);
74 pFile->ReadBlock(pData, 0, dwEstimateSize);
75 CPDF_Dictionary *pDict = InitJPEG(pData, dwEstimateSize);
77 if (!pDict && size > dwEstimateSize) {

Completed in 159 milliseconds