Searched refs:wNext (Results 1 – 4 of 4) sorted by relevance
202 wchar_t wNext; in GetFormChar() local203 ParseChar(next, &wNext, &eNext); in GetFormChar()207 return GetArabicFromAlefTable(wNext); in GetFormChar()212 wCur = GetArabicFromAlefTable(wNext); in GetFormChar()
683 wchar_t wNext = 0xFEFF; in GetDisplayPos() local712 wNext = pEngine->GetChar(iNext); in GetDisplayPos()713 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()720 wNext = 0xFEFF; in GetDisplayPos()728 wNext = pStr[j]; in GetDisplayPos()729 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()732 wNext = 0xFEFF; in GetDisplayPos()735 wNext = 0xFEFF; in GetDisplayPos()738 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()739 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()[all …]
685 wchar_t wNext; in GetDisplayPos() local716 wNext = pText->pStr[i + 1]; in GetDisplayPos()718 wNext = pText->pStr[i + 2]; in GetDisplayPos()720 wNext = 0xFEFF; in GetDisplayPos()722 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
1342 PVRTGEOMETRY_IDX wNext; in SortVertices() local1350 wNext = 0; in SortVertices()1359 _ASSERT((int) wNext < nVertNum); in SortVertices()1360 memcpy((char*)pVtxNew+(wNext*nStride), (char*)pVtxData+(pwIdx[i]*nStride), nStride); in SortVertices()1361 pnVtxDest[pwIdx[i]] = wNext++; in SortVertices()1374 _ASSERT((int) wNext == nVertNum); in SortVertices()