Home
last modified time | relevance | path

Searched refs:FX_Free (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/fxbarcode/oned/
DBC_OnedEAN8Writer_unittest.cpp23 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()
DBC_OnedEAN13Writer_unittest.cpp23 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()
DBC_OnedUPCAWriter_unittest.cpp21 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()
DBC_OnedCode39Writer_unittest.cpp55 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()
DBC_OnedCodaBarWriter_unittest.cpp34 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/
Dfx_memory_unittest.cpp27 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()
Dfx_memory_wrappers.h16 inline void operator()(void* ptr) const { FX_Free(ptr); } in operator()
54 void deallocate(pointer p, size_type n) { FX_Free(p); } in deallocate()
Dfx_memory.h53 void FX_Free(void* ptr);
Dfx_memory.cpp126 void FX_Free(void* ptr) { in FX_Free() function
Dfx_random.cpp124 FX_Free(pContext); in FX_Random_MT_Close()
/external/pdfium/third_party/agg23/
Dagg_array.h30 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 …]
Dagg_scanline_u.h44 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()
Dagg_path_storage.cpp38 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()
Dagg_rendering_buffer.h46 FX_Free(m_rows); in ~rendering_buffer()
74 FX_Free(m_rows); in attach()
Dagg_rasterizer_scanline_aa.cpp81 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/
Dfx_win32_gdipext.cpp479 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()
Dcfx_psrenderer.cpp424 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/
Dcfx_csstextbuf.cpp15 FX_Free(m_pBuffer); in ~CFX_CSSTextBuf()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp103 FX_Free(buffer); in GetFaceName()
236 FX_Free(static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pFontInfo)); in FPDF_FreeDefaultSystemFontInfo()
/external/pdfium/core/fxcodec/
Dfx_codec.cpp75 FX_Free(pair.second); in ~CFX_DIBAttribute()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.cpp227 FX_Free(context); in CryptFinish()
250 FX_Free(pContext); in CryptFinish()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp126 FX_Free(p); in jpeg_free_func()
678 FX_Free(line_buf); in JpegEncode()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp76 FX_Free(buffer); in GetPSNameFromTT()
576 FX_Free(tm_buf); in AddWindowsFont()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp38 FX_Free(address); in my_free_func()
102 FX_Free(context); in FlateEnd()
/external/pdfium/core/fxcodec/jpx/
Djpx_unittest.cpp448 FX_Free(img.comps); in TEST()

12