Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBuffer.cpp121 updateState.cursorWidth = cursor.width; in copy()
497 if(state.cursorWidth > 0 && state.cursorHeight > 0) in copyRoutine()
510 Pointer<Byte> c = *Pointer<Pointer<Byte>>(cursor + OFFSET(Cursor,image)) + y1 * state.cursorWidth * 4; in copyRoutine()
512 For(Int x1 = 0, x1 < state.cursorWidth, x1++) in copyRoutine()
H A DFrameBuffer.hpp36 int cursorWidth; member
/third_party/glfw/src/
H A Dwin32_window.c1325 const int cursorWidth = GetSystemMetrics(SM_CXCURSOR); 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 6 milliseconds