MCPcopy Create free account
hub / github.com/Chlumsky/msdfgen / BitmapRef

Method BitmapRef

core/BitmapRef.hpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 YAxisOrientation yOrientation;
27
28 inline BitmapRef() : pixels(NULL), width(0), height(0), yOrientation(MSDFGEN_Y_AXIS_DEFAULT_ORIENTATION) { }
29 inline BitmapRef(T *pixels, int width, int height, YAxisOrientation yOrientation = MSDFGEN_Y_AXIS_DEFAULT_ORIENTATION) : pixels(pixels), width(width), height(height), yOrientation(yOrientation) { }
30
31 inline T *operator()(int x, int y) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected