Home
last modified time | relevance | path

Searched refs:borders (Results 1 – 24 of 24) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTableElement.cpp366 bool borders[4] = { false, false, false, false }; in parseMappedAttribute() local
373 borders[cTop] = true; in parseMappedAttribute()
376 borders[cBottom] = true; in parseMappedAttribute()
379 borders[cTop] = borders[cBottom] = true; in parseMappedAttribute()
382 borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
385 borders[cLeft] = true; in parseMappedAttribute()
388 borders[cRight] = true; in parseMappedAttribute()
392 borders[cTop] = borders[cBottom] = borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
401 … addCSSProperty(attr, CSSPropertyBorderTopStyle, borders[cTop] ? CSSValueSolid : CSSValueHidden); in parseMappedAttribute()
402 …addCSSProperty(attr, CSSPropertyBorderBottomStyle, borders[cBottom] ? CSSValueSolid : CSSValueHidd… in parseMappedAttribute()
[all …]
/external/freetype/src/base/
Dftstroke.c708 FT_StrokeBorderRec borders[2]; member
734 ft_stroke_border_init( &stroker->borders[0], memory ); in FT_Stroker_New()
735 ft_stroke_border_init( &stroker->borders[1], memory ); in FT_Stroker_New()
767 ft_stroke_border_reset( &stroker->borders[0] ); in FT_Stroker_Rewind()
768 ft_stroke_border_reset( &stroker->borders[1] ); in FT_Stroker_Rewind()
783 ft_stroke_border_done( &stroker->borders[0] ); in FT_Stroker_Done()
784 ft_stroke_border_done( &stroker->borders[1] ); in FT_Stroker_Done()
800 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_arcto()
841 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
868 FT_StrokeBorder border = stroker->borders + side; in ft_stroker_cap()
[all …]
/external/webkit/WebCore/rendering/
DRenderTableCell.cpp805 CollapsedBorders borders; in paintCollapsedBorder() local
806 borders.addBorder(topVal, BSTop, renderTop, tx, ty, tx + w, ty + topWidth, topStyle); in paintCollapsedBorder()
807borders.addBorder(bottomVal, BSBottom, renderBottom, tx, ty + h - bottomWidth, tx + w, ty + h, bot… in paintCollapsedBorder()
808 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle); in paintCollapsedBorder()
809borders.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightSt… in paintCollapsedBorder()
811 for (CollapsedBorder* border = borders.nextBorder(); border; border = borders.nextBorder()) { in paintCollapsedBorder()
/external/libvpx/vpx_scale/arm/neon/
Dvp8_vpxyv12_extendframeborders_neon.asm83 ;Now copy the top and bottom source lines into each line of the respective borders
196 ;Now copy the top and bottom source lines into each line of the respective borders
354 ;Now copy the top and bottom source lines into each line of the respective borders
467 ;Now copy the top and bottom source lines into each line of the respective borders
Dvp8_vpxyv12_copyframeyonly_neon.asm141 ;Now copy the top and bottom source lines into each line of the respective borders
271 ;Now copy the top and bottom source lines into each line of the respective borders
/external/webkit/WebCore/css/
DthemeWin.css85 /* Windows selects are not rounded. Custom borders for them shouldn't be either. */
/external/webkit/WebCore/
DChangeLog-2003-10-25164 handle (mouse event to resize frame borders); this was always
857 honoring borders on row groups (both of which are correct for the "separate" border model).
2885 due to the change in our handling of frame borders.
5118 Fix iframes and objects and embeds so that they will render borders
5119 when borders are specified (as well as background images).
5190 text, borders, and underlines are all properly blended.
6448 overflow clip rect is applied (just as backgrounds and borders
10175 Also implementing support for transparent borders and adding
10178 and right borders, but not for top and bottom borders.
11264 Fix for 3178361, <th> don't draw borders. Boneheaded mistake
[all …]
DChangeLog-2002-12-03219 Second fix the render layer code to not allow background/borders
222 background and borders prior to establishing the clip rect
1281 were not adding in borders and padding! This means that any image
1533 - fixed 2937204 -- text areas have solid black borders
3563 Support for drawing frame borders and frame resizing. (fixes 2982466).
3671 in preparation for drawing frame borders and completing
7547 - fixed 3025170 -- right sides of borders placed incorrectly around table cells
7552 (RenderTable::addColInfo): Turn off the half-assed collapse borders stuff here.
8145 w/ a resize bar. Still need to draw frame borders.
8510 align along their bottom borders (which extend slightly below the baseline of surrounding
[all …]
DChangeLog-2007-10-142449 …s.webkit.org/show_bug.cgi?id=5940 (<svg> inside <body> incorrectly extends over top/bottom borders)
11770 (WebCore::RenderLayer::scrollRectToVisible): Account for borders and scroll bars.
20940 <colgroup>'s borders are ignored when it has <col> children
22327 Test: fast/borders/border-image-01.html
34616 CSS rounded borders.
39370 occur with the image before we start showing alt text and borders.
39373 borders immediately.)
43816 Fix for <rdar://problem/5120889> Sized table cells w/borders not
43825 Subtract our borders and padding in the auto or percent table cell
47941 …Fix for REGRESSION bug 13108, frame borders being painted when they shouldn't be. Rework both fra…
[all …]
DChangeLog-2006-12-31810 Test: fast/borders/borderRadiusAllStylesAllCorners.html
842 outer half of any collapsed borders. This function checks the cell's borders'
843 widths but also the widths of the adjoining cells' borders, since they can
844 contribute to the length of this cell's borders perpendicular to them, making
846 (WebCore::RenderTableCell::borderLeft): Split the collapsing borders case off to
12091 …23> element deletion UI appears for Mail blockquote and others with less than three visible borders
15052 with collapsed borders
16709 Corrected the interface positioning for elements that have borders.
18259 … Expanded the Deletion UI to lists, positioned block element and block elementss with borders.
36101 fast/borders/borderRadiusInvalidColor.html
[all …]
DChangeLog1110 (WebCore::RenderTableCell::paint): Don’t paint collapsed borders if this object shouldn’t
DChangeLog-2009-06-165590 Tests: fast/borders/border-radius-constraints.html
5591 fast/borders/border-radius-split-inline.html
5597 the constraints. Use that for painting borders, box-shadow, clipping replaced
5617 borders for split inlines, which used to apply the radii for each segment,
7217 Testcases for border-image are in fast/borders like
26875 the usual rendering path (eg. if the image has borders).
27186 Added fast/borders/border-image-border-radius.html
30449 borders as the other ports. This makes the Qt port pixel-for-pixel perfect
34778 Added fast/inline/inline-continuation-borders.html
38225 …Move the functions that paint borders, box shadows and border images into RenderBoxModelObject. d…
[all …]
DChangeLog-2008-08-109516 Fieldsets with a legend and rounded borders now have a clipping region set
9519 Test: fast/borders/fieldsetBorderRadius.html
15502 Added fast/borders/border-image-omit-right-slice.html
27487 Test: fast/borders/border-color-inherit.html
41043 compareBorders() with borders that may have the same precedence, made
46018 …Refine our behavior for empty inlines so that they work more correctly with margins/borders/paddin…
56652 needs to be disabled for inlines with padding, margins or borders.
61416 rule about what type of borders to use.
78504 Test: fast/borders/border-image-rotate-transform.html
DChangeLog-2006-05-104353 Fix to make readonly text fields have dimmed borders to match AppKit behavior.
7646 also invalidated. This behaviour is identical to the behaviour of borders that was fixed in
10510 REGRESSION: Dashed borders paint with the wrong phase
26736 Collapsed borders appear on the wrong side or on the wrong cell in RTL tables
DChangeLog-2005-12-193352 testing in scrollable block don't take borders into account)
3355 (khtml::RenderLayer::hitTestLayer): don't add left and bottom borders when hit testing
9310 to paint custom borders but still use a pretty OS X background for
24632 initial stages, with only transparent borders supported.
DChangeLog-2005-08-2334519 …Fix for 3685234 and 3548444, the x-offset for frame borders was off by 1 pixel, causing mojibake t…
39762 we decided that hard-coding the size of the borders of a text field was the best
42920 Correctly size the <CANVAS> if margins, borders, or
47728 Fix for 3601728, text overlaps borders at ejai.org. Remove all the code in addForbidden for
56548 …This patch also fixes two bugs in the style system: 3481324, collapsed borders with border-style: …
DChangeLog-2010-01-2910254 Broke fast/borders/svg-as-border-image-3.html. Don't give up,
24845 Chromium: make rounded borders heavier.
24854 This appears to cause rounded borders to look a little thin, which is
79423 Test: fast/borders/border-radius-parsing.html
83492 Fix dotted and dashed borders on Chromium/skia. This follows
86918 Remove URL fragment at appcache code borders.
93038 particular, borders are not included and
/external/webkit/WebKitTools/
DChangeLog3979 …<http://webkit.org/b/33430> Fix rounded borders in queue status on older Firefox and Safari browse…
3985 borders in older Firefox and Safari browsers.
DChangeLog-2009-06-1617547 * Drosera/debugger.css: hide the borders for iframes
/external/webkit/WebKit/mac/
DChangeLog-2007-10-145639 Move frame borders out of WebKit and into WebCore.
18022 Added rules that hide the margin and padding boxes (borders and all but the center cell)
DChangeLog-2002-12-034255 Support for drawing frame borders (fixes 2982466).
DChangeLog-2006-02-0932802 put the web view into a window with borders around it (Carbon metal window,
/external/srec/config/en.us/dictionary/
Dlarge.ok3308 borders b{rdPz
/external/webkit/JavaScriptCore/
DChangeLog3068 got a way to directly instantiate JSStrings over DLL borders. Since vftable for JSString was