Searched defs:IsCompressed (Results 1 – 3 of 3) sorted by relevance
48 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() function110 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); } in IsCompressed() function
1748 BOOL_32 ElemLib::IsCompressed( in IsCompressed() function in Addr::ElemLib
326 bool IsCompressed(GLint internalformat) in IsCompressed() function