Home
last modified time | relevance | path

Searched refs:CPattern (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A Dpattern.h30 class CPattern
35 CPattern& operator= (const CPattern &pat);
36 bool operator== (const CPattern &other) const;
37 bool operator!= (const CPattern &other) const { return !(*this == other); }
123 CPattern(CPatternContainer& patCont) : m_rPatternContainer(patCont) {} in CPattern() function
124 CPattern(const CPattern &) = default;
125 CPattern(CPattern &&) noexcept = default;
148 void ReadModPattern(std::istream& iStrm, CPattern& patc, const size_t nSize = 0);
149 void WriteModPattern(std::ostream& oStrm, const CPattern& patc);
156 friend class CPattern; variable
H A DpatternContainer.h26 CPattern& operator[](const int pat) { return m_Patterns[pat]; }
27 const CPattern& operator[](const int pat) const { return m_Patterns[pat]; }
60 std::vector<CPattern>::iterator begin() { return m_Patterns.begin(); } in begin()
61 std::vector<CPattern>::const_iterator begin() const { return m_Patterns.begin(); } in begin()
62 std::vector<CPattern>::const_iterator cbegin() const { return m_Patterns.cbegin(); } in cbegin()
63 std::vector<CPattern>::iterator end() { return m_Patterns.end(); } in end()
64 std::vector<CPattern>::const_iterator end() const { return m_Patterns.end(); } in end()
65 std::vector<CPattern>::const_iterator cend() const { return m_Patterns.cend(); } in cend()
93 std::vector<CPattern> m_Patterns;
H A Dpattern.cpp30 CHANNELINDEX CPattern::GetNumChannels() const in GetNumChannels()
37 bool CPattern::IsEmptyRow(ROWINDEX row) const in IsEmptyRow()
107 void CPattern::ClearCommands() in ClearCommands()
113 bool CPattern::AllocatePattern(ROWINDEX rows) in AllocatePattern()
135 void CPattern::Deallocate() in Deallocate()
143 CPattern& CPattern::operator= (const CPattern &pat) in operator =()
156 bool CPattern::operator== (const CPattern &other) const in operator ==()
170 bool CPattern::Expand() in Expand()
203 bool CPattern::Shrink() in Shrink()
254 bool CPattern::SetName(const std::string &newName) in SetName()
[all …]
H A DpatternContainer.cpp25 m_Patterns.assign(m_Patterns.size(), CPattern(*this)); in ClearPatterns()
79 m_Patterns.resize(index + 1, CPattern(*this)); in Insert()
115 m_Patterns.resize(newSize, CPattern(*this)); in ResizeArray()
H A DModSequence.h22 class CPattern; variable
82 CPattern *PatternAt(ORDERINDEX ord) const;
H A DLoad_c67.cpp222 CPattern &pattern = Patterns[pat]; in ReadC67()
H A DLoad_amf.cpp290 static void AMFReadPattern(CPattern &pattern, CHANNELINDEX chn, FileReader &fileChunk) in AMFReadPattern()
H A DModSequence.cpp208 CPattern *ModSequence::PatternAt(ORDERINDEX ord) const in PatternAt()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/sandor_fxs/
H A DPattern.cpp33 CPattern::CPattern(RASTER *imgContour) : m_lX(0), m_lY(0) { in CPattern() function in CPattern
44 CPattern::~CPattern() { null(); } in ~CPattern()
46 void CPattern::null() { in null()
52 bool CPattern::readTTT(const char *fn) { in readTTT()
111 bool CPattern::readPattern(RASTER *imgContour) { in readPattern()
151 void CPattern::getMapPixel(const int xx, const int yy, const double invScale, in getMapPixel()
166 void CPattern::getMapPixel(const int xx, const int yy, const double invScale, in getMapPixel()
179 void CPattern::getBBox(SRECT &bb) { in getBBox()
195 void CPattern::optimalizeSize() { in optimalizeSize()
223 void CPattern::eraseBuffer(const int lX, const int lY, UC_PIXEL *buffer) { in eraseBuffer()
[all …]
H A DPattern.h15 class CPattern {
35 CPattern() : m_lX(0), m_lY(0) { m_fn[0] = '\0'; }; in CPattern() function
36 CPattern(RASTER *imgContour);
37 virtual ~CPattern();
H A Dpatternmap.cpp79 CPattern pat(imgContour); in patternmapUC()
161 CPattern pat(imgContour); in patternmapUS()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Doptions.hpp107 class CPattern class in CMultiAlignerOptions
112 CPattern(void) in CPattern() function in CMultiAlignerOptions::CPattern
117 CPattern(char* pattern) in CPattern() function in CMultiAlignerOptions::CPattern
122 CPattern(const string& pattern) in CPattern() function in CMultiAlignerOptions::CPattern
127 CPattern(const CPattern& pattern) in CPattern() function in CMultiAlignerOptions::CPattern
140 CPattern& operator=(const CPattern& pattern) in operator =()
380 vector<CPattern>& SetCddPatterns(void) in SetCddPatterns()
396 const vector<CPattern>& GetCddPatterns(void) const {return m_Patterns;} in GetCddPatterns()
802 vector<CPattern> m_Patterns;
H A Dpatterns.hpp54 void AssignDefaultPatterns(vector<CMultiAlignerOptions::CPattern>& patterns);
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/Constrain/
H A DPattern.hs57 let unitCon = CPattern region E.PUnit UnitN expectation
74 let listCon = CPattern region E.PList listType expectation
89 let listCon = CPattern region E.PList listType expectation
101 let recordCon = CPattern region E.PRecord recordType expectation
111 let intCon = CPattern region E.PInt T.int expectation
116 let strCon = CPattern region E.PStr T.string expectation
121 let chrCon = CPattern region E.PChr T.char expectation
126 let boolCon = CPattern region E.PBool T.bool expectation
186 let tupleCon = CPattern region E.PTuple (TupleN aType bType Nothing) expectation
199 let tupleCon = CPattern region E.PTuple (TupleN aType bType (Just cType)) expectation
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dvectorstrip.c66 }*CPattern; typedef
93 static void vectorstrip_initialise_cp(CPattern* pat);
102 static void vectorstrip_free_cp(CPattern* pat);
274 static void vectorstrip_initialise_cp(CPattern* pat) in vectorstrip_initialise_cp()
423 static void vectorstrip_free_cp(CPattern* pat) in vectorstrip_free_cp()
786 CPattern cpat = NULL; in vectorstrip_ccs_pattern()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Dpatterns.cpp3031 void AssignDefaultPatterns(vector<CMultiAlignerOptions::CPattern>& patterns) in BEGIN_SCOPE()
H A Dphi.cpp73 const vector<CMultiAlignerOptions::CPattern>& patterns in x_FindPatternHits()
H A Doptions.cpp152 ITERATE(vector<CPattern>, it, m_Patterns) { in Validate()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/unit_test/
H A Doptions_unit_test.cpp148 vector<CMultiAlignerOptions::CPattern>& patterns = opts->SetCddPatterns(); in BOOST_AUTO_TEST_CASE()
/dports/devel/erlang-gpb/gpb-4.3.3/src/
H A Dgpb_codegen.erl675 [CPattern | _] -> %% case clause or function clause
676 case analyze_atom_as_value(CPattern) of
/dports/math/R/R-4.1.2/src/library/methods/R/
H A Dtrace.R746 CPattern <- .ClassMetaPattern() functionVar
748 …allObjects[!(grepl(MPattern, allObjects) | grepl(CPattern, allObjects) | ".cacheOnAssign" == allOb…
/dports/math/libRmath/R-4.1.1/src/library/methods/R/
H A Dtrace.R746 CPattern <- .ClassMetaPattern() functionVar
748 …allObjects[!(grepl(MPattern, allObjects) | grepl(CPattern, allObjects) | ".cacheOnAssign" == allOb…
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/demo/
H A Dcobalt_app.cpp333 vector<CMultiAlignerOptions::CPattern>& patterns) in x_LoadPatterns()
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DType.hs58 | CPattern A.Region E.PCategory Type (E.PExpected Type) constructor
H A DSolve.hs129 CPattern region category tipe expectation ->

12