Home | History | Annotate | Download | only in efl

Lines Matching refs:fr

362     int fr, fg, fb, fa, br, bg, bb, ba;
364 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
367 that->setActiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
373 int fr, fg, fb, fa, br, bg, bb, ba;
375 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
378 that->setInactiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
384 int fr, fg, fb, fa;
386 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, 0, 0, 0, 0, 0, 0, 0, 0))
389 that->setFocusRingColor(fr, fg, fb, fa);
395 int fr, fg, fb, fa, br, bg, bb, ba;
397 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
400 that->setButtonTextColor(fr, fg, fb, fa, br, bg, bb, ba);
406 int fr, fg, fb, fa, br, bg, bb, ba;
408 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
411 that->setComboTextColor(fr, fg, fb, fa, br, bg, bb, ba);
417 int fr, fg, fb, fa, br, bg, bb, ba;
419 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
422 that->setEntryTextColor(fr, fg, fb, fa, br, bg, bb, ba);
428 int fr, fg, fb, fa, br, bg, bb, ba;
429 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
432 that->setSearchTextColor(fr, fg, fb, fa, br, bg, bb, ba);
483 int fr, fg, fb, fa, br, bg, bb, ba;
487 &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, \
491 m_activeSelectionForegroundColor = Color(fr, fg, fb, fa);
495 m_inactiveSelectionForegroundColor = Color(fr, fg, fb, fa);
499 m_focusRingColor = Color(fr, fg, fb, fa);
506 m_buttonTextForegroundColor = Color(fr, fg, fb, fa);
510 m_comboTextForegroundColor = Color(fr, fg, fb, fa);
514 m_entryTextForegroundColor = Color(fr, fg, fb, fa);
518 m_searchTextForegroundColor = Color(fr, fg, fb, fa);