Home
last modified time | relevance | path

Searched defs:appendHexU32 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/
DSkJSONWriter.h212 void appendHexU32(uint32_t value) { this->beginValue(); this->appendf("\"0x%x\"", value); } in appendHexU32() function
/external/skqp/src/utils/
DSkJSONWriter.h212 void appendHexU32(uint32_t value) { this->beginValue(); this->appendf("\"0x%x\"", value); } in appendHexU32() function