Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void SkWriteBuffer::writeInt(int32_t value) {
66
fWriter.write32(value);
67
}
68
69
void SkWriteBuffer::writeIntArray(const int32_t* value, uint32_t count) {
70
fWriter.write32(count);
Callers
14
writeBitmap
Method · 0.95
flatten
Method · 0.80
flatten
Method · 0.80
flatten
Method · 0.80
flatten
Method · 0.80
flattenLight
Method · 0.80
flatten
Method · 0.80
flatten
Method · 0.80
flatten
Method · 0.80
flatten
Method · 0.80
writeEncodedString
Method · 0.80
flatten
Method · 0.80
Calls
1
write32
Method · 0.45
Tested by
no test coverage detected