Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:dest_size

117     FX_STRSIZE dest_pitch = 0, dest_size = 0, opType = -1;

257 _JBIG2EncodeBitmap(pDict, pBitmap, m_pDocument, dest_buf, dest_size, TRUE);
261 _JBIG2EncodeBitmap(pDict, pBitmap, m_pDocument, dest_buf, dest_size, FALSE);
275 dest_size = 0;
295 _DCTEncodeBitmap(pDict, pNewBitmap, pParam ? pParam->nQuality : 75, dest_buf, dest_size);
298 _DCTEncodeBitmap(pDict, pBitmap, pParam ? pParam->nQuality : 75, dest_buf, dest_size);
303 pFileWrite->WriteBlock(dest_buf, dest_size);
309 dest_size = dest_pitch * BitmapHeight;
310 dest_buf = FX_Alloc(FX_BYTE, dest_size);
324 dest_size = dest_pitch * BitmapHeight;
325 dest_buf = FX_Alloc(FX_BYTE, dest_size);
359 m_pStream->InitStream(dest_buf, dest_size, pDict);