Home
last modified time | relevance | path

Searched refs:LOWERROR_MAX (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common.h92 GSError diff = static_cast<GSError>(err % LOWERROR_MAX); in GSErrorStr()
113 return static_cast<int32_t>(a) / LOWERROR_MAX == static_cast<int32_t>(b) / LOWERROR_MAX; in operator ==()
118 return static_cast<int32_t>(a) / LOWERROR_MAX != static_cast<int32_t>(b) / LOWERROR_MAX; in operator !=()
H A Dgraphic_common_c.h20 const int LOWERROR_MAX = 1000; variable
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common.h65 GSError diff = static_cast<GSError>(err % LOWERROR_MAX); in GSErrorStr()
109 return static_cast<int32_t>(a) / LOWERROR_MAX == static_cast<int32_t>(b) / LOWERROR_MAX; in operator ==()
114 return static_cast<int32_t>(a) / LOWERROR_MAX != static_cast<int32_t>(b) / LOWERROR_MAX; in operator !=()
H A Dgraphic_common_c.h20 const int LOWERROR_MAX = 1000; variable

Completed in 3 milliseconds