Home
last modified time | relevance | path

Searched refs:outside (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp52 static bool outside(int x, int y) in outside() function
116 if (outside(x, y) || outside(x+font->char_width-1, y+font->char_height-1)) break; in gr_text()
145 if (outside(x, y) || outside(x+icon->width-1, y+icon->height-1)) return; in gr_texticon()
196 if (outside(x1, y1) || outside(x2-1, y2-1)) return; in gr_fill()
240 if (outside(dx, dy) || outside(dx+w-1, dy+h-1)) return; in gr_blit()