Home
last modified time | relevance | path

Searched defs:clip_max (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Denc.c25 static WEBP_INLINE int clip_max(int v, int max) { in clip_max() function
/external/mesa3d/src/imgui/
Dimgui.cpp2336 const ImVec2* clip_max = clip_rect ? &clip_rect->Max : &pos_max; in RenderTextClippedEx() local