Home
last modified time | relevance | path

Searched refs:cursorHeight (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBuffer.hpp37 int cursorHeight; member
H A DFrameBuffer.cpp122 updateState.cursorHeight = cursor.height; in copy()
497 if(state.cursorWidth > 0 && state.cursorHeight > 0) in copyRoutine()
502 For(Int y1 = 0, y1 < state.cursorHeight, y1++) in copyRoutine()
/third_party/glfw/src/
H A Dwin32_window.c1326 const int cursorHeight = GetSystemMetrics(SM_CYCURSOR); in createNativeWindow() local
1328 unsigned char* cursorPixels = _glfw_calloc(cursorWidth * cursorHeight, 4); in createNativeWindow()
1337 const GLFWimage cursorImage = { cursorWidth, cursorHeight, cursorPixels }; in createNativeWindow()

Completed in 5 milliseconds