HomeSort by: relevance | last modified time | path
    Searched defs:LCD (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xcalc/dist/
xcalc.c 68 char dispstr[LCD_STR_LEN]; /* string to show up in the LCD */
77 static Widget LCD = NULL; /* liquid crystal display */
79 static char selstr[LCD_STR_LEN]; /* storage for selections from the LCD */
192 XtSetKeyboardFocus(calculator, LCD);
219 LCD = XtCreateManagedWidget("LCD", toggleWidgetClass, screen, args,
299 XtSetValues(LCD, args, ONE);
380 XawToggleUnsetCurrent(LCD);
402 XtGetValues(LCD, args, 1);
405 XtOwnSelection(LCD, XA_PRIMARY, time, convert, lose, done)
    [all...]
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_driver.c 437 tridentLCD LCD[] = { /* 0 3 4 5 6 7 10 11 16 */
448 tridentLCD LCD[] = {
456 tridentLCD LCD[] = {
869 /* This function is only for LCD screens, and also when we have
874 if ((pScrn->currentMode->HDisplay != LCD[i].display_x) /* !fullsize? */
875 || (pScrn->currentMode->VDisplay != LCD[i].display_y)) {
876 if (pTrident->lcdActive) { /* LCD Active ?*/
1277 if (((mode->HDisplay > LCD[pTrident->lcdMode].display_x)
1278 || (mode->VDisplay > LCD[pTrident->lcdMode].display_y))) {
1280 "larger than the LCD panel (%dx%d)\n"
    [all...]

Completed in 6 milliseconds