MCPcopy Create free account
hub / github.com/comaps/comaps / GetPixelShape

Method GetPixelShape

libs/drape/overlay_handle.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void SquareHandle::GetPixelShape(ScreenBase const & screen, bool perspective, Rects & rects) const
212{
213 rects.emplace_back(GetPixelRect(screen, perspective));
214}
215
216bool SquareHandle::IsBound() const
217{

Callers 1

SelectMethod · 0.45

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected