Searched defs:hexByte (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/debugger/
H A DSkJsonWriteBuffer.cpp22 SkString hexByte = SkStringPrintf("%02x", bytes[i]); local
23 jsonArray.append(hexByte.c_str());
32 SkString hexByte = SkStringPrintf("%02x", bytes[i]); local
33 jsonArray.append(hexByte.c_str());
/external/skqp/tools/debugger/
H A DSkJsonWriteBuffer.cpp22 SkString hexByte = SkStringPrintf("%02x", bytes[i]); local
23 jsonArray.append(hexByte.c_str());
32 SkString hexByte = SkStringPrintf("%02x", bytes[i]); local
33 jsonArray.append(hexByte.c_str());

Completed in 139 milliseconds