Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
static void AllocLayout(LayoutContext* ctx, HFontCollection collection)
38
{
39
ctx->m_Alloc = skb_temp_alloc_create(4*1024);
40
}
41
42
static void FreeLayout(LayoutContext* ctx)
43
{
Callers
1
TextLayoutSkribidiCreate
Function · 0.85
Calls
1
skb_temp_alloc_create
Function · 0.85
Tested by
no test coverage detected