/external/pdfium/fxbarcode/oned/ |
D | BC_OnedEAN8Writer_unittest.cpp | 23 FX_Free(encoded); in TEST() 27 FX_Free(encoded); in TEST() 31 FX_Free(encoded); in TEST() 35 FX_Free(encoded); in TEST() 57 FX_Free(encoded); in TEST() 79 FX_Free(encoded); in TEST()
|
D | BC_OnedEAN13Writer_unittest.cpp | 23 FX_Free(encoded); in TEST() 27 FX_Free(encoded); in TEST() 31 FX_Free(encoded); in TEST() 35 FX_Free(encoded); in TEST() 62 FX_Free(encoded); in TEST() 89 FX_Free(encoded); in TEST()
|
D | BC_OnedUPCAWriter_unittest.cpp | 21 FX_Free(encoded); in TEST() 25 FX_Free(encoded); in TEST() 29 FX_Free(encoded); in TEST() 33 FX_Free(encoded); in TEST() 58 FX_Free(encoded); in TEST() 83 FX_Free(encoded); in TEST()
|
D | BC_OnedCode39Writer_unittest.cpp | 55 FX_Free(encoded); in TEST() 71 FX_Free(encoded); in TEST() 89 FX_Free(encoded); in TEST() 102 FX_Free(encoded); in TEST() 118 FX_Free(encoded); in TEST() 137 FX_Free(encoded); in TEST() 162 FX_Free(encoded); in TEST() 180 FX_Free(encoded); in TEST()
|
D | BC_OnedCodaBarWriter_unittest.cpp | 34 FX_Free(encoded); in TEST() 48 FX_Free(encoded); in TEST() 67 FX_Free(encoded); in TEST() 97 FX_Free(encoded); in TEST() 146 FX_Free(encoded); in TEST()
|
/external/pdfium/core/fxcrt/ |
D | fx_memory_unittest.cpp | 27 FX_Free(ptr2); in TEST() 28 FX_Free(ptr); in TEST() 39 FX_Free(ptr); in TEST() 51 FX_Free(ptr); in TEST() 69 FX_Free(ptr); in TEST() 84 FX_Free(ptr); in TEST()
|
D | fx_memory_wrappers.h | 16 inline void operator()(void* ptr) const { FX_Free(ptr); } in operator() 54 void deallocate(pointer p, size_type n) { FX_Free(p); } in deallocate()
|
D | fx_memory.h | 53 void FX_Free(void* ptr);
|
D | fx_memory.cpp | 126 void FX_Free(void* ptr) { in FX_Free() function
|
D | fx_random.cpp | 124 FX_Free(pContext); in FX_Random_MT_Close()
|
/external/pdfium/third_party/agg23/ |
D | agg_array.h | 30 FX_Free(m_array); in ~pod_array() 109 FX_Free(m_array); in capacity() 113 FX_Free(m_array); in capacity() 131 FX_Free(m_array); in resize() 277 FX_Free(*blk); in ~pod_deque() 280 FX_Free(m_blocks); in ~pod_deque() 289 FX_Free(m_blocks[--m_num_blocks]); in free_tail() 345 FX_Free(m_blocks); in allocate_block() 414 FX_Free(*blk); in remove_all() 417 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 | 38 FX_Free(*coord_blk); in ~path_storage() 41 FX_Free(m_coord_blocks); in ~path_storage() 63 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()
|
D | agg_rasterizer_scanline_aa.cpp | 81 FX_Free(*ptr); in ~outline_aa() 84 FX_Free(m_cells); in ~outline_aa() 122 FX_Free(m_cells); in allocate_block()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 479 FX_Free(pDashArray); in GdipCreatePenImpl() 735 FX_Free(pInfo->pBitmapData); in FreeDIBitmap() 736 FX_Free((LPBYTE)pInfo->pbmi); in FreeDIBitmap() 739 FX_Free(pInfo); in FreeDIBitmap() 924 FX_Free(points); in DrawPath() 925 FX_Free(types); in DrawPath() 960 FX_Free(points); in DrawPath() 961 FX_Free(types); in DrawPath() 986 FX_Free(pData); in LoadDIBitmap()
|
D | cfx_psrenderer.cpp | 424 FX_Free(output_buf); in DrawDIBits() 440 FX_Free(output_buf); in DrawDIBits() 674 FX_Free(dest_buf); in PSCompressData()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csstextbuf.cpp | 15 FX_Free(m_pBuffer); in ~CFX_CSSTextBuf()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 103 FX_Free(buffer); in GetFaceName() 236 FX_Free(static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pFontInfo)); in FPDF_FreeDefaultSystemFontInfo()
|
/external/pdfium/core/fxcodec/ |
D | fx_codec.cpp | 75 FX_Free(pair.second); in ~CFX_DIBAttribute()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_crypto_handler.cpp | 227 FX_Free(context); in CryptFinish() 250 FX_Free(pContext); in CryptFinish()
|
/external/pdfium/core/fxcodec/jpeg/ |
D | jpegmodule.cpp | 126 FX_Free(p); in jpeg_free_func() 678 FX_Free(line_buf); in JpegEncode()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_docpagedata.cpp | 76 FX_Free(buffer); in GetPSNameFromTT() 576 FX_Free(tm_buf); in AddWindowsFont()
|
/external/pdfium/core/fxcodec/flate/ |
D | flatemodule.cpp | 38 FX_Free(address); in my_free_func() 102 FX_Free(context); in FlateEnd()
|
/external/pdfium/core/fxcodec/jpx/ |
D | jpx_unittest.cpp | 448 FX_Free(img.comps); in TEST()
|