Searched refs:IsDataType (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h590 IMGUI_API const ImGuiPayload* GetDragDropPayload(); // peek directly into the current payload from anywhere. may return NULL. use ImGuiPayload::IsDataType() to test for the payload type.
1475 bool IsDataType(const char* type) const { return DataFrameCount != -1 && strcmp(type, DataType) == 0; } function in struct:ImGuiPayload
H A Dimgui.cpp8712 if (type != NULL && !payload.IsDataType(type))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h590 IMGUI_API const ImGuiPayload* GetDragDropPayload(); // peek directly into the current payload from anywhere. may return NULL. use ImGuiPayload::IsDataType() to test for the payload type.
1475 bool IsDataType(const char* type) const { return DataFrameCount != -1 && strcmp(type, DataType) == 0; } function in struct:ImGuiPayload
H A Dimgui.cpp8712 if (type != NULL && !payload.IsDataType(type))

Completed in 48 milliseconds