HomeSort by relevance Sort by last modified time
    Searched refs:margin (Results 551 - 575 of 749) sorted by null

<<21222324252627282930

  /external/clang/docs/tools/
manpage.css 7 blockquote { margin: 10pt; }
195 margin-bottom: 0px;
196 margin-top: 0px;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 87 private static final int MARGIN = 5;
390 int margin = getZoomedPixelSize(MARGIN); local
395 mPadding.x = margin;
401 mPadding.y = margin;
420 int margin = getZoomedPixelSize(MARGIN) * 2; local
426 int max = horizontalScroll + verticalBarSize + margin;
446 int max = verticalScroll + horizontalBarSize + margin;
  /external/chromium_org/third_party/speex/libspeex/
nb_celp.c 767 int margin; local
768 margin = SUBMODE(lbr_pitch);
769 if (margin)
771 if (ol_pitch < st->min_pitch+margin-1)
772 ol_pitch=st->min_pitch+margin-1;
773 if (ol_pitch > st->max_pitch-margin)
774 ol_pitch=st->max_pitch-margin;
775 pit_min = ol_pitch-margin+1;
776 pit_max = ol_pitch+margin;
1327 int margin; local
    [all...]
  /external/speex/libspeex/
nb_celp.c 767 int margin; local
768 margin = SUBMODE(lbr_pitch);
769 if (margin)
771 if (ol_pitch < st->min_pitch+margin-1)
772 ol_pitch=st->min_pitch+margin-1;
773 if (ol_pitch > st->max_pitch-margin)
774 ol_pitch=st->max_pitch-margin;
775 pit_min = ol_pitch-margin+1;
776 pit_max = ol_pitch+margin;
1327 int margin; local
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 193 int margin = 5*scaleCache[k+1]/scale; local
194 for( i = margin; i < hessian_rows-margin; i++ )
198 for( j = margin; j < hessian_cols-margin; j++ )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 380 margin = sys.maxint
385 margin = min(margin, indent)
389 if margin < sys.maxint:
390 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 380 margin = sys.maxint
385 margin = min(margin, indent)
389 if margin < sys.maxint:
390 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 587 // We want to get the margin box in the inline direction, and then use our font ascent/descent in the block
720 static LayoutUnit computeMargin(const RenderInline* renderer, const Length& margin)
722 if (margin.isAuto())
724 if (margin.isFixed())
725 return margin.value();
726 if (margin.isPercent())
727 return minimumValueForLength(margin, std::max<LayoutUnit>(0, renderer->containingBlock()->availableLogicalWidth()));
    [all...]
RenderFlexibleBox.h 141 LayoutUnit computeChildMarginValue(Length margin);
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 164 public final void setMarginAbove(int col, int margin) {
165 if (mMargins == null && margin == 0) {
169 mMargins[col * 2] = margin;
172 public final void setMarginBelow(int col, int margin) {
173 if (mMargins == null && margin == 0) {
177 mMargins[col * 2 + 1] = margin;
222 * among all columns, respecting the item margin between columns.
255 * Set the margin between items in pixels. This margin is applied
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
waterfall_view.css 39 margin: 0;
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 372 void SearchBox::OnMarginChange(int margin) {
373 start_margin_ = margin;
  /external/chromium_org/remoting/webapp/
window_frame.css 70 margin-bottom: -2px;
  /external/chromium_org/third_party/WebKit/Source/core/css/
themeInputMultipleFields.css 33 /* If you update padding, border, or margin in the following ruleset, update
78 /* If you update padding, border, or margin in the following ruleset, update
94 -webkit-margin-start: 2px;
  /external/chromium_org/third_party/skia/src/core/
SkMaskFilter.cpp 344 SkIPoint margin; // ignored local
345 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
  /external/chromium_org/ui/webui/resources/css/apps/
common.css 12 margin: 0;
  /external/skia/src/core/
SkMaskFilter.cpp 344 SkIPoint margin; // ignored local
345 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 382 bool hasMargin() const { return surround->margin.nonZero(); }
    [all...]
  /build/tools/droiddoc/templates-sdk/
docpage.cs 110 margin-top:6px;
124 <h1 itemprop="name" style="margin-bottom:0;"><?cs var:page.title ?></h1>
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 67 # Provides a margin controlled string.
72 # | margin controlled!
73 # }.margin
80 def margin( n=0 ) method in class:String
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 148 void getMargin(SkPoint* margin) const;
  /external/skia/include/views/
SkWidget.h 148 void getMargin(SkPoint* margin) const;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_table.js 646 * Sets the margin height for the transparent preview panel at the bottom.
647 * @param {number} margin Margin to be set in px.
649 FileTable.prototype.setBottomMarginForPanel = function(margin) {
650 this.list_.style.paddingBottom = margin + 'px';
651 this.scrollBar_.setBottomMarginForPanel(margin);
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 242 var margin = 2;
244 var startX = Math.max(0, margin - offsetX);
245 var endX = Math.min(dstWidth, srcWidth - margin - offsetX);
247 var startY = Math.max(0, margin - offsetY);
248 var endY = Math.min(dstHeight, srcHeight - margin - offsetY);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 278 * Margin between items.
282 * Margin between items vertically.
286 * Margin in main direction.
290 * Margin in second direction.
506 public void setItemMargin(int margin) {
507 mVerticalMargin = mHorizontalMargin = margin;
508 mMarginPrimary = mMarginSecondary = margin;
511 public void setVerticalMargin(int margin) {
513 mMarginSecondary = mVerticalMargin = margin;
515 mMarginPrimary = mVerticalMargin = margin;
    [all...]

Completed in 2265 milliseconds

<<21222324252627282930