MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / render

Method render

source/frontend/StarQuestIndicatorPainter.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53Drawable QuestIndicatorPainter::Indicator::render(float pixelRatio) const {
54 return animation->drawable(pixelRatio);
55}
56
57void QuestIndicatorPainter::render() {
58 auto& context = GuiContext::singleton();

Callers

nothing calls this directly

Calls 5

singletonClass · 0.85
pixelRatioMethod · 0.80
drawableMethod · 0.45
valuesMethod · 0.45
drawDrawableMethod · 0.45

Tested by

no test coverage detected