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

  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 29 int border; local
33 border = src_ybc->border;
  /external/webkit/WebCore/rendering/style/
StyleSurroundData.h 49 BorderData border; member in class:WebCore::StyleSurroundData
CollapsedBorderValue.h 34 : border(0)
40 : border(b)
45 int width() const { return border && border->nonZero() ? border->width : 0; }
46 EBorderStyle style() const { return border ? border->style() : BHIDDEN; }
47 bool exists() const { return border; }
48 Color color() const { return border ? border->color : Color();
60 const BorderValue* border; member in struct:WebCore::CollapsedBorderValue
    [all...]
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/
yv12config.h 57 int border; member in struct:__anon5335
62 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border);
  /external/webkit/WebCore/html/
HTMLFrameSetElement.h 56 int border() const { return m_border; } function in class:WebCore::HTMLFrameSetElement
HTMLTableElement.cpp 337 int border = 0; local
339 border = 1;
341 border = attr->value().toInt();
342 m_borderAttr = border;
343 addCSSLength(attr, CSSPropertyBorderWidth, String::number(border));
368 // void, above, below, hsides, vsides, lhs, rhs, box, border
390 equalIgnoringCase(attr->value(), "border")) {
395 // Now map in the border styles of solid and hidden respectively.
419 // The presence of a valid rules attribute causes border collapsing to be enabled.
682 String HTMLTableElement::border() cons function in class:WebCore::HTMLTableElement
    [all...]
  /external/libvpx/vp8/encoder/
picklpf.c 43 int border; local
47 border = src_ybc->border;
  /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...]
  /external/webkit/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 311 // void texImage2D(in GLenum target, in GLint level, in GLenum internalformat, in GLsizei width, in GLsizei height, in GLint border, in GLenum format, in GLenum type, in WebGLArray pixels);
377 unsigned border = args.at(5).toInt32(exec); local
393 context->texImage2D(target, level, internalformat, width, height, border, format, type, 0, ec);
401 context->texImage2D(target, level, internalformat, width, height, border, format, type, obj, ec);
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 457 // in GLsizei width, in GLsizei height, in GLint border,
535 int border = toInt32(args[5], ok); local
558 border,
570 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/freetype/src/base/
ftstroke.c 259 ft_stroke_border_grow( FT_StrokeBorder border,
262 FT_UInt old_max = border->max_points;
263 FT_UInt new_max = border->num_points + new_points;
270 FT_Memory memory = border->memory;
276 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
277 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
280 border->max_points = cur_max;
289 ft_stroke_border_close( FT_StrokeBorder border,
292 FT_UInt start = border->start;
293 FT_UInt count = border->num_points
800 FT_StrokeBorder border = stroker->borders + side; local
841 FT_StrokeBorder border = stroker->borders + side; local
868 FT_StrokeBorder border = stroker->borders + side; local
898 FT_StrokeBorder border = stroker->borders + side; local
948 FT_StrokeBorder border = stroker->borders + side; local
1103 FT_StrokeBorder border; local
1139 FT_StrokeBorder border; local
1985 FT_StrokerBorder border; local
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 578 @property(copy) NSString *border; variable
702 @property(copy) NSString *border; variable
840 @property(copy) NSString *border; variable
    [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...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 243 milliseconds