MCPcopy 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
81void RenderState::SetMaskTexture(ref_ptr<Texture> tex)
82{
83 m_textures[kMaskTextureName] = std::move(tex);
84}
85
86ref_ptr<Texture> RenderState::GetMaskTexture() const
87{

Callers 10

DrawPathTextPlainMethod · 0.80
DrawPathTextOutlinedMethod · 0.80
MaskedBatchFunction · 0.80
GetStateMethod · 0.80
DrawSubStringPlainMethod · 0.80
DrawSubStringOutlinedMethod · 0.80
DrawHatchingAreaMethod · 0.80
CacheStaticTextMethod · 0.80
PrecacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected