MCPcopy Create free account
hub / github.com/Tencent/tgfx / setBoolean

Method setBoolean

src/core/utils/DataView.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool DataView::setBoolean(size_t offset, bool value) {
187 Bit8 data = {};
188 data.boolValue = value;
189 return writeData(offset, data.bytes, 1);
190}
191
192bool DataView::setInt8(size_t offset, int8_t value) {
193 Bit8 data = {};

Callers 1

TGFX_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TGFX_TESTFunction · 0.64