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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h 203 } SECTION, *PSECTION;
207 PSECTION pSection;
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 304 CTypeset::CTypeset(CSection* pSection)
306 m_pVT(pSection->m_pVT),
307 m_pSection(pSection) {}
829 if (CSection* pSection = m_SectionArray.GetAt(0)) {
830 pSection->ResetLinePlace();
881 if (CSection* pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) {
896 sz = pSection->m_WordArray.GetSize();
898 if (CPVT_WordInfo* pWord = pSection->m_WordArray.GetAt(w)) {
950 if (CSection* pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) {
951 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace())
    [all...]

Completed in 124 milliseconds