Searched refs:pWord (Results 1 – 5 of 5) sorted by relevance
226 CPVT_WordInfo* pWord = m_pSection->m_WordArray[w].get(); in CharArray() local227 pWord->fWordTail = 0; in CharArray()228 float fWordWidth = m_pVT->GetWordWidth(*pWord); in CharArray()229 float fWordAscent = m_pVT->GetWordAscent(*pWord); in CharArray()230 float fWordDescent = m_pVT->GetWordDescent(*pWord); in CharArray()233 pWord->fWordX = x; in CharArray()234 pWord->fWordY = y; in CharArray()239 pWord->fWordTail = in CharArray()244 pWord->fWordTail = 0; in CharArray()329 CPVT_WordInfo* pWord = m_pSection->m_WordArray[i].get(); in SplitLines() local[all …]
193 CPVT_WordInfo* pWord = m_WordArray[nMid].get(); in SearchWordPlace() local194 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) { in SearchWordPlace()203 CPVT_WordInfo* pWord = m_WordArray[nMid].get(); in SearchWordPlace() local204 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) in SearchWordPlace()
146 CPVT_WordInfo* pWord = pSection->m_WordArray[m_CurPos.nWordIndex].get(); in GetWord() local147 word.Word = pWord->Word; in GetWord()148 word.nCharset = pWord->nCharset; in GetWord()149 word.fWidth = m_pVT->GetWordWidth(*pWord); in GetWord()151 m_pVT->InToOut(CFX_PointF(pWord->fWordX + pSection->m_Rect.left, in GetWord()152 pWord->fWordY + pSection->m_Rect.top)); in GetWord()153 word.fAscent = m_pVT->GetWordAscent(*pWord); in GetWord()154 word.fDescent = m_pVT->GetWordDescent(*pWord); in GetWord()155 word.nFontIndex = m_pVT->GetWordFontIndex(*pWord); in GetWord()712 for (auto& pWord : pNextSection->m_WordArray) { in LinkLatterSection() local[all …]
53 bool WordBufferMatches(const char* pWord) const;
595 bool CPDF_StreamParser::WordBufferMatches(const char* pWord) const { in WordBufferMatches()596 const size_t iLength = strlen(pWord); in WordBufferMatches()597 return m_WordSize == iLength && memcmp(m_WordBuffer, pWord, iLength) == 0; in WordBufferMatches()