Searched refs:was_resized (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DLabel.c641 Boolean was_resized = False, redisplay = False, checks[NUM_CHECKS]; local in function:XawLabelSetValues
663 was_resized = True;
666 was_resized = True;
670 was_resized = True;
679 was_resized = True;
682 if (was_resized || (curlw->label.font != newlw->label.font) ||
685 was_resized = True;
689 if (newlw->label.resize && was_resized) {
720 || was_resized) {
727 return (was_resized || redispla
[all...]
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c668 Boolean was_resized = False, redisplay = False, checks[NUM_CHECKS]; local in function:SetValues
690 was_resized = True;
694 was_resized = True;
698 was_resized = True;
707 was_resized = True;
710 if (was_resized || (curlw->label.font != newlw->label.font) ||
714 was_resized = True;
718 if (newlw->label.resize && was_resized) {
747 || was_resized) {
753 return was_resized || redispla
[all...]

Completed in 3 milliseconds