Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetMaskTexture
Method
SetMaskTexture
libs/drape/render_state.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void RenderState::SetMaskTexture(ref_ptr<Texture> tex)
82
{
83
m_textures[kMaskTextureName] = std::move(tex);
84
}
85
86
ref_ptr<Texture> RenderState::GetMaskTexture() const
87
{
Callers
10
GenerateSegmentsGeometry
Method · 0.80
DrawPathTextPlain
Method · 0.80
DrawPathTextOutlined
Method · 0.80
MaskedBatch
Function · 0.80
GetState
Method · 0.80
DrawSubStringPlain
Method · 0.80
DrawSubStringOutlined
Method · 0.80
DrawHatchingArea
Method · 0.80
CacheStaticText
Method · 0.80
Precache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected