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

Function ResolvePathCallback

engine/gui/src/test/test_gui.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240dmhash_t ResolvePathCallback(dmGui::HScene scene, const char* path)
241{
242 return dmHashBuffer64(path, strlen(path));
243}
244
245void GetTextMetricsCallback(const void* font, const char* text, float width, bool line_break, float leading, float tracking, dmGui::TextMetrics* out_metrics)
246{

Callers

nothing calls this directly

Calls 1

dmHashBuffer64Function · 0.50

Tested by

no test coverage detected