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

/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c1225 cursorHeight = entryPtr->entry.layoutHeight, local
1234 Tk_SetCaretPos(tkwin, cursorX, cursorY, cursorHeight);
1238 cursorX-cursorWidth/2, cursorY, cursorWidth, cursorHeight); local
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h970 * @field cursorHeight The actual size of the cursor is returned.
982 UInt32 cursorHeight; member in struct:IOHardwareCursorInfo
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3631 hwCursorInfo->cursorHeight = height;
3837 != ((hwCursorInfo->cursorHeight * hwCursorInfo->cursorWidth * hwDesc->bitDepth) >> 3)))
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js1285 cursor.style.height = Math.max(0, pos.bottom - pos.top) * cm.options.cursorHeight + "px";
4382 option("cursorHeight", 1);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js1285 cursor.style.height = Math.max(0, pos.bottom - pos.top) * cm.options.cursorHeight + "px";
4382 option("cursorHeight", 1);

Completed in 249 milliseconds