MCPcopy Create free account
hub / github.com/SpartanJ/eepp / draw

Method draw

src/eepp/ui/uinodedrawable.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void UINodeDrawable::draw( const Vector2f& position, const Sizef& size ) {
166 draw( position, size, 255 );
167}
168
169void UINodeDrawable::draw( const Vector2f& position, const Sizef& size, const Uint32& alpha ) {
170 if ( position != mPosition ) {

Callers 1

repeatYdrawFunction · 0.45

Calls 15

updateFunction · 0.85
getColorFunction · 0.85
repeatYdrawFunction · 0.85
clipPlaneEnableMethod · 0.80
getClippingMaskMethod · 0.80
hasRadiusMethod · 0.80
setMaskModeMethod · 0.80
clearMasksMethod · 0.80
appendMaskMethod · 0.80
stencilMaskEnableMethod · 0.80
isPolygonSmoothMethod · 0.80
isLineSmoothMethod · 0.80

Tested by

no test coverage detected