Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
ref_ptr<PathTextLayout> const PathTextContext::GetLayout() const
130
{
131
return make_ref(m_layout);
132
}
133
134
std::vector<double> const & PathTextContext::GetOffsets() const
135
{
Callers
6
DrawPathTextPlain
Method · 0.80
DrawPathTextOutlined
Method · 0.80
CreateOverlayHandle
Method · 0.80
Draw
Method · 0.80
PathTextHandle
Method · 0.80
Update
Method · 0.80
Calls
1
make_ref
Function · 0.85
Tested by
no test coverage detected