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

Method writePixels

src/core/Bitmap.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool Bitmap::writePixels(const ImageInfo& srcInfo, const void* srcPixels, int dstX, int dstY) {
109 return Pixmap(*this).writePixels(srcInfo, srcPixels, dstX, dstY);
110}
111
112void Bitmap::clear() {
113 if (pixelRef == nullptr) {

Callers 3

ExtractSubsetFunction · 0.45
EncodeMethod · 0.45
CopyBitmapMethod · 0.45

Calls 1

PixmapClass · 0.85

Tested by

no test coverage detected