MCPcopy Create free account
hub / github.com/blend2d/blend2d / get_shared_fill_state

Function get_shared_fill_state

blend2d/raster/rastercontext.cpp:2339–2356  ·  view source on GitHub ↗

NOTE: These functions are named 'getXXX()', because they are not intended to fail. They allocate data from shared data pool, which is ALWAYS available once the frontend function checks ContextFlags and refills the pool when necessary. There is ALWAYS enough space in the pool to allocate BOTH shared states, so we don't have to do any checks in case that shared fill or stroke states were not created

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

new_fill_jobFunction · 0.85
new_stroke_jobFunction · 0.85

Calls 4

bl_test_flagFunction · 0.85
final_transform_fixedMethod · 0.45

Tested by

no test coverage detected