MCPcopy Create free account
hub / github.com/axmolengine/axmol / NinePatchImageParser

Method NinePatchImageParser

core/base/NinePatchImageParser.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32NinePatchImageParser::~NinePatchImageParser() {}
33
34NinePatchImageParser::NinePatchImageParser() : _image(nullptr), _imageFrame(Rect::ZERO), _isRotated(false) {}
35
36NinePatchImageParser::NinePatchImageParser(Image* image) : _image(image), _imageFrame(Rect::ZERO), _isRotated(false)
37{

Callers

nothing calls this directly

Calls 4

RectFunction · 0.50
getWidthMethod · 0.45
getHeightMethod · 0.45
getPixelFormatMethod · 0.45

Tested by

no test coverage detected