Lines Matching defs:fm
42 const GLFWvidmode* fm = fp;
44 const int fbpp = fm->redBits + fm->greenBits + fm->blueBits;
46 const int farea = fm->width * fm->height;
58 if (fm->width != sm->width)
59 return fm->width - sm->width;
62 return fm->refreshRate - sm->refreshRate;
273 int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm)
275 return compareVideoModes(fm, sm);