MCPcopy Create free account
hub / github.com/SOUI2/soui / writeInt

Method writeInt

third-part/skia/src/core/SkWriteBuffer.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void SkWriteBuffer::writeInt(int32_t value) {
66 fWriter.write32(value);
67}
68
69void SkWriteBuffer::writeIntArray(const int32_t* value, uint32_t count) {
70 fWriter.write32(count);

Callers 14

writeBitmapMethod · 0.95
flattenMethod · 0.80
flattenMethod · 0.80
flattenMethod · 0.80
flattenMethod · 0.80
flattenLightMethod · 0.80
flattenMethod · 0.80
flattenMethod · 0.80
flattenMethod · 0.80
flattenMethod · 0.80
writeEncodedStringMethod · 0.80
flattenMethod · 0.80

Calls 1

write32Method · 0.45

Tested by

no test coverage detected