Home
last modified time | relevance | path

Searched refs:LOWERROR_MAX (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/standard/interfaces/innerkits/common/
Dgraphic_common.h81 GSError diff = static_cast<GSError>(err % LOWERROR_MAX); in GSErrorStr()
112 return static_cast<int32_t>(a) / LOWERROR_MAX == static_cast<int32_t>(b) / LOWERROR_MAX;
117 return static_cast<int32_t>(a) / LOWERROR_MAX != static_cast<int32_t>(b) / LOWERROR_MAX;
Dgraphic_common_c.h20 const int LOWERROR_MAX = 1000; variable