Searched refs:FX_DELETE_VECTOR (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_memory.h | 104 #define FX_DELETE_VECTOR(Pointer, Class, Count) \ macro
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 37 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()
|
D | fpdf_page_parser.cpp | 1468 FX_DELETE_VECTOR(pStrs, CFX_ByteString, nsegs); in Handle_ShowText_Positioning()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 843 FX_DELETE_VECTOR(m_pCharNames, CFX_ByteString, 256); in ~CPDF_SimpleFont() 986 FX_DELETE_VECTOR(m_pCharNames, CFX_ByteString, 256); in LoadCommon()
|