Lines Matching defs:source
20 // 2. Altered source versions must be plainly marked as such, and must not
23 // 3. This notice may not be removed or altered from any source
110 unsigned char* source = image->pixels;
151 target[0] = source[2];
152 target[1] = source[1];
153 target[2] = source[0];
154 target[3] = source[3];
156 source += 4;
1181 RECT source = {0}, target = {0};
1184 AdjustWindowRectExForDpi(&source, getWindowStyle(window),
1192 (source.right - source.left);
1194 (source.bottom - source.top);
1505 if (ctxconfig->source == GLFW_NATIVE_CONTEXT_API)
1512 else if (ctxconfig->source == GLFW_EGL_CONTEXT_API)
1519 else if (ctxconfig->source == GLFW_OSMESA_CONTEXT_API)
1811 // This definition is undocumented and can change (source: Raymond Chen)