Home
last modified time | relevance | path

Searched refs:CheckSignature (Results 1 – 8 of 8) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_base.cpp110 if( cur_sign_len <= sign_len && CheckSignature( signature ) ) in CheckFile()
118 bool GrFmtFilterFactory::CheckSignature( const char* signature ) in CheckSignature() function in GrFmtFilterFactory
Dgrfmt_png.h98 bool CheckSignature( const char* signature );
Dgrfmt_pxm.h99 bool CheckSignature( const char* signature );
Dgrfmt_tiff.h175 bool CheckSignature( const char* signature );
Dgrfmt_base.h119 virtual bool CheckSignature( const char* signature );
Dgrfmt_png.cpp86 bool GrFmtPng::CheckSignature( const char* signature ) in CheckSignature() function in GrFmtPng
Dgrfmt_pxm.cpp61 bool GrFmtPxM::CheckSignature( const char* signature ) in CheckSignature() function in GrFmtPxM
Dgrfmt_tiff.cpp64 bool GrFmtTiff::CheckSignature( const char* signature ) in CheckSignature() function in GrFmtTiff