MCPcopy Create free account
hub / github.com/MyGUI/mygui / resize

Method resize

MyGUIEngine/src/MyGUI_Canvas.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void Canvas::resize(const IntSize& _size)
61 {
62 if (_size.width <= 0 || _size.height <= 0 || !mTexManaged)
63 return;
64
65 mReqTexSize = _size;
66
67 frameAdvise(true);
68 }
69
70 void Canvas::createTexture(
71 int _width,

Callers 15

TableMethod · 0.45
toLowerFunction · 0.45
string as_utf8_implMethod · 0.45
renderToTargetMethod · 0.45
FadeNodeAnimatorMethod · 0.45
tesselationMethod · 0.45
cropPolygonFunction · 0.45
checkBasisMethod · 0.45
loadMethod · 0.45
Contour.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected