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

/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h104 #define FX_DELETE_VECTOR(Pointer, Class, Count) \ macro
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp37 FX_DELETE_VECTOR(m_pPathList, CPDF_Path, m_PathCount);
163 FX_DELETE_VECTOR(pData->m_pPathList, CPDF_Path, pData->m_PathCount);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp843 FX_DELETE_VECTOR(m_pCharNames, CFX_ByteString, 256);
986 FX_DELETE_VECTOR(m_pCharNames, CFX_ByteString, 256);

Completed in 98 milliseconds