Home
last modified time | relevance | path

Searched refs:FX_DELETE_VECTOR (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_memory.h104 #define FX_DELETE_VECTOR(Pointer, Class, Count) \ macro
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp37 FX_DELETE_VECTOR(m_pPathList, CPDF_Path, m_PathCount); in ~CPDF_ClipPathData()
163 FX_DELETE_VECTOR(pData->m_pPathList, CPDF_Path, pData->m_PathCount); in AppendPath()
Dfpdf_page_parser.cpp1468 FX_DELETE_VECTOR(pStrs, CFX_ByteString, nsegs); in Handle_ShowText_Positioning()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp843 FX_DELETE_VECTOR(m_pCharNames, CFX_ByteString, 256); in ~CPDF_SimpleFont()
986 FX_DELETE_VECTOR(m_pCharNames, CFX_ByteString, 256); in LoadCommon()