Lines Matching +defs:error +defs:c
1207 void ImGuiIO::AddInputCharacter(ImWchar c) in AddInputCharacter()
1216 unsigned int c = 0; in AddInputCharactersUTF8() local
1245 bool ImTriangleContainsPoint(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p) in ImTriangleContainsPoint()
1253 void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p… in ImTriangleBarycentricCoords()
1264 ImVec2 ImTriangleClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& p) in ImTriangleClosestPoint()
1325 const char* ImStrchrRange(const char* str, const char* str_end, char c) in ImStrchrRange()
1492 unsigned char c = *src++; in ImHashStr() local
1500 while (unsigned char c = *src++) in ImHashStr() local
1577 unsigned int c = (unsigned int)-1; in ImTextCharFromUtf8() local
1639 unsigned int c; in ImTextStrFromUtf8() local
1657 unsigned int c; in ImTextCountCharsFromUtf8() local
1668 static inline int ImTextCharToUtf8(char* buf, int buf_size, unsigned int c) in ImTextCharToUtf8()
1712 static inline int ImTextCountUtf8BytesFromChar(unsigned int c) in ImTextCountUtf8BytesFromChar()
1727 unsigned int c = (unsigned int)(*in_text++); in ImTextStrToUtf8() local
1742 unsigned int c = (unsigned int)(*in_text++); in ImTextCountUtf8BytesFromStr() local
1830 ImVec4 c = style.Colors[idx]; in GetColorU32() local
1838 ImVec4 c = col; in GetColorU32() local
2407 ImVec2 a, b, c; in RenderArrow() local
3004 bool error = false; in DebugCheckVersionAndDataLayout() local