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

Method Bitmap

include/tgfx/core/Bitmap.h:43–43  ·  view source on GitHub ↗

* Creates an empty Bitmap without pixels, and with an empty ImageInfo. */

Source from the content-addressed store, hash-verified

41 * Creates an empty Bitmap without pixels, and with an empty ImageInfo.
42 */
43 Bitmap() = default;
44
45 /**
46 * Creates a new Bitmap and tries to allocate its pixels by the specified width, height, and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected