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

/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c1226 cursorWidth = 1; local
1228 Tcl_GetIntFromObj(NULL,es.insertWidthObj,&cursorWidth);
1229 if (cursorWidth <= 0) {
1230 cursorWidth = 1;
1238 cursorX-cursorWidth/2, cursorY, cursorWidth, cursorHeight); local
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h971 * @field cursorWidth The actual size of the cursor is returned.
983 UInt32 cursorWidth; member in struct:IOHardwareCursorInfo
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp876 unsigned int cursorWidth; local
899 cursorWidth = shmem->cursorSize[0 != shmem->frame].width;
901 cursStart = (saveRect.miny - shmem->cursorRect.miny) * cursorWidth +
910 cursorWidth - width, /* cursRow */
3630 hwCursorInfo->cursorWidth = width;
3837 != ((hwCursorInfo->cursorHeight * hwCursorInfo->cursorWidth * hwDesc->bitDepth) >> 3)))

Completed in 207 milliseconds