Home
last modified time | relevance | path

Searched refs:wordBoxMap (Results 1 – 10 of 10) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/qt5/
H A Dpoppler-page.cc589 QHash<TextWord *, TextBox*> wordBoxMap; in textList() local
609 wordBoxMap.insert(word, text_box); in textList()
616 TextBox* text_box = wordBoxMap.value(word); in textList()
617 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc743 QHash<const TextWord *, TextBox *> wordBoxMap; in textList() local
762 wordBoxMap.insert(word, text_box); in textList()
769 TextBox *text_box = wordBoxMap.value(word); in textList()
770 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/src/
H A Dpoppler-page.cc714 QHash<const TextWord *, TextBox *> wordBoxMap; in textList() local
733 wordBoxMap.insert(word, text_box.get()); in textList()
740 TextBox *text_box = wordBoxMap.value(word); in textList()
741 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/src/
H A Dpoppler-page.cc714 QHash<const TextWord *, TextBox *> wordBoxMap; in textList() local
733 wordBoxMap.insert(word, text_box.get()); in textList()
740 TextBox *text_box = wordBoxMap.value(word); in textList()
741 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/src/
H A Dpoppler-page.cc714 QHash<const TextWord *, TextBox *> wordBoxMap; in textList() local
733 wordBoxMap.insert(word, text_box.get()); in textList()
740 TextBox *text_box = wordBoxMap.value(word); in textList()
741 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/graphics/poppler/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc743 QHash<const TextWord *, TextBox *> wordBoxMap; in textList() local
762 wordBoxMap.insert(word, text_box); in textList()
769 TextBox *text_box = wordBoxMap.value(word); in textList()
770 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/graphics/poppler/poppler-21.12.0/qt6/src/
H A Dpoppler-page.cc714 QHash<const TextWord *, TextBox *> wordBoxMap; in textList() local
733 wordBoxMap.insert(word, text_box.get()); in textList()
740 TextBox *text_box = wordBoxMap.value(word); in textList()
741 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc743 QHash<const TextWord *, TextBox *> wordBoxMap; in textList() local
762 wordBoxMap.insert(word, text_box); in textList()
769 TextBox *text_box = wordBoxMap.value(word); in textList()
770 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/src/
H A Dpoppler-page.cc743 QHash<const TextWord *, TextBox *> wordBoxMap; in textList() local
762 wordBoxMap.insert(word, text_box); in textList()
769 TextBox *text_box = wordBoxMap.value(word); in textList()
770 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt4/src/
H A Dpoppler-page.cc430 QHash<TextWord *, TextBox*> wordBoxMap; in textList() local
449 wordBoxMap.insert(word, text_box); in textList()
456 TextBox* text_box = wordBoxMap.value(word); in textList()
457 text_box->m_data->nextWord = wordBoxMap.value(word->nextWord()); in textList()