HomeSort by relevance Sort by last modified time
    Searched defs:pSection (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 120 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get();
122 pdfium::CollectionSize<int32_t>(pSection->m_LineArray) - 1) {
139 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get();
140 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex) ||
141 !pdfium::IndexInBounds(pSection->m_WordArray, m_CurPos.nWordIndex)) {
145 CPVT_WordInfo* pWord = pSection->m_WordArray[m_CurPos.nWordIndex].get();
150 m_pVT->InToOut(CFX_PointF(pWord->fWordX + pSection->m_Rect.left,
151 pWord->fWordY + pSection->m_Rect.top));
165 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get();
166 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h 203 } SECTION, *PSECTION;
207 PSECTION pSection;

Completed in 83 milliseconds