Lines Matching refs:clip_rect
4723 struct nk_rect clip_rect;
4733 struct nk_rect clip_rect;
9252 canvas->clip_rect = nk_null_rect;
9361 cmd->clip_rect = clip;
9368 list->clip_rect = clip;
9394 prev->clip_rect = rect;
9416 ) nk_draw_list_push_command(list, prev->clip_rect, texture);
10354 list->clip_rect.x, list->clip_rect.y, list->clip_rect.w, list->clip_rect.h)) return;