MCPcopy Create free account
hub / github.com/defold/defold / AllocLayout

Function AllocLayout

engine/font/src/text_layout_skribidi.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37static void AllocLayout(LayoutContext* ctx, HFontCollection collection)
38{
39 ctx->m_Alloc = skb_temp_alloc_create(4*1024);
40}
41
42static void FreeLayout(LayoutContext* ctx)
43{

Callers 1

TextLayoutSkribidiCreateFunction · 0.85

Calls 1

skb_temp_alloc_createFunction · 0.85

Tested by

no test coverage detected