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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DViewStyle.cxx158 styles[STYLE_LINENUMBER].fore.desired = ColourDesired(0, 0, 0);
159 styles[STYLE_LINENUMBER].back.desired = Platform::Chrome();
284 styles[STYLE_LINENUMBER].back.desired = Platform::Chrome();
H A DEditor.cxx1737 colour = vs.styles[STYLE_LINENUMBER].back.allocated;
1743 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back.allocated);
1864 int width = surface->WidthText(vs.styles[STYLE_LINENUMBER].font, number, istrlen(number));
1867 surface->DrawTextNoClip(rcNumber, vs.styles[STYLE_LINENUMBER].font,
1869 vs.styles[STYLE_LINENUMBER].fore.allocated,
1870 vs.styles[STYLE_LINENUMBER].back.allocated);
1876 vs.markers[markBit].Draw(surface, rcMarker, vs.styles[STYLE_LINENUMBER].font);
3157 vsPrint.styles[STYLE_LINENUMBER].back.desired = ColourDesired(0xff, 0xff, 0xff);
3166 lineNumberWidth = surfaceMeasure->WidthText(vsPrint.styles[STYLE_LINENUMBER].font,
3180 // surfaceMeasure->Height(vsPrint.styles[STYLE_LINENUMBER]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h155 #define STYLE_LINENUMBER 33 macro

Completed in 118 milliseconds