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

Method InsertListOfStrip

libs/drape/batcher.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void Batcher::InsertListOfStrip(ref_ptr<GraphicsContext> context, RenderState const & state,
139 ref_ptr<AttributeProvider> params, uint8_t vertexStride)
140{
141 InsertListOfStrip(context, state, params, nullptr, vertexStride);
142}
143
144IndicesRange Batcher::InsertListOfStrip(ref_ptr<GraphicsContext> context, RenderState const & state,
145 ref_ptr<AttributeProvider> params, drape_ptr<OverlayHandle> && handle,

Callers 13

UNIT_TESTFunction · 0.80
CacheUserMarksFunction · 0.80
DrawMethod · 0.80
DrawPathTextPlainMethod · 0.80
DrawPathTextOutlinedMethod · 0.80
BatchGeometryMethod · 0.80
BuildTextFunction · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
DrawSubStringPlainMethod · 0.80
DrawSubStringOutlinedMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64