Searched refs:clip_max (Results 1 – 3 of 3) sorted by relevance
25 static WEBP_INLINE int clip_max(int v, int max) { in clip_max() function76 const int clipped_value = clip_max(v, MAX_COEFF_THRESH); in CollectHistogram_C()
4810 clip_max = max_value is not None4818 clip_max = False4822 if clip_max:
2336 const ImVec2* clip_max = clip_rect ? &clip_rect->Max : &pos_max; in RenderTextClippedEx() local2337 … bool need_clipping = (pos.x + text_size.x >= clip_max->x) || (pos.y + text_size.y >= clip_max->y); in RenderTextClippedEx()2348 ImVec4 fine_clip_rect(clip_min->x, clip_min->y, clip_max->x, clip_max->y); in RenderTextClippedEx()