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

Method ReservePattern

libs/drape/stipple_pen_resource.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void StipplePenTexture::ReservePattern(PenPatternT const & pattern)
215{
216 bool newResource = false;
217 m_indexer->ReserveResource(true /* predefined */, StipplePenKey(pattern), newResource);
218}
219} // namespace dp

Callers 1

InitStipplePenMethod · 0.80

Calls 2

StipplePenKeyClass · 0.85
ReserveResourceMethod · 0.45

Tested by

no test coverage detected