Home
last modified time | relevance | path

Searched refs:JsonWriteBuffer (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/debugger/
DJsonWriteBuffer.cpp12 void JsonWriteBuffer::append(const char* type) { in append()
17 void JsonWriteBuffer::writePad32(const void* data, size_t size) { in writePad32()
28 void JsonWriteBuffer::writeByteArray(const void* data, size_t size) { in writeByteArray()
39 void JsonWriteBuffer::writeBool(bool value) { in writeBool()
44 void JsonWriteBuffer::writeScalar(SkScalar value) { in writeScalar()
49 void JsonWriteBuffer::writeScalarArray(const SkScalar* value, uint32_t count) { in writeScalarArray()
58 void JsonWriteBuffer::writeInt(int32_t value) { in writeInt()
63 void JsonWriteBuffer::writeIntArray(const int32_t* value, uint32_t count) { in writeIntArray()
72 void JsonWriteBuffer::writeUInt(uint32_t value) { in writeUInt()
77 void JsonWriteBuffer::writeString(const char* value) { in writeString()
[all …]
DJsonWriteBuffer.h17 class JsonWriteBuffer final : public SkWriteBuffer {
19 JsonWriteBuffer(SkJSONWriter* writer, UrlDataManager* urlDataManager) in JsonWriteBuffer() function
DDrawCommand.cpp626 JsonWriteBuffer jsonBuffer(&writer, &urlDataManager); in flatten()
/external/skia/
DBUILD.gn1458 "tools/debugger/JsonWriteBuffer.cpp",
1917 "tools/debugger/JsonWriteBuffer.cpp",
1918 "tools/debugger/JsonWriteBuffer.h",
2371 "tools/debugger/JsonWriteBuffer.cpp",
2853 "tools/debugger/JsonWriteBuffer.cpp",
3019 "tools/debugger/JsonWriteBuffer.cpp",
3066 "tools/debugger/JsonWriteBuffer.cpp",
3109 "tools/debugger/JsonWriteBuffer.cpp",
3144 "tools/debugger/JsonWriteBuffer.cpp",
3170 "tools/debugger/JsonWriteBuffer.cpp",
[all …]
DAndroid.bp2930 "tools/debugger/JsonWriteBuffer.cpp",
3688 "tools/debugger/JsonWriteBuffer.cpp",