Lines Matching refs:edge
188 // Enforce the content area aspect ratio based on which edge is being dragged
190 static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area)
205 if (edge == WMSZ_LEFT || edge == WMSZ_BOTTOMLEFT ||
206 edge == WMSZ_RIGHT || edge == WMSZ_BOTTOMRIGHT)
211 else if (edge == WMSZ_TOPLEFT || edge == WMSZ_TOPRIGHT)
216 else if (edge == WMSZ_TOP || edge == WMSZ_BOTTOM)