HomeSort by relevance Sort by last modified time
    Searched refs:text_count (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 87 void CPDF_ClipPathData::SetCount(int path_count, int text_count)
96 if (text_count) {
97 m_TextCount = text_count;
98 m_pTextList = FX_Alloc(CPDF_TextObject*, text_count);
99 FXSYS_memset32(m_pTextList, 0, sizeof(void*) * text_count);
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 112 void SetCount(int path_count, int text_count);
  /external/chromium_org/media/filters/
chunk_demuxer.cc 640 const size_t text_count = text_stream_map_.size(); local
641 if (text_configs.size() != text_count) {
644 } else if (text_count == 1) {
    [all...]

Completed in 4814 milliseconds