Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dmonitor.c47 const int sarea = sm->width * sm->height; in compareVideoModes() local
54 if (farea != sarea) in compareVideoModes()
55 return farea - sarea; in compareVideoModes()
/third_party/NuttX/include/nuttx/video/
Dfb.h351 struct fb_area_s sarea; /* Selected area within the overlay */ member