Home
last modified time | relevance | path

Searched refs:text_count (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp75 void CPDF_ClipPathData::SetCount(int path_count, int text_count) { in SetCount() argument
83 if (text_count) { in SetCount()
84 m_TextCount = text_count; in SetCount()
85 m_pTextList = FX_Alloc(CPDF_TextObject*, text_count); in SetCount()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h76 void SetCount(int path_count, int text_count);