Home
last modified time | relevance | path

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

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