Lines Matching refs:size
440 size_t size = 1;
444 size += (*sp & 0x80) ? 2 : 1;
446 char* target = _glfw_calloc(size, 1);
715 _glfwInputError(GLFW_OUT_OF_MEMORY, "X11: Failed to allocate size hints");
1007 size_t size = 1;
1036 size += itemCount;
1037 string = _glfw_realloc(string, size);
1038 string[size - itemCount - 1] = '\0';
2956 const int size = XcursorGetDefaultSize(_glfw.x11.display);
2993 XcursorImage* image = XcursorLibraryLoadImage(name, theme, size);