HomeSort by relevance Sort by last modified time
    Searched refs:border (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /dalvik/docs/
prettify.css 14 pre.prettyprint { padding: 2px; border: 1px solid #888; }
  /external/webkit/WebCore/css/
quirks.css 45 /* This will apply only to text fields, since all other inputs already use border box sizing */
47 -webkit-box-sizing: border-box;
mediaControlsChromium.css 86 border-left: 1px solid rgba(255, 255, 255, 0.2);
87 border-right: 1px solid rgba(255, 255, 255, 0.2);
149 border-color: rgba(255, 255, 255, 0.2);
150 border-style: solid;
151 border-width: 1px;
152 border-radius: 2px;
themeWin.css 90 -webkit-border-radius: 0;
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 334 bool hasBorder() const { return surround->border.hasBorder(); }
381 const BorderData& border() const { return surround->border; } function in class:WebCore::RenderStyle
382 const BorderValue& borderLeft() const { return surround->border.left; }
383 const BorderValue& borderRight() const { return surround->border.right; }
384 const BorderValue& borderTop() const { return surround->border.top; }
385 const BorderValue& borderBottom() const { return surround->border.bottom; }
387 const NinePieceImage& borderImage() const { return surround->border.image; }
389 const IntSize& borderTopLeftRadius() const { return surround->border.topLeft; }
390 const IntSize& borderTopRightRadius() const { return surround->border.topRight;
    [all...]
  /external/libvpx/vpx_scale/dm642/
yv12extend.c 150 unsigned int Border;
158 Border = ybf->border;
167 dest_ptr1 = src_ptr1 - Border;
173 src_ptr1 = ybf->y_buffer - Border;
175 dest_ptr1 = src_ptr1 - (Border * plane_stride);
178 for (i = 0; i < (int)Border; i++)
189 Border /= 2;
198 dest_ptr1 = src_ptr1 - Border;
207 src_ptr1 = ybf->u_buffer - Border;
358 int border; local
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 10 border-bottom: 4px solid #ccc;
266 border:none;
330 border:0;
398 border:1px solid #dddd00;
474 border-spacing:0;
480 border: none;
498 border-color:#fff;
514 border-top:2px solid #ccc;
536 border:none;
581 /* border:1px solid #669999
    [all...]
  /external/webkit/WebCore/inspector/front-end/
audits.css 88 border-bottom: 1px solid rgb(189, 189, 189) !important;
92 border-bottom: 0px transparent none;
98 border-bottom: none;
110 border: 0;
212 border: 1px solid rgb(165, 165, 165);
215 -webkit-border-radius: 12px;
233 border-color: rgb(212, 212, 212);
257 border: 1px solid rgb(165, 165, 165);
259 -webkit-border-radius: 8px;
inspector.css 43 -webkit-box-sizing: border-box;
55 border: none;
75 border-bottom: 1px solid rgb(80, 80, 80);
83 border-bottom: 1px solid rgb(64%, 64%, 64%);
93 border-top: 1px solid rgb(100, 100, 100);
103 border-top: 1px solid rgb(64%, 64%, 64%);
111 border-style: none;
112 border-color: transparent;
119 border-width: 0 2px 0 2px;
121 -webkit-border-image: url(Images/toolbarItemSelected.png) 0 2 0 2
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 584 final int border = mInvalidateExtraBorder; local
585 mInvalidRect.set((int) x - border, (int) y - border, (int) x + border, (int) y + border);
614 final int border = mInvalidateExtraBorder; local
615 areaToRefresh.set((int) mCurveEndX - border, (int) mCurveEndY - border,
616 (int) mCurveEndX + border, (int) mCurveEndY + border);
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
aliased.php 48 $geshi->set_overall_style('color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;', true);
54 $geshi->set_header_content_style('font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;');
56 $geshi->set_footer_content_style('font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;');
76 border: 2px solid #e0e0e0;
82 border-bottom: 1px solid #b0b0b0;
102 border: 1px solid #b0b0b0;
example.php 66 $geshi->set_overall_style('font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;', false);
86 // affected by the styles set by set_overall_style. So if the PRE has a border then the header/footer will
89 $geshi->set_header_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;');
93 $geshi->set_footer_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;');
118 border: 2px solid #e0e0e0;
124 border-bottom: 1px solid #b0b0b0;
144 border: 1px solid #b0b0b0;
  /external/bzip2/
bzip.css 7 #626262 dark gray pre border
10 #3366cc medium blue nav table border
54 border: solid 1px #3366cc;
71 border: 1px solid #626262;
  /external/junit/src/junit/swingui/
StatusLine.java 9 import javax.swing.border.BevelBorder;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/
UnifiedContentBorder.java 19 import javax.swing.border.AbstractBorder;
  /external/freetype/include/freetype/
ftstroke.h 47 * displayed with a coloured (and anti-aliased) border around their
133 * These values are used to select a given stroke border
138 * Select the left border, relative to the drawing direction.
141 * Select the right border, relative to the drawing direction.
174 * The border index. @FT_STROKER_BORDER_RIGHT for empty or invalid
195 * The border index. @FT_STROKER_BORDER_LEFT for empty or invalid
239 * The border radius.
308 * path, and the stroker generates two distinct `border' outlines.
480 * contours necessary to export one of the `border' or `stroke'
487 * border :
    [all...]
  /external/webkit/WebCore/html/
HTMLImageElement.idl 27 attribute [ConvertNullToNullString, Reflect] DOMString border;
HTMLTableElement.idl 37 attribute [ConvertNullToNullString] DOMString border;
HTMLFrameSetElement.h 56 int border() const { return m_border; } function in class:WebCore::HTMLFrameSetElement
HTMLObjectElement.idl 33 attribute [ConvertNullToNullString, Reflect] DOMString border;
HTMLTableElement.h 72 String border() const;
99 // Used to obtain either a solid or outset border decl and to deal with the frame
119 bool m_borderAttr; // Sets a precise border width and creates an outset border for the table and for its cells.
120 bool m_borderColorAttr; // Overrides the outset border and makes it solid for the table and cells instead.
121 bool m_frameAttr; // Implies a thin border width if no border is set and then a certain set of solid/hidden borders based off the value.
122 TableRules m_rulesAttr; // Implies a thin border width, a collapsing border model, and all borders on the table becoming set to hidden (if frame/border
    [all...]
  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 97 // Column widths specified on <col> apply to the border box of the cell.
275 // The following rules apply for resolving conflicts and figuring out which border
277 // (1) Borders with the 'border-style' of 'hidden' take precedence over all other conflicting
278 // borders. Any border with this value suppresses all borders at this location.
279 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all
280 // the elements meeting at this edge are 'none' will the border be omitted (but note that 'none' is
281 // the default value for the border style.)
283 // are discarded in favor of wider ones. If several have the same 'border-width' then styles are preferred
285 // (4) If border styles differ only in color, then a style set on a cell wins over one on a row,
298 return CollapsedBorderValue(); // No border should exist at this location
613 CollapsedBorderValue border = collapsedLeftBorder(table()->style()->direction() == RTL); local
621 CollapsedBorderValue border = collapsedRightBorder(table()->style()->direction() == RTL); local
629 CollapsedBorderValue border = collapsedTopBorder(); local
637 CollapsedBorderValue border = collapsedBottomBorder(); local
    [all...]
  /external/libvpx/vpx_scale/blackfin/
yv12extend.c 119 unsigned int Border;
130 Border = ybf->border;
138 dest_ptr1 = src_ptr1 - Border;
143 extend_memset(dest_ptr1, src_ptr1[0], Border);
144 extend_memset(dest_ptr2, src_ptr2[0], Border);
152 src_ptr1 = ybf->y_buffer - Border;
154 dest_ptr1 = src_ptr1 - (Border * plane_stride);
157 for (i = 0; i < (int)Border; i++)
163 for (i = 0; i < (int)Border; i++
    [all...]
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 36 * @param border the border size. Typically 0.
45 public static void loadTexture(int target, int level, int border,
48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input));
56 * @param border the border size. Typically 0.
64 public static void loadTexture(int target, int level, int border,
80 border, imageSize, data);
88 GLES10.glTexImage2D(target, level, fallbackFormat, width, height, border,
  /external/libvpx/vpx_scale/arm/nds/
yv12extend.c 46 unsigned int Border;
54 Border = ybf->border;
62 dest_ptr1 = src_ptr1 - Border;
67 mi_cpu_fill8(dest_ptr1, src_ptr1[0], Border);
68 mi_cpu_fill8(dest_ptr2, src_ptr2[0], Border);
76 src_ptr1 = ybf->y_buffer - Border;
78 dest_ptr1 = src_ptr1 - (Border * plane_stride);
81 for (i = 0; i < (int)Border; i++)
92 Border /= 2
    [all...]

Completed in 399 milliseconds

12 3 4 5 6 7