Home | History | Annotate | Download | only in layout

Lines Matching refs:nextChars

1078   // m_pLineChars is a unique_ptr<vector>. Assign the ref into nextChars
1080 std::vector<CFX_TxtChar>& nextChars = *pNextLine->m_pLineChars;
1081 nextChars =
1087 iCount = pdfium::CollectionSize<int>(nextChars);
1090 if (nextChars[i].GetCharType() >= FX_CHARTYPE_ArabicAlef) {
1094 int32_t iCharWidth = nextChars[i].m_iCharWidth;
1100 nextChars[i].m_dwStatus = 0;