Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dx11_window.c1676 int i, j, longCount = 0; in _glfwPlatformSetWindowIcon() local
1679 longCount += 2 + images[i].width * images[i].height; in _glfwPlatformSetWindowIcon()
1681 long* icon = calloc(longCount, sizeof(long)); in _glfwPlatformSetWindowIcon()
1703 longCount); in _glfwPlatformSetWindowIcon()