Lines Matching refs:width

1156         clipRect.width = it->GetWidth();  in NWPaintGTKButton()
1302 clipRect.width = it->GetWidth(); in NWPaintGTKRadio()
1349 clipRect.width = it->GetWidth(); in NWPaintGTKCheck()
1798 clipRect.width = it->GetWidth(); in NWPaintGTKEditBox()
2147 clipRect.width = it->GetWidth(); in NWPaintGTKComboBox()
2319 paintRect.width = pixmapRect.GetWidth(); in NWPaintGTKTabItem()
2431 clipRect.width = it->GetWidth(); in NWPaintGTKListBox()
2560 clipRect.width = it->GetWidth(); in NWPaintGTKToolbar()
2654 clipRect.width = it->GetWidth(); in NWPaintGTKMenubar()
2748 clipRect.width = it->GetWidth(); in NWPaintGTKPopupMenu()
2855 clipRect.width = it->GetWidth(); in NWPaintGTKTooltip()
3128 gint width = 13; // GTK+ default in NWGetListBoxButtonRect() local
3140 width = pIndicatorSize->width; in NWGetListBoxButtonRect()
3149 nButtonAreaWidth = width + right + (xthickness * 2); in NWGetListBoxButtonRect()
3190 gint width = 13; // GTK+ default in NWGetListBoxIndicatorRect() local
3202 width = pIndicatorSize->width; in NWGetListBoxIndicatorRect()
3209 aIndicatorRect.SetSize( Size( width, height ) ); in NWGetListBoxIndicatorRect()
3210 …aIndicatorRect.SetPos( Point( aAreaRect.Left() + aAreaRect.GetWidth() - width - right - gWidgetDat… in NWGetListBoxIndicatorRect()
3476 case PANGO_STRETCH_ULTRA_CONDENSED: aInfo.m_eWidth = psp::width::UltraCondensed;break; in updateSettings()
3477 case PANGO_STRETCH_EXTRA_CONDENSED: aInfo.m_eWidth = psp::width::ExtraCondensed;break; in updateSettings()
3478 case PANGO_STRETCH_CONDENSED: aInfo.m_eWidth = psp::width::Condensed;break; in updateSettings()
3479 case PANGO_STRETCH_SEMI_CONDENSED: aInfo.m_eWidth = psp::width::SemiCondensed;break; in updateSettings()
3480 case PANGO_STRETCH_NORMAL: aInfo.m_eWidth = psp::width::Normal;break; in updateSettings()
3481 case PANGO_STRETCH_SEMI_EXPANDED: aInfo.m_eWidth = psp::width::SemiExpanded;break; in updateSettings()
3482 case PANGO_STRETCH_EXPANDED: aInfo.m_eWidth = psp::width::Expanded;break; in updateSettings()
3483 case PANGO_STRETCH_EXTRA_EXPANDED: aInfo.m_eWidth = psp::width::ExtraExpanded;break; in updateSettings()
3484 case PANGO_STRETCH_ULTRA_EXPANDED: aInfo.m_eWidth = psp::width::UltraExpanded;break; in updateSettings()
3513 if( aInfo.m_eWidth != psp::width::Unknown ) in updateSettings()