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

Method GetLayout

libs/drape_frontend/path_text_handle.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129ref_ptr<PathTextLayout> const PathTextContext::GetLayout() const
130{
131 return make_ref(m_layout);
132}
133
134std::vector<double> const & PathTextContext::GetOffsets() const
135{

Callers 6

DrawPathTextPlainMethod · 0.80
DrawPathTextOutlinedMethod · 0.80
CreateOverlayHandleMethod · 0.80
DrawMethod · 0.80
PathTextHandleMethod · 0.80
UpdateMethod · 0.80

Calls 1

make_refFunction · 0.85

Tested by

no test coverage detected