Searched refs:BORDER (Results 1 – 9 of 9) sorted by relevance
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 245 BORDER = 5 246 w = size[0] - (BUTWIDTH + BORDER) 247 col = pos[0] + w + BORDER 312 BORDER = 5 313 w = size[0] - (BUTWIDTH + BORDER) 314 col = pos[0] + w + BORDER
|
D | JetAudition.py | 137 BORDER = 10 155 hboxMain.Add(hboxTop, 2, wx.EXPAND | wx.ALL, BORDER) 156 hboxMain.Add(vboxBot, 1, wx.EXPAND | wx.ALL, BORDER)
|
D | JetCreator.py | 167 BORDER = 5 172 vBoxLeftTop.Add(self.btnAddSeg, 0, wx.TOP, BORDER) 202 vboxRight.Add(self.segList, 4, wx.EXPAND | wx.TOP, BORDER) 204 vboxRight.Add(self.eventList, 3, wx.EXPAND | wx.TOP, BORDER) 213 hboxMain.Add(leftPanel, 0, wx.EXPAND | wx.RIGHT | wx.LEFT, BORDER) 215 hboxMain.Add((BORDER, -1))
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 34 public static final Attribute BORDER = new AttributeImpl ("BORDER"); field in Attribute
|
D | HTMLTable.java | 39 if (border != null) attrs.set (Attribute.BORDER, border); in HTMLTable()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_dump.c | 655 CAP_CASE(TextureAddressCaps, D3DPTADDRESSCAPS, BORDER); in nine_dump_D3DCAPS9() 663 CAP_CASE(VolumeTextureAddressCaps, D3DPTADDRESSCAPS, BORDER); in nine_dump_D3DCAPS9()
|
/external/proguard/src/proguard/gui/ |
D | ProGuardGUI.java | 57 private static final Border BORDER = BorderFactory.createEtchedBorder(EtchedBorder.RAISED); field in ProGuardGUI 790 keepSubpanel.setBorder(BorderFactory.createTitledBorder(BORDER, panelName)); in addClassSpecifications() 822 Border newBorder = BorderFactory.createTitledBorder(BORDER, msg(titleKey)); in addBorder()
|
/external/toolchain-utils/android_bench_suite/ |
D | panorama.diff | 332 …locatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsigned short)rect.Height(),BORDER);
|
/external/libxml2/result/HTML/ |
D | doc3.htm.sax | 2619 HEIGHT="27" ALIGN="BOTTOM" BORDER="0"></FONT> 2671 SAX.comment( <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" BGCOLOR="silver"> 2675 ALIGN="BOTTOM" BORDER="0"></A>
|