Searched defs:IsCompressed (Results 1 – 4 of 4) 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
145 constexpr bool IsCompressed() const { in IsCompressed() function
1761 BOOL_32 ElemLib::IsCompressed( in IsCompressed() function in Addr::ElemLib
326 bool IsCompressed(GLint internalformat) in IsCompressed() function