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

Method GetPointsCount

libs/drape_frontend/circles_pack_shape.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139size_t CirclesPackHandle::GetPointsCount() const
140{
141 return m_buffer.size() / dp::Batcher::VertexPerQuad;
142}
143
144void CirclesPackShape::Draw(ref_ptr<dp::GraphicsContext> context, CirclesPackRenderData & data)
145{

Callers 5

ReadPointsFunction · 0.45
AcceptMessageMethod · 0.45
RenderTrackMethod · 0.45
GetPreviewHandleMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected