Home
last modified time | relevance | path

Searched refs:BORDER1 (Results 1 – 14 of 14) sorted by relevance

/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/
H A Dcolor-selector.cpp39 const int BORDER1 = 3; in ColorSelectorButton() local
41 QPixmap p(WIDTH1 * width + (width - 1) * (BORDER1 * 2), WIDTH1); in ColorSelectorButton()
46 setFixedSize(WIDTH1 * width + (BORDER1 * 2) + (width - 1) * (BORDER1 * 2), WIDTH1 + (BORDER1 * 2)); in ColorSelectorButton()
/dports/devel/upp/upp/bazaar/Controls4U/
H A DSliderCtrlX.cpp417 DrawBorder(w, half - BORDER1, BORDER1, border2, size.cy - border2, InsetBorder); in Paint()
421 w.DrawRect(half - BORDER1+1, SliderToClient(m_vValues[0])+1, in Paint()
422 border2-2, size.cy-SliderToClient(m_vValues[0])-BORDER1-2, in Paint()
426 w.DrawRect(half - BORDER1+1, BORDER1+1, in Paint()
427 border2-2, SliderToClient(m_vValues[0])-BORDER1-2, in Paint()
433 DrawBorder(w, BORDER1, half - BORDER1, size.cx - border2, border2, InsetBorder); in Paint()
437 …w.DrawRect(SliderToClient(m_vValues[0]), half - BORDER1+2, size.cx-SliderToClient(m_vValues[0])-2,… in Paint()
440 w.DrawRect(BORDER1, half - BORDER1+2, SliderToClient(m_vValues[0])-2, border2-3, m_FillColor); in Paint()
H A DSliderCtrlX.h6 static const int BORDER1 = BORDER_SIZE; variable
/dports/devel/svntrac/cvstrac-2.0.1/
H A Dconfig.h23 #define BORDER1 "#a0b5f4" /* Stylesheet class: border1 */ macro
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dconfig.h23 #define BORDER1 "#a0b5f4" /* Stylesheet class: border1 */ macro
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dconfig.h23 #define BORDER1 "#a0b5f4" /* Stylesheet class: border1 */ macro
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/tetrahedron/
H A Dbase.h112 BORDER1 = 0x00000080, enumerator
115 BORDER0123 = BORDER0 | BORDER1 | BORDER2 | BORDER3,
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/face/
H A Dbase.h106 BORDER1 = 0x00000080, enumerator
108 BORDER012 = BORDER0 | BORDER1 | BORDER2 ,
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/face/
H A Dbase.h106 BORDER1 = 0x00000080, enumerator
108 BORDER012 = BORDER0 | BORDER1 | BORDER2 ,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCBanner.java78 static int BORDER1 = SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW; field in CBanner
312 Color border1 = getDisplay().getSystemColor(BORDER1); in onPaint()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCBanner.java78 static int BORDER1 = SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW; field in CBanner
312 Color border1 = getDisplay().getSystemColor(BORDER1); in onPaint()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/tetrahedron/
H A Dbase.h167 BORDER1 = 0x00000080, enumerator
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/update/
H A Dflag.h171 const int BORDERFLAG[3]={FaceType::BORDER0, FaceType::BORDER1, FaceType::BORDER2}; in FaceBorderFromVF()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/update/
H A Dflag.h229 const int BORDERFLAG[3]={FaceType::BORDER0, FaceType::BORDER1, FaceType::BORDER2}; in FaceBorderFromVF()