Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common.h34 const std::map<GSError, std::string> GSErrorStrs = { variable
93 auto it = GSErrorStrs.find(static_cast<GSError>(err - diff)); in GSErrorStr()
94 if (it == GSErrorStrs.end()) { in GSErrorStr()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common.h34 const std::map<GSError, std::string> GSErrorStrs = { variable
93 auto it = GSErrorStrs.find(static_cast<GSError>(err - diff)); in GSErrorStr()
94 if (it == GSErrorStrs.end()) { in GSErrorStr()