HomeSort by relevance Sort by last modified time
    Searched defs:BORDER (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 38 #define BORDER 1
56 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
57 GR_ATLAS_HEIGHT - BORDER);
77 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
82 int dstW = width + 2*BORDER;
83 int dstH = height + 2*BORDER;
84 if (BORDER) {
109 // now tell the caller to skip the top/left BORDER
110 loc->fX += BORDER;
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 34 public static final Attribute BORDER = new AttributeImpl ("BORDER");
  /external/skia/src/gpu/
GrAtlas.cpp 38 #define BORDER 1
56 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
57 GR_ATLAS_HEIGHT - BORDER);
77 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
82 int dstW = width + 2*BORDER;
83 int dstH = height + 2*BORDER;
84 if (BORDER) {
109 // now tell the caller to skip the top/left BORDER
110 loc->fX += BORDER;
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 29 #define BORDER 8
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.h 29 #define BORDER 8
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 29 #define BORDER 8
  /external/opencv/cv/src/
cvdistransform.cpp 47 icvInitTopBottom( int* temp, int tempstep, CvSize size, int border )
50 for( i = 0; i < border; i++ )
53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep);
55 for( j = 0; j < size.width + border*2; j++ )
70 const int BORDER = 1;
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
814 int border = maskSize == CV_DIST_MASK_3 ? 1 : 2; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 32 #define BORDER 10 // 5
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 32 #define BORDER 10 // 5
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 32 #define BORDER 10 // 5
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 29 import javax.swing.border.*;
58 private static final Border BORDER = BorderFactory.createEtchedBorder(EtchedBorder.RAISED);
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 345 milliseconds