Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2337 bool need_clipping = (pos.x + text_size.x >= clip_max->x) || (pos.y + text_size.y >= clip_max->y); in RenderTextClippedEx() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2758 bool need_clipping = (pos.x + text_size.x >= clip_max->x) || (pos.y + text_size.y >= clip_max->y); in RenderTextClippedEx() local

Completed in 38 milliseconds