func NSUIGraphicsPushContext()

in Source/Charts/Utils/Platform+Graphics.swift [41:44]


func NSUIGraphicsPushContext(_ context: CGContext)
{
    UIGraphicsPushContext(context)
}