/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_rle_unittest.cpp | 51 FX_Free(dest_buf); in TEST() 82 FX_Free(dest_buf); in TEST() 83 FX_Free(decoded_buf); in TEST() 96 FX_Free(dest_buf); in TEST() 97 FX_Free(decoded_buf); in TEST() 110 FX_Free(dest_buf); in TEST() 111 FX_Free(decoded_buf); in TEST() 151 FX_Free(dest_buf); in TEST() 152 FX_Free(decoded_buf); in TEST() 165 FX_Free(dest_buf); in TEST() [all …]
|
D | fx_codec_a85_unittest.cpp | 52 FX_Free(dest_buf); in TEST() 75 FX_Free(dest_buf); in TEST() 92 FX_Free(dest_buf); in TEST() 109 FX_Free(dest_buf); in TEST() 133 FX_Free(dest_buf); in TEST() 150 FX_Free(dest_buf); in TEST() 168 FX_Free(dest_buf); in TEST() 210 FX_Free(dest_buf); in TEST()
|
D | fx_codec_jpx_opj.cpp | 208 FX_Free(img->comps[0].data); in sycc444_to_rgb() 209 FX_Free(img->comps[1].data); in sycc444_to_rgb() 210 FX_Free(img->comps[2].data); in sycc444_to_rgb() 284 FX_Free(img->comps[0].data); in sycc422_to_rgb() 286 FX_Free(img->comps[1].data); in sycc422_to_rgb() 288 FX_Free(img->comps[2].data); in sycc422_to_rgb() 420 FX_Free(img->comps[0].data); in sycc420_to_rgb() 422 FX_Free(img->comps[1].data); in sycc420_to_rgb() 424 FX_Free(img->comps[2].data); in sycc420_to_rgb() 540 FX_Free(inbuf); in color_apply_icc_profile() [all …]
|
D | ccodec_pngmodule.cpp | 109 FX_Free(p); in _png_free_func() 219 FX_Free(p); in Start() 225 FX_Free(p); in Start() 231 FX_Free(p); in Start()
|
D | fx_codec_flate.cpp | 26 FX_Free(address); in my_free_func() 275 FX_Free(*data_buf); in PNG_PredictorEncode() 435 FX_Free(data_buf); in PNG_Predictor() 605 FX_Free(result_tmp_bufs[i]); in FlateUncompress() 660 FX_Free(m_pScanline); in ~CCodec_FlateScanlineDecoder() 661 FX_Free(m_pLastLine); in ~CCodec_FlateScanlineDecoder() 662 FX_Free(m_pPredictBuffer); in ~CCodec_FlateScanlineDecoder() 663 FX_Free(m_pPredictRaw); in ~CCodec_FlateScanlineDecoder() 870 FX_Free(pSrcBuf); in PngEncode()
|
/external/pdfium/core/fxcodec/lgif/ |
D | fx_gif.cpp | 407 FX_Free(gif_ptr->global_pal_ptr); in gif_destroy_decompress() 413 FX_Free(p->image_info_ptr); in gif_destroy_decompress() 414 FX_Free(p->image_gce_ptr); in gif_destroy_decompress() 415 FX_Free(p->image_row_buf); in gif_destroy_decompress() 417 FX_Free(p->local_pal_ptr); in gif_destroy_decompress() 419 FX_Free(p); in gif_destroy_decompress() 425 FX_Free(gif_ptr->gce_ptr); in gif_destroy_decompress() 430 FX_Free(p->gce_ptr); in gif_destroy_decompress() 431 FX_Free(p->pte_ptr); in gif_destroy_decompress() 433 FX_Free(p); in gif_destroy_decompress() [all …]
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SddProc.cpp | 191 FX_Free(SBSYMS); in decode_Arith() 194 FX_Free(SBSYMS); in decode_Arith() 209 FX_Free(SBSYMS); in decode_Arith() 226 FX_Free(SBSYMS); in decode_Arith() 229 FX_Free(SBSYMS); in decode_Arith() 244 FX_Free(EXFLAGS); in decode_Arith() 258 FX_Free(EXFLAGS); in decode_Arith() 278 FX_Free(EXFLAGS); in decode_Arith() 279 FX_Free(SDNEWSYMS); in decode_Arith() 288 FX_Free(SDNEWSYMS); in decode_Arith() [all …]
|
D | JBig2_Segment.cpp | 26 FX_Free(m_pReferred_to_segment_numbers); in ~CJBig2_Segment() 42 FX_Free(m_Result.vd); in ~CJBig2_Segment()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_memmgr_unittest.cpp | 28 FX_Free(ptr); in TEST() 40 FX_Free(ptr); in TEST() 58 FX_Free(ptr); in TEST() 70 FX_Free(ptr); in TEST()
|
D | fx_memory.h | 76 #define FX_Free(ptr) free(ptr) macro 95 inline void operator()(void* ptr) const { FX_Free(ptr); } in operator()
|
/external/pdfium/third_party/agg23/ |
D | agg_array.h | 30 FX_Free(m_array); in ~pod_array() 112 FX_Free(m_array); in capacity() 116 FX_Free(m_array); in capacity() 134 FX_Free(m_array); in resize() 280 FX_Free(*blk); in ~pod_deque() 283 FX_Free(m_blocks); in ~pod_deque() 292 FX_Free(m_blocks[--m_num_blocks]); in free_tail() 350 FX_Free(m_blocks); in allocate_block() 419 FX_Free(*blk); in remove_all() 422 FX_Free(m_blocks); in remove_all() [all …]
|
D | agg_scanline_u.h | 44 FX_Free(m_spans); in ~scanline_u() 45 FX_Free(m_covers); in ~scanline_u() 59 FX_Free(m_spans); in reset() 60 FX_Free(m_covers); in reset()
|
D | agg_path_storage.cpp | 37 FX_Free(*coord_blk); in ~path_storage() 40 FX_Free(m_coord_blocks); in ~path_storage() 66 FX_Free(m_coord_blocks); in allocate_block()
|
D | agg_rendering_buffer.h | 46 FX_Free(m_rows); in ~rendering_buffer() 74 FX_Free(m_rows); in attach()
|
/external/pdfium/xfa/fxbarcode/common/ |
D | BC_CommonByteArray.cpp | 45 FX_Free(m_bytes); in ~CBC_CommonByteArray() 76 FX_Free(m_bytes); in Reserve() 82 FX_Free(m_bytes); in Set() 91 FX_Free(m_bytes); in Set()
|
/external/pdfium/core/fxge/ge/ |
D | cfx_graphstatedata.cpp | 29 FX_Free(m_DashArray); in Copy() 42 FX_Free(m_DashArray); in ~CFX_GraphStateData() 46 FX_Free(m_DashArray); in SetDashCount()
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OnedEAN8Writer.cpp | 135 FX_Free(result); in Encode() 143 FX_Free(result); in Encode() 149 FX_Free(result); in Encode() 156 FX_Free(result); in Encode() 162 FX_Free(result); in Encode() 263 FX_Free(pCharPos); in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 134 FX_Free(result); in Encode() 145 FX_Free(result); in Encode() 151 FX_Free(result); in Encode() 158 FX_Free(result); in Encode() 164 FX_Free(result); in Encode() 300 FX_Free(pCharPos); in ShowChars()
|
D | BC_OnedCode39Writer.cpp | 220 FX_Free(result); in Encode() 226 FX_Free(result); in Encode() 235 FX_Free(result); in Encode() 242 FX_Free(result); in Encode() 249 FX_Free(result); in Encode()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_stream_acc.cpp | 54 FX_Free(pSrcData); in LoadAllData() 61 FX_Free(m_pData); in ~CPDF_StreamAcc() 62 FX_Free(m_pSrcData); in ~CPDF_StreamAcc()
|
D | fpdf_parser_decode_embeddertest.cpp | 48 FX_Free(buf); in TEST_F() 85 FX_Free(result); in TEST_F()
|
/external/pdfium/xfa/fxbarcode/qrcode/ |
D | BC_QRCoderBitVector.cpp | 35 FX_Free(m_array); in ~CBC_QRCoderBitVector() 38 FX_Free(m_array); in Clear() 121 FX_Free(m_array); in AppendByte()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiapathfont.h | 18 ~CFPF_SkiaPathFont() override { FX_Free(m_pPath); } in ~CFPF_SkiaPathFont() 24 FX_Free(m_pPath); in SetPath()
|
D | cfpf_skiafontdescriptor.h | 22 virtual ~CFPF_SkiaFontDescriptor() { FX_Free(m_pFamily); } in ~CFPF_SkiaFontDescriptor() 27 FX_Free(m_pFamily); in SetFamily()
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_convert.cpp | 98 FX_Free(m_pPalette); in ~CFX_Palette() 99 FX_Free(m_cLut); in ~CFX_Palette() 100 FX_Free(m_aLut); in ~CFX_Palette() 108 FX_Free(m_pPalette); in BuildPalette() 113 FX_Free(m_cLut); in BuildPalette() 115 FX_Free(m_aLut); in BuildPalette() 873 FX_Free(dest_buf); in ConvertFormat() 879 FX_Free(dest_buf); in ConvertFormat() 896 FX_Free(dest_buf); in ConvertFormat() 904 FX_Free(m_pBuffer); in ConvertFormat()
|