Searched defs:BORDER (Results 1 - 15 of 15) 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/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/opencv3/modules/imgproc/src/
H A Ddistransform.cpp72 const int BORDER = 1; local
86 initTopBottom( _temp, BORDER );
92 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
94 for( j = 0; j < BORDER; j++ )
119 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
145 const int BORDER = 2; local
160 initTopBottom( _temp, BORDER );
166 int* tmp = (int*)(temp + (i+BORDER)*ste
235 const int BORDER = 2; local
[all...]
/external/proguard/src/proguard/gui/
H A DProGuardGUI.java57 private static final Border BORDER = BorderFactory.createEtchedBorder(EtchedBorder.RAISED); field in class:ProGuardGUI
790 keepSubpanel.setBorder(BorderFactory.createTitledBorder(BORDER, panelName));
822 Border newBorder = BorderFactory.createTitledBorder(BORDER, msg(titleKey));
/external/opencv3/modules/calib3d/src/
H A Dcalibinit.cpp512 const int BORDER = 8; local
515 if( out_corners[k].x <= BORDER || out_corners[k].x > img->cols - BORDER ||
516 out_corners[k].y <= BORDER || out_corners[k].y > img->rows - BORDER )
/external/opencv3/modules/video/src/
H A Doptflowgf.cpp219 const int BORDER = 5; local
220 static const float border[BORDER] = {0.14f, 0.14f, 0.4472f, 0.4472f, 0.4472f};
291 if( (unsigned)(x - BORDER) >= (unsigned)(width - BORDER*2) ||
292 (unsigned)(y - BORDER) >= (unsigned)(height - BORDER*2))
294 float scale = (x < BORDER ? border[x] : 1.f)*
295 (x >= width - BORDER ? border[width - x - 1] : 1.f)*
296 (y < BORDER ? border[y] : 1.f)*
297 (y >= height - BORDER
[all...]
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ProGuardGUI$5.class ProGuardGUI ...
/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/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 2196 milliseconds