Searched refs:nType (Results 1 – 3 of 3) sorted by relevance
90 EResult Process (int32_t nType, SPixMap* src, SPixMap* ref);91 EResult Set (int32_t nType, void* pParam);92 EResult Get (int32_t nType, void* pParam);
309 EResult CComplexityAnalysisScreen::Process (int32_t nType, SPixMap* pSrc, SPixMap* pRef) { in Process() argument332 EResult CComplexityAnalysisScreen::Set (int32_t nType, void* pParam) { in Set() argument341 EResult CComplexityAnalysisScreen::Get (int32_t nType, void* pParam) { in Get() argument
150374 int nType;150376 nType = sqlite3Strlen30(zType);150377 for(i=0; i<nType; i++){150385 if( i<nType ){150388 for(j=i; (j+nDel)<=nType; j++){