Searched refs:highlight (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dselection.c45 /* clear_selection, highlight and highlight_pointer can be called
49 static inline void highlight(const int s, const int e) function
67 /* remove the current selection highlight, if any,
73 highlight(sel_start, sel_end);
245 highlight(new_sel_start, new_sel_end);
251 highlight(sel_end + 2, new_sel_end);
253 highlight(new_sel_end + 2, sel_end);
258 highlight(new_sel_start, sel_start - 2);
260 highlight(sel_start, new_sel_start - 2);
265 highlight(new_sel_star
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtty3270.c44 unsigned char highlight; member in struct:tty3270_cell
74 unsigned int highlight; /* Blink/reverse/underscore */ member in struct:tty3270
954 * current color and highlight. This function does NOT do cursor movement.
966 cell->highlight = tp->highlight;
974 cell->highlight = tp->highlight;
987 unsigned char highlight; local
996 highlight = TAX_RESET;
999 if (cell->highlight !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dbutton.cpp196 Dimension xmargin, ymargin, highlight, shadow, defThickness; local
201 XmNhighlightThickness, &highlight,
209 int margin = highlight * 2 +
221 int margin = highlight * 2 +
H A Dcombobox_native.cpp437 Dimension arrowW, arrowS, highlight, xmargin, ymargin, shadow; local
442 XmNhighlightThickness, &highlight,
453 return wxSize( listSize.x + arrowW + arrowS + 2 * highlight
455 textSize.y + 2 * highlight + 2 * ymargin + 2 * shadow );
H A Dlistbox.cpp637 Dimension spacing, highlight, xmargin, ymargin, shadow; local
644 XmNhighlightThickness, &highlight,
665 + 2 * highlight + LIST_SCROLL_SPACING + 2 * xmargin + 2 * shadow;
669 ( y + spacing + 2 * highlight ) + 2 * ymargin + 2 * shadow;
H A Dtextctrl.cpp649 Dimension xmargin, ymargin, highlight, shadow; local
656 XmNhighlightThickness, &highlight,
669 return wxSize( x + 2 * xmargin + 2 * highlight + 2 * shadow,
671 y + 2 * ymargin + 2 * highlight + 2 * shadow + 2 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DCallTip.h30 bool highlight, bool draw);
65 /// Set a range of characters to be displayed in a highlight style.
66 /// Commonly used to highlight the current parameter.
H A DCallTip.cxx78 bool highlight, bool draw) {
148 highlight ? colourSel.allocated : colourUnSel.allocated);
167 // Draw the definition in three parts: before highlight, highlighted, after highlight
76 DrawChunk(Surface *surface, int &x, const char *s, int posStart, int posEnd, int ytext, PRectangle rcClient, bool highlight, bool draw) argument
H A DEditor.h392 void DrawIndentGuide(Surface *surface, int lineVisible, int lineHeight, int start, PRectangle rcSegment, bool highlight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerListCtrl.h121 * @param highlight The new highlighting state.
127 void HighlightServer( const CServer* server, bool highlight );
H A DServerListCtrl.cpp310 void CServerListCtrl::HighlightServer( const CServer* server, bool highlight )
313 if ( m_connected && highlight ) {
328 if ( highlight ) {
H A DGuiEvents.cpp442 void ServerHighlight(CServer* NOT_ON_DAEMON(server), bool NOT_ON_DAEMON(highlight))
446 theApp->amuledlg->m_serverwnd->serverlistctrl->HighlightServer(server, highlight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c198 static const char *highlight = "01;31"; variable
438 printf("\33[%sm", highlight);
657 highlight = user_highlight;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Ddragimag.h131 bool Draw(wxDC& dc, bool highlight = false);
H A Ddragimag.cpp471 bool DragShape::Draw(wxDC& dc, bool highlight) argument
481 if (highlight)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreectrl.h143 // the item will be shown with a drop highlight
145 bool highlight = true) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h143 // the item will be shown with a drop highlight
144 void SetItemDropHighlight(const wxTreeItemId& item, bool highlight = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Ddynamicsash.cpp1230 wxPen highlight(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNHIGHLIGHT), 1, wxSOLID);
1248 dc.SetPen(highlight);
1254 dc.SetPen(highlight);
1264 dc.SetPen(highlight);
1290 dc.SetPen(highlight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtreectrl.h105 bool highlight = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtreectrl.cpp352 void wxTreeCtrl::SetItemDropHighlight(const wxTreeItemId& item, bool highlight) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp362 // we need to draw the items background to highlight it, false otherwise
365 bool highlight);
528 bool HighlightLine( size_t line, bool highlight = true);
1206 else // no text, highlight the icon
1283 else // no text, highlight the icon
2543 // highlight (selection) handling
2563 bool highlight )
2568 if ( !m_selStore.SelectRange(lineFrom, lineTo, highlight,
2587 if ( HighlightLine(line, highlight) )
2593 bool wxListMainWindow::HighlightLine( size_t line, bool highlight )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp361 // we need to draw the items background to highlight it, false otherwise
364 bool highlight);
526 bool HighlightLine( size_t line, bool highlight = true);
1207 else // no text, highlight the icon
1284 else // no text, highlight the icon
2529 // highlight (selection) handling
2549 bool highlight )
2554 if ( !m_selStore.SelectRange(lineFrom, lineTo, highlight,
2573 if ( HighlightLine(line, highlight) )
2579 bool wxListMainWindow::HighlightLine( size_t line, bool highlight )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtreectlg.h97 virtual void SetItemDropHighlight(const wxTreeItemId& item, bool highlight = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c1183 int html_hist(struct soap *soap, const char *title, size_t barwidth, size_t height, size_t num, const char **key, size_t *val, size_t highlight) argument
1234 { sprintf(buf, "<td%s>%s</td>", (i == highlight) ? " bgcolor='#777777'" : "", key ? key[i] : "<img src='bar.gif'>");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c1183 int html_hist(struct soap *soap, const char *title, size_t barwidth, size_t height, size_t num, const char **key, size_t *val, size_t highlight) argument
1234 { sprintf(buf, "<td%s>%s</td>", (i == highlight) ? " bgcolor='#777777'" : "", key ? key[i] : "<img src='bar.gif'>");

Completed in 416 milliseconds

12