Searched refs:GetVarPtr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp5793 void* GetVarPtr(ImGuiStyle* style) const { return (void*)((unsigned char*)style + Offset); } function in struct:ImGuiStyleVarInfo
5836 float* pvar = (float*)var_info->GetVarPtr(&g.Style);
5850 ImVec2* pvar = (ImVec2*)var_info->GetVarPtr(&g.Style);
5866 void* data = info->GetVarPtr(&g.Style);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp5793 void* GetVarPtr(ImGuiStyle* style) const { return (void*)((unsigned char*)style + Offset); } function in struct:ImGuiStyleVarInfo
5836 float* pvar = (float*)var_info->GetVarPtr(&g.Style);
5850 ImVec2* pvar = (ImVec2*)var_info->GetVarPtr(&g.Style);
5866 void* data = info->GetVarPtr(&g.Style);

Completed in 33 milliseconds