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

/xsrc/external/mit/libXaw/dist/src/
H A DLabel.c638 LabelWidget curlw = (LabelWidget)current; local in function:XawLabelSetValues
662 if (curlw->label.left_bitmap != newlw->label.left_bitmap)
665 if (curlw->label.encoding != newlw->label.encoding)
668 if (curlw->simple.international
669 && curlw->label.fontset != newlw->label.fontset)
672 if (curlw->label.label != newlw->label.label) {
673 if (curlw->label.label != curlw->core.name)
674 XtFree((char *)curlw->label.label);
682 if (was_resized || (curlw
[all...]
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c664 UCSLabelWidget curlw = (UCSLabelWidget) current; local in function:SetValues
689 if (curlw->label.left_bitmap != newlw->label.left_bitmap) {
693 if (curlw->label.encoding != newlw->label.encoding)
696 if ( (curlw->label.fontset != newlw->label.fontset) &&
697 curlw->simple.international ){
700 if (curlw->label.label != newlw->label.label) {
701 if (curlw->label.label != curlw->core.name)
702 XtFree( (char *)curlw->label.label );
710 if (was_resized || (curlw
[all...]
/xsrc/external/mit/xkbutils/dist/
H A DLED.c241 LEDWidget curlw = (LEDWidget) current; local in function:SetValues
246 if (curlw->led.foreground != newlw->led.foreground
247 || curlw->core.background_pixel != newlw->core.background_pixel
248 || curlw->led.on_color != newlw->led.on_color
249 || curlw->led.off_color != newlw->led.off_color
250 || curlw->core.width != newlw->core.width
251 || curlw->core.height != newlw->core.height) {
255 if (curlw->led.on != newlw->led.on) {

Completed in 5 milliseconds