Home
last modified time | relevance | path

Searched defs:PathLineToMergeDuplicate (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h1852 inline void PathLineToMergeDuplicate(const ImVec2& pos) { if (_Path.Size == 0 || memcmp(&_Path.Data[_Path.Size-1], &pos, 8) != 0) _Path.push_back(pos); } in PathLineToMergeDuplicate() function
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2461 inline void PathLineToMergeDuplicate(const ImVec2& pos) { if (_Path.Size == 0 || memcmp(&_Path.Data[_Path.Size - 1], &pos, 8) != 0) _Path.push_back(pos); } in PathLineToMergeDuplicate() function

Completed in 18 milliseconds