MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / fillRoundedRect

Method fillRoundedRect

lib/GfxRenderer/GfxRenderer.cpp:961–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961void GfxRenderer::fillRoundedRect(const int x, const int y, const int width, const int height, const int cornerRadius,
962 const Color color) const {
963 fillRoundedRect(x, y, width, height, cornerRadius, true, true, true, true, color);
964}
965
966void GfxRenderer::fillRoundedRect(const int x, const int y, const int width, const int height, const int cornerRadius,
967 bool roundTopLeft, bool roundTopRight, bool roundBottomLeft, bool roundBottomRight,

Callers 13

drawPopupMethod · 0.80
drawKeyboardKeyMethod · 0.80
drawTabBarMethod · 0.80
drawRecentBookCoverMethod · 0.80
drawButtonMenuMethod · 0.80
drawKeyboardKeyMethod · 0.80
drawListMethod · 0.80
drawRecentBookCoverMethod · 0.80
drawTabBarMethod · 0.80
drawListMethod · 0.80
drawButtonHintsMethod · 0.80
drawRecentBookCoverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected