Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp161 int lines_skippable = (int)((clip_rect.Min.y - text_pos.y) / line_height); in TextUnformatted() local
162 if (lines_skippable > 0) in TextUnformatted()
165 while (line < text_end && lines_skipped < lines_skippable) in TextUnformatted()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp184 int lines_skippable = (int)((window->ClipRect.Min.y - text_pos.y) / line_height); in TextEx() local
185 if (lines_skippable > 0) in TextEx()
188 while (line < text_end && lines_skipped < lines_skippable) in TextEx()

Completed in 22 milliseconds