Searched refs:sysCaretWidth (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.cpp245 sysCaretWidth = 0;
637 if (( (0 != vs.caretWidth) && (sysCaretWidth != vs.caretWidth) )
647 sysCaretWidth = vs.caretWidth;
648 if (0 == sysCaretWidth) {
649 sysCaretWidth = 1;
652 int bitmapSize = (((sysCaretWidth + 15) & ~15) >> 3) * sysCaretHeight;
655 sysCaretBitmap = ::CreateBitmap(sysCaretWidth, sysCaretHeight, 1,
659 sysCaretWidth, sysCaretHeight);
H A DScintillaWX.h188 int sysCaretWidth; member in class:ScintillaWX

Completed in 101 milliseconds