/external/libvpx/vp8/encoder/arm/ |
picklpf_arm.c | 29 int border; local 33 border = src_ybc->border;
|
/external/webkit/Source/WebCore/rendering/ |
RenderIFrame.cpp | 57 int border = borderTop() + borderBottom(); local 58 setHeight(max(height(), view->contentsHeight() + border)); 75 int border = borderLeft() + borderRight(); local 76 setWidth(max(width(), view->contentsWidth() + border));
|
RenderTableCell.cpp | 119 // Column widths specified on <col> apply to the border box of the cell. 337 // The following rules apply for resolving conflicts and figuring out which border 339 // (1) Borders with the 'border-style' of 'hidden' take precedence over all other conflicting 340 // borders. Any border with this value suppresses all borders at this location. 341 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all 342 // the elements meeting at this edge are 'none' will the border be omitted (but note that 'none' is 343 // the default value for the border style.) 345 // are discarded in favor of wider ones. If several have the same 'border-width' then styles are preferred 347 // (4) If border styles differ only in color, then a style set on a cell wins over one on a row, 352 // Sanity check the values passed in. The null border have lowest priority 395 const CollapsedBorderValue& border = compareBorders(border1, border2) < 0 ? border2 : border1; local 783 CollapsedBorderValue border = collapsedStartBorder(); local 791 CollapsedBorderValue border = collapsedEndBorder(); local 799 CollapsedBorderValue border = collapsedBeforeBorder(); local 807 CollapsedBorderValue border = collapsedAfterBorder(); local [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
StyleSurroundData.h | 49 BorderData border; member in class:WebCore::StyleSurroundData
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Pyramid.h | 37 real border; // border size member in class:PyramidShort 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0); 41 static PyramidShort *allocateImage(real width, real height, real border);
|
ImageUtils.h | 107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0); 145 unsigned short border; member in struct:__anon16824
|
/external/chromium/chrome/browser/ui/views/ |
generic_info_view.cc | 61 views::Border* border = views::Border::CreateSolidBorder( local 63 set_border(border);
|
database_info_view.cc | 81 views::Border* border = views::Border::CreateSolidBorder( local 83 set_border(border);
|
indexed_db_info_view.cc | 76 views::Border* border = views::Border::CreateSolidBorder( local 78 set_border(border);
|
local_storage_info_view.cc | 77 views::Border* border = views::Border::CreateSolidBorder( local 79 set_border(border);
|
local_storage_set_item_info_view.cc | 71 views::Border* border = views::Border::CreateSolidBorder( local 73 set_border(border);
|
cookie_info_view.cc | 20 #include "views/border.h" 185 views::Border* border = views::Border::CreateSolidBorder( local 187 set_border(border);
|
collected_cookies_win.cc | 63 views::Border* border = views::Border::CreateSolidBorder( local 65 content_->set_border(border); 150 // Holds the info icon image and text label and renders the border.
|
/external/libvpx/vpx_scale/ |
yv12config.h | 57 int border; member in struct:__anon7514 64 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border);
|
/external/webkit/Source/WebCore/html/ |
HTMLFrameSetElement.h | 41 int border() const { return m_border; } function in class:WebCore::HTMLFrameSetElement
|
HTMLTableElement.cpp | 323 int border = 0; local 325 border = 1; 327 border = attr->value().toInt(); 328 m_borderAttr = border; 329 addCSSLength(attr, CSSPropertyBorderWidth, String::number(border)); 354 // void, above, below, hsides, vsides, lhs, rhs, box, border 376 equalIgnoringCase(attr->value(), "border")) { 381 // Now map in the border styles of solid and hidden respectively. 405 // The presence of a valid rules attribute causes border collapsing to be enabled.
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/ |
TranslatorIfaces.h | 43 border(0), 55 unsigned int border; member in class:TextureData 74 unsigned int border; member in struct:EglImage
|
/external/libvpx/vp8/encoder/ |
picklpf.c | 46 int border; local 50 border = src_ybc->border;
|
/external/webkit/Source/WebCore/platform/qt/ |
QtMobileWebStyle.cpp | 50 int border = qMin(qMax(1, int(0.2 * size)), 6); local 51 int checkerSize = qMax(size - 2 * border, 3); 108 int border = 0.1 * (rect.width() + rect.height()); local 109 border = qMin(qMax(2, border), 10); 110 rect.adjust(border, border, -border, -border); 280 const int border = qMax(3, buttonSize.width() >> 3) << 1 local [all...] |
/external/chromium/chrome/browser/resources/keyboard/ |
main.js | 109 var border = 1; variable 113 var extraHeight = margin + padding + 2 * border; 114 var extraWidth = margin + 2 * border;
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.cc | 349 int border = use_gtk ? 0 : 2; local 351 GTK_CONTAINER(wrench_menu_button_->widget()), border);
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
EglX11Api.cpp | 199 unsigned int depth,configDepth,border; local 206 if(!XGetGeometry(dpy,win,&root,&x,&y,width,height,&border,&depth)) return false; 211 unsigned int depth,configDepth,border; local 218 if(!XGetGeometry(dpy,pix,&root,&x,&y,width,height,&border,&depth)) return false;
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_contents_view.cc | 75 // Border for instant opt-in buttons. Consists of two 9 patch painters: one for 77 class OptInButtonBorder : public views::Border { 182 // TODO: these buttons look crap. Figure out the right border/background to 511 // Because the border of this view creates an anti-aliased round-rect region 543 // Now we paint the border, so it will be alpha-blended atop the contents. 545 // the border. 652 const views::Border* border = location_bar_->border(); local 653 if (border) { [all...] |
/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...] |
/external/webkit/Source/WebCore/platform/gtk/ |
RenderThemeGtk3.cpp | 273 GtkBorder border = { 1, 1, 1, 1 }; local 275 gtk_style_context_get_style(context, "default-border", &borderPtr, NULL); 277 border = *borderPtr; 281 buttonRect.move(border.left, border.top); 282 buttonRect.setWidth(buttonRect.width() - (border.left + border.right)); 283 buttonRect.setHeight(buttonRect.height() - (border.top + border.bottom)); 339 static void getComboBoxMetrics(RenderStyle* style, GtkBorder& border, int& focus, int& separator 534 GtkBorder border; local [all...] |