Home
last modified time | relevance | path

Searched refs:m_Selectors (Results 1 – 14 of 14) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/css/
H A Dfde_cssstylesheet.cpp108 m_Selectors.RemoveAll(); in Reset()
198 m_Selectors.RemoveAll(); in LoadFromSyntax()
245 m_Selectors.RemoveAt(0, m_Selectors.GetSize()); in LoadStyleRule()
261 m_Selectors.Add(pSelector); in LoadStyleRule()
287 if (!pStyleRule && m_Selectors.GetSize() > 0) { in LoadStyleRule()
289 pStyleRule->SetSelector(m_pAllocator, m_Selectors); in LoadStyleRule()
H A Dfde_cssstylesheet.h139 CFDE_CSSSelectorArray m_Selectors; variable
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DBZip2Decoder.cpp116 UInt32 *CharCounters, UInt32 blockSizeMax, Byte *m_Selectors, CHuffmanDecoder *m_HuffmanDecoders, in ReadBlock() argument
171 m_Selectors[i] = mtfPos[0] = tmp; in ReadBlock()
221 huffmanDecoder = &m_HuffmanDecoders[m_Selectors[groupIndex++]]; in ReadBlock()
602 m_Selectors, m_HuffmanDecoders, in DecodeFile()
738 Decoder->m_Selectors, Decoder->m_HuffmanDecoders, in ThreadFunc()
H A DBZip2Encoder.cpp451 m_Selectors[g] = (Byte)t; in EncodeBlock()
456 UInt32 *freqs = Freqs[m_Selectors[g++]]; in EncodeBlock()
491 Byte sel = m_Selectors[i]; in EncodeBlock()
549 int t = m_Selectors[groupIndex++]; in EncodeBlock()
H A DBZip2Decoder.h71 Byte m_Selectors[kNumSelectorsMax]; variable
H A DBZip2Encoder.h105 Byte m_Selectors[kNumSelectorsMax]; variable
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DBZip2Encoder.cpp473 m_Selectors[g] = (Byte)t; in EncodeBlock()
478 UInt32 *freqs = Freqs[m_Selectors[g++]]; in EncodeBlock()
513 Byte sel = m_Selectors[i]; in EncodeBlock()
571 unsigned t = m_Selectors[groupIndex++]; in EncodeBlock()
H A DBZip2Encoder.h105 Byte m_Selectors[kNumSelectorsMax]; variable
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DBZip2Encoder.cpp464 m_Selectors[g] = (Byte)t; in EncodeBlock()
469 UInt32 *freqs = Freqs[m_Selectors[g++]]; in EncodeBlock()
504 Byte sel = m_Selectors[i]; in EncodeBlock()
562 unsigned t = m_Selectors[groupIndex++]; in EncodeBlock()
H A DBZip2Encoder.h105 Byte m_Selectors[kNumSelectorsMax]; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dsvxcss1.hxx188 CSS1Selectors m_Selectors; // List of "open" Selectors member in SvxCSS1Parser
H A Dsvxcss1.cxx676 for (const std::unique_ptr<CSS1Selector> & rpSelection : m_Selectors) in SelectorParsed()
684 m_Selectors.clear(); in SelectorParsed()
687 m_Selectors.push_back(std::move(pSelector)); in SelectorParsed()
819 for (const std::unique_ptr<CSS1Selector> & rpSelector : m_Selectors) in ParseStyleSheet()
825 m_Selectors.clear(); in ParseStyleSheet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dsvxcss1.hxx190 CSS1Selectors m_Selectors; // List of "open" Selectors member in SvxCSS1Parser
H A Dsvxcss1.cxx683 for (const std::unique_ptr<CSS1Selector> & rpSelection : m_Selectors) in SelectorParsed()
691 m_Selectors.clear(); in SelectorParsed()
694 m_Selectors.push_back(std::move(pSelector)); in SelectorParsed()
826 for (const std::unique_ptr<CSS1Selector> & rpSelector : m_Selectors) in ParseStyleSheet()
832 m_Selectors.clear(); in ParseStyleSheet()