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

  /external/pdfium/core/fpdfdoc/
ctypeset.cpp 222 if (CPVT_WordInfo* pWord = m_pSection->m_WordArray.GetAt(w)) {
223 pWord->fWordTail = 0;
224 FX_FLOAT fWordWidth = m_pVT->GetWordWidth(*pWord);
225 FX_FLOAT fWordAscent = m_pVT->GetWordAscent(*pWord);
226 FX_FLOAT fWordDescent = m_pVT->GetWordDescent(*pWord);
229 pWord->fWordX = x;
230 pWord->fWordY = y;
235 pWord->fWordTail =
240 pWord->fWordTail = 0;
297 CPVT_WordInfo* pWord = m_pSection->m_WordArray.GetAt(i)
    [all...]
csection.cpp 46 CPVT_WordInfo* pWord = new CPVT_WordInfo(wordinfo);
50 m_WordArray.Add(pWord);
52 m_WordArray.InsertAt(nWordIndex, pWord);
227 if (CPVT_WordInfo* pWord = m_WordArray.GetAt(nMid)) {
229 pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) {
242 if (CPVT_WordInfo* pWord = m_WordArray.GetAt(nMid)) {
243 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) {
cpdf_variabletext.cpp 169 if (CPVT_WordInfo* pWord =
171 word.Word = pWord->Word;
172 word.nCharset = pWord->nCharset;
173 word.fWidth = m_pVT->GetWordWidth(*pWord);
175 CFX_PointF(pWord->fWordX + pSection->m_SecInfo.rcSection.left,
176 pWord->fWordY + pSection->m_SecInfo.rcSection.top));
177 word.fAscent = m_pVT->GetWordAscent(*pWord);
178 word.fDescent = m_pVT->GetWordDescent(*pWord);
179 if (pWord->pWordProps)
180 word.WordProps = *pWord->pWordProps
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 585 @Input pWord A pointer to the decompressed PVRTCWord in pixel form.
591 const Pixel32 *pWord,
605 * width + words.P[0] *ui32WordWidth + x + ui32WordWidth/2)] = pWord[y*ui32WordWidth+x]; // map P
608 * width + words.Q[0] *ui32WordWidth + x)] = pWord[y*ui32WordWidth+x+ui32WordWidth/2]; // map Q
611 * width + words.R[0] *ui32WordWidth + x + ui32WordWidth/2)] = pWord[(y+ui32WordHeight/2)*ui32WordWidth+x]; // map R
614 * width + words.S[0] *ui32WordWidth + x)] = pWord[(y+ui32WordHeight/2)*ui32WordWidth+x+ui32WordWidth/2]; // map S
    [all...]

Completed in 52 milliseconds