Searched refs:sysCaretHeight (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.h189 int sysCaretHeight; member in class:ScintillaWX
H A DScintillaWX.cpp246 sysCaretHeight = 0;
638 || (0 != vs.lineHeight) && (sysCaretHeight != vs.lineHeight)) {
651 sysCaretHeight = vs.lineHeight;
652 int bitmapSize = (((sysCaretWidth + 15) & ~15) >> 3) * sysCaretHeight;
655 sysCaretBitmap = ::CreateBitmap(sysCaretWidth, sysCaretHeight, 1,
659 sysCaretWidth, sysCaretHeight);

Completed in 37 milliseconds