HomeSort by relevance Sort by last modified time
    Searched full:borderwidth (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/ImageMagick/PerlMagick/t/
montage.t 124 borderwidth=>'0', gravity=>'Center', background=>'gray'/,
135 borderwidth=>'0', gravity=>'Center', shadow=>'True',background=>'gray'/,
146 borderwidth=>'0', gravity=>'Center', shadow=>'True', texture=>'granite:'/,
155 borderwidth=>'0', gravity=>'Center', background=>'gray'/,
166 borderwidth=>'5', gravity=>'Center', background=>'gray'/,
177 borderwidth=>'5', gravity=>'Center', background=>'gray'/,
188 borderwidth=>'0', gravity=>'Center', background=>'gray'/,
208 borderwidth=>'0', background=>'gray'/,
  /frameworks/support/design/base/android/support/design/widget/
CircularBorderDrawable.java 114 final int borderWidth = Math.round(mBorderWidth);
115 padding.set(borderWidth, borderWidth, borderWidth, borderWidth);
FloatingActionButtonImpl.java 81 PorterDuff.Mode backgroundTintMode, int rippleColor, int borderWidth);
150 CircularBorderDrawable createBorderDrawable(int borderWidth, ColorStateList backgroundTint) {
158 borderDrawable.setBorderWidth(borderWidth);
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc 142 unsigned int winWidth, winHeight, borderwidth, depth; local
145 &winHeight, &borderwidth, &depth) == 0)
186 unsigned int winWidth, winHeight, borderwidth, depth; local
189 &winHeight, &borderwidth, &depth) == -1)
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
CircularBitmapDrawable.java 70 public void setBorderWidth(final float borderWidth) {
71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
72 mBorderPaint.setStrokeWidth(borderWidth);
73 mBorderWidth = borderWidth;
  /external/libvorbis/examples/
frameview.pl 59 $toplevel->optionAdd("$Xname*Button*borderWidth", '2',20);
65 $toplevel->optionAdd("$Xname*Scale*borderWidth", '1',20);
71 $toplevel->optionAdd("$Xname*Checkbutton*borderWidth", '2',20);
76 $toplevel->optionAdd("$Xname*borderWidth", 0,20);
91 $toplevel->optionAdd("$Xname*Exit.borderWidth", 2,20);
100 $toplevel->optionAdd("$Xname*Entry.borderWidth", 1,20);
105 $toplevel->optionAdd("$Xname*Field.borderWidth", 1,20);
108 $toplevel->optionAdd("$Xname*Label.borderWidth", 1,20);
138 $panel->optionAdd("$X2name*Button*borderWidth", '2',20);
144 $panel->optionAdd("$X2name*Checkbutton*borderWidth", '2',20)
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Montage.h 132 void borderWidth(size_t borderWidth_);
133 size_t borderWidth(void) const;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 15 self.configure(borderwidth=5)
41 self.frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
aboutDialog.py 17 self.configure(borderwidth=5)
35 frameMain = Frame(self, borderwidth=2, relief=SUNKEN)
63 Frame(frameBg, borderwidth=1, relief=SUNKEN,
87 Frame(frameBg, borderwidth=1, relief=SUNKEN,
tabbedpages.py 62 borderwidth=0, relief=FLAT,
178 bw = 2 # borderwidth
189 Frame.__init__(self, tab_row, borderwidth=self.bw, relief=RAISED)
199 highlightthickness=0, selectcolor='', borderwidth=0)
231 self.mask = Frame(page_set, borderwidth=0, relief=FLAT,
235 self.mskl = Frame(page_set, borderwidth=0, relief=FLAT,
237 self.mskl.ml = Frame(self.mskl, borderwidth=self.bw,
243 self.mskr = Frame(page_set, borderwidth=0, relief=FLAT,
245 self.mskr.mr = Frame(self.mskr, borderwidth=self.bw,
272 # borderwidth shorter (vertically
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 15 self.configure(borderwidth=5)
41 self.frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
aboutDialog.py 17 self.configure(borderwidth=5)
35 frameMain = Frame(self, borderwidth=2, relief=SUNKEN)
63 Frame(frameBg, borderwidth=1, relief=SUNKEN,
87 Frame(frameBg, borderwidth=1, relief=SUNKEN,
tabbedpages.py 62 borderwidth=0, relief=FLAT,
178 bw = 2 # borderwidth
189 Frame.__init__(self, tab_row, borderwidth=self.bw, relief=RAISED)
199 highlightthickness=0, selectcolor='', borderwidth=0)
231 self.mask = Frame(page_set, borderwidth=0, relief=FLAT,
235 self.mskl = Frame(page_set, borderwidth=0, relief=FLAT,
237 self.mskl.ml = Frame(self.mskl, borderwidth=self.bw,
243 self.mskr = Frame(page_set, borderwidth=0, relief=FLAT,
245 self.mskr.mr = Frame(self.mskr, borderwidth=self.bw,
272 # borderwidth shorter (vertically
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 15 self.configure(borderwidth=5)
41 self.frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
aboutDialog.py 17 self.configure(borderwidth=5)
35 frameMain = Frame(self, borderwidth=2, relief=SUNKEN)
63 Frame(frameBg, borderwidth=1, relief=SUNKEN,
87 Frame(frameBg, borderwidth=1, relief=SUNKEN,
tabbedpages.py 62 borderwidth=0, relief=FLAT,
178 bw = 2 # borderwidth
189 Frame.__init__(self, tab_row, borderwidth=self.bw, relief=RAISED)
199 highlightthickness=0, selectcolor='', borderwidth=0)
231 self.mask = Frame(page_set, borderwidth=0, relief=FLAT,
235 self.mskl = Frame(page_set, borderwidth=0, relief=FLAT,
237 self.mskl.ml = Frame(self.mskl, borderwidth=self.bw,
243 self.mskr = Frame(page_set, borderwidth=0, relief=FLAT,
245 self.mskr.mr = Frame(self.mskr, borderwidth=self.bw,
272 # borderwidth shorter (vertically
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 15 self.configure(borderwidth=5)
41 self.frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
aboutDialog.py 17 self.configure(borderwidth=5)
35 frameMain = Frame(self, borderwidth=2, relief=SUNKEN)
63 Frame(frameBg, borderwidth=1, relief=SUNKEN,
87 Frame(frameBg, borderwidth=1, relief=SUNKEN,
tabbedpages.py 62 borderwidth=0, relief=FLAT,
178 bw = 2 # borderwidth
189 Frame.__init__(self, tab_row, borderwidth=self.bw, relief=RAISED)
199 highlightthickness=0, selectcolor='', borderwidth=0)
231 self.mask = Frame(page_set, borderwidth=0, relief=FLAT,
235 self.mskl = Frame(page_set, borderwidth=0, relief=FLAT,
237 self.mskl.ml = Frame(self.mskl, borderwidth=self.bw,
243 self.mskr = Frame(page_set, borderwidth=0, relief=FLAT,
245 self.mskr.mr = Frame(self.mskr, borderwidth=self.bw,
272 # borderwidth shorter (vertically
    [all...]
  /packages/apps/DeskClock/res/layout/
expired_timers_activity.xml 48 app:borderWidth="0dp"
timer_setup_buttons.xml 57 app:borderWidth="0dp"
  /frameworks/support/design/gingerbread/android/support/design/widget/
FloatingActionButtonGingerbread.java 61 PorterDuff.Mode backgroundTintMode, int rippleColor, int borderWidth) {
79 if (borderWidth > 0) {
80 mBorderDrawable = createBorderDrawable(borderWidth, backgroundTint);
  /frameworks/support/design/lollipop/android/support/design/widget/
FloatingActionButtonLollipop.java 49 PorterDuff.Mode backgroundTintMode, int rippleColor, int borderWidth) {
58 if (borderWidth > 0) {
59 mBorderDrawable = createBorderDrawable(borderWidth, backgroundTint);
  /external/opencv/cv/src/
cvoptflowbm.cpp 127 /* have not full width - BorderWidth */
130 int BorderWidth;
315 BorderWidth = imgSize.width % blockSize.width;
316 if( BorderWidth )
319 BorderWidth = blockSize.width;
373 CurrentWidth = (j == NumberBlocksX - 1) ? BorderWidth : blockSize.width;
  /external/ImageMagick/Magick++/tests/
montageImages.cpp 74 montageOpts.borderWidth( 1 );

Completed in 1184 milliseconds

1 2 3 4 5 6