Searched defs:BORDER (Results 1 - 11 of 11) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttribute.java34 public static final Attribute BORDER = new AttributeImpl ("BORDER"); field in class:Attribute
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.cpp41 #define BORDER 1 macro
61 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
62 GR_ATLAS_HEIGHT - BORDER);
118 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
123 int dstW = width + 2*BORDER;
124 int dstH = height + 2*BORDER;
125 if (BORDER) {
151 // now tell the caller to skip the top/left BORDER
152 loc->fX += BORDER;
[all...]
/external/skia/src/gpu/
H A DGrAtlas.cpp41 #define BORDER 1 macro
61 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
62 GR_ATLAS_HEIGHT - BORDER);
118 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
123 int dstW = width + 2*BORDER;
124 int dstH = height + 2*BORDER;
125 if (BORDER) {
151 // now tell the caller to skip the top/left BORDER
152 loc->fX += BORDER;
[all...]
/external/opencv/cv/src/
H A Dcvdistransform.cpp70 const int BORDER = 1; local
80 icvInitTopBottom( temp, step, size, BORDER );
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
88 for( j = 0; j < BORDER; j++ )
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
142 const int BORDER = 2; local
153 icvInitTopBottom( temp, step, size, BORDER );
159 int* tmp = (int*)(temp + (i+BORDER)*ste
232 const int BORDER = 2; local
[all...]
/external/proguard/src/proguard/gui/
H A DProGuardGUI.java58 private static final Border BORDER = BorderFactory.createEtchedBorder(EtchedBorder.RAISED); field in class:ProGuardGUI
783 keepSubpanel.setBorder(BorderFactory.createTitledBorder(BORDER, panelName));
815 Border newBorder = BorderFactory.createTitledBorder(BORDER, msg(titleKey));
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 331 milliseconds