Home
last modified time | relevance | path

Searched refs:pWord (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp228 CPVT_WordInfo* pWord = m_pSection->m_WordArray[w].get(); in CharArray() local
229 pWord->fWordTail = 0; in CharArray()
230 float fWordWidth = m_pVT->GetWordWidth(*pWord); in CharArray()
231 float fWordAscent = m_pVT->GetWordAscent(*pWord); in CharArray()
232 float fWordDescent = m_pVT->GetWordDescent(*pWord); in CharArray()
235 pWord->fWordX = x; in CharArray()
236 pWord->fWordY = y; in CharArray()
241 pWord->fWordTail = in CharArray()
246 pWord->fWordTail = 0; in CharArray()
301 CPVT_WordInfo* pWord = m_pSection->m_WordArray[i].get(); in SplitLines() local
[all …]
Dcsection.cpp199 CPVT_WordInfo* pWord = m_WordArray[nMid].get(); in SearchWordPlace() local
200 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) { in SearchWordPlace()
209 CPVT_WordInfo* pWord = m_WordArray[nMid].get(); in SearchWordPlace() local
210 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) in SearchWordPlace()
Dcpdf_variabletext.cpp145 CPVT_WordInfo* pWord = pSection->m_WordArray[m_CurPos.nWordIndex].get(); in GetWord() local
146 word.Word = pWord->Word; in GetWord()
147 word.nCharset = pWord->nCharset; in GetWord()
148 word.fWidth = m_pVT->GetWordWidth(*pWord); in GetWord()
150 m_pVT->InToOut(CFX_PointF(pWord->fWordX + pSection->m_Rect.left, in GetWord()
151 pWord->fWordY + pSection->m_Rect.top)); in GetWord()
152 word.fAscent = m_pVT->GetWordAscent(*pWord); in GetWord()
153 word.fDescent = m_pVT->GetWordDescent(*pWord); in GetWord()
154 word.nFontIndex = m_pVT->GetWordFontIndex(*pWord); in GetWord()
766 for (auto& pWord : pNextSection->m_WordArray) { in LinkLatterSection() local
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp591 const Pixel32 *pWord, in mapDecompressedData() argument
605 … * width + words.P[0] *ui32WordWidth + x + ui32WordWidth/2)] = pWord[y*ui32WordWidth+x]; // map P in mapDecompressedData()
608 …* width + words.Q[0] *ui32WordWidth + x)] = pWord[y*ui32WordWidth+x+ui32WordWidth/2]; // map Q in mapDecompressedData()
611 …* width + words.R[0] *ui32WordWidth + x + ui32WordWidth/2)] = pWord[(y+ui32WordHeight/2)*ui32WordW… in mapDecompressedData()
614 …* width + words.S[0] *ui32WordWidth + x)] = pWord[(y+ui32WordHeight/2)*ui32WordWidth+x+ui32Wor… in mapDecompressedData()