/external/webkit/Source/WebCore/rendering/ |
D | RenderTextControlMultiLine.cpp | 136 int inset = borderLeft() + paddingLeft(); in textBlockInsetLeft() local 139 inset += innerTextRenderer->paddingLeft(); in textBlockInsetLeft() 141 return inset; in textBlockInsetLeft() 146 int inset = borderRight() + paddingRight(); in textBlockInsetRight() local 149 inset += innerTextRenderer->paddingRight(); in textBlockInsetRight() 151 return inset; in textBlockInsetRight() 156 int inset = borderTop() + paddingTop(); in textBlockInsetTop() local 159 inset += innerTextRenderer->paddingTop(); in textBlockInsetTop() 161 return inset; in textBlockInsetTop()
|
D | RenderRubyText.cpp | 76 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); in adjustInlineDirectionLineBounds() local 78 inset = min<float>(2 * style()->fontSize(), inset); in adjustInlineDirectionLineBounds() 80 logicalLeft += inset / 2; in adjustInlineDirectionLineBounds() 81 logicalWidth -= inset; in adjustInlineDirectionLineBounds()
|
D | RenderRubyBase.cpp | 209 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); in adjustInlineDirectionLineBounds() local 211 logicalLeft += inset / 2; in adjustInlineDirectionLineBounds() 212 logicalWidth -= inset; in adjustInlineDirectionLineBounds()
|
D | RenderTextControlSingleLine.cpp | 1115 int inset = borderLeft() + clientPaddingLeft(); in textBlockInsetLeft() local 1118 inset += innerTextRenderer->paddingLeft(); in textBlockInsetLeft() 1120 return inset; in textBlockInsetLeft() 1125 int inset = borderRight() + clientPaddingRight(); in textBlockInsetRight() local 1128 inset += innerTextRenderer->paddingRight(); in textBlockInsetRight() 1130 return inset; in textBlockInsetRight()
|
/external/doclava/res/assets/templates/ |
D | todo.cs | 17 border-style: inset inset inset inset; 24 border-style: inset inset inset inset;
|
/external/chromium/chrome/browser/ui/gtk/ |
D | theme_install_bubble_view_gtk.cc | 167 int inset = kBubbleCornerRadius; in OnExpose() local 168 inner_rect.Inset(inset, inset); in OnExpose() 171 cairo_arc(cr, inner_rect.x(), inner_rect.y(), inset, in OnExpose() 173 cairo_arc(cr, inner_rect.right(), inner_rect.y(), inset, in OnExpose() 175 cairo_arc(cr, inner_rect.right(), inner_rect.bottom(), inset, in OnExpose() 177 cairo_arc(cr, inner_rect.x(), inner_rect.bottom(), inset, in OnExpose()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | styled_text_field_cell.mm | 20 const CGFloat inset, 22 NSRect insetFrame = NSInsetRect(frame, inset, inset); 25 CGFloat leftRadius = outerRadius - inset; 41 // inset backed out of the radius. 44 const CGFloat inset, 48 RectPathWithInset(roundedFlags, frame, inset, outerRadius); 55 // greater than 0.0 uses rounded corners, with inset backed out of the 59 const CGFloat inset, 63 const CGFloat finalInset = inset + (lineWidth / 2.0); 147 // TODO(shess): This inset is also reflected by |kFieldVisualInset| [all …]
|
/external/skia/tests/ |
D | PaintTest.cpp | 30 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in regression_cubic() local 33 maxR.inset(-inset, -inset); in regression_cubic()
|
/external/chromium/chrome/browser/resources/ |
D | print_preview.css | 59 -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1), 301 -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1), 333 -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15), 348 -webkit-box-shadow: inset 0 1px 2px white, 370 -webkit-box-shadow: inset 0 1px 2px white, 390 -webkit-box-shadow: inset 0 1px 2px white, 411 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2); 436 -webkit-box-shadow: inset 0 1px 2px white, 449 -webkit-box-shadow: inset 0 1px 2px white, 470 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2); [all …]
|
/external/chromium/chrome/browser/chromeos/login/ |
D | rounded_rect_painter.cc | 181 int inset = border_->corner_radius / 2 + border_->padding + shadow; in GetInsets() local 182 insets->Set(inset - shadow / 3, inset, inset + shadow / 3, inset); in GetInsets()
|
D | rounded_view.h | 76 view_rect.inset(2 * rounded_view::kStrokeWidth, in GetClipPath() 113 view_rect.inset(rounded_view::kStrokeWidth, rounded_view::kStrokeWidth); in DrawFrame()
|
/external/skia/src/views/ |
D | SkWidget.cpp | 282 r.inset(SK_Scalar1/2, SK_Scalar1/2); 289 r.inset(SK_Scalar1/2, SK_Scalar1/2); 298 r.inset(SK_Scalar1, SK_Scalar1); 299 r.inset(r.width()/2, 0);
|
D | SkListView.cpp | 631 SkScalar inset = 0; 633 inset += fPaint[kHiliteCell_Attr].getStrokeWidth() / 2; 635 inset += SK_Scalar1; 636 r.inset(-inset, -inset);
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | instant_opt_in_view.mm | 18 // How far from the sides to inset the horizontal line. 40 // Draw a horizontal line 2 px down from the top of the view, inset at the
|
/external/webkit/Source/WebCore/css/ |
D | fullscreenQuickTime.css | 52 inset 0 -1px 1px rgba(0, 0, 0, 0.5), 53 inset 0 1px 0 0px rgba(255, 255, 255, 0.15), 54 inset 0 -1px 0 0px rgba(202, 202, 202, 0.09),
|
D | html.css | 135 border-style: inset; 410 border: 2px inset; 558 border-style: inset 596 border: 1px inset gray; 648 inset -2px -2px 1px #d0c4c4, 649 inset 2px 2px 1px white; 664 box-shadow: inset 2px 2px 1px white; 745 border: 1px inset gray; 879 border: 2px inset
|
D | wml.css | 133 border: 2px inset; 158 border-style: inset 183 border: 1px inset gray;
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | gtkhtml | 6 inset
|
/external/skia/samplecode/ |
D | SampleStrokeText.cpp | 34 bounds.inset(sw, sw); in lettersToBitmap() 80 bounds.inset(sw, sw); in lettersToBitmap2()
|
D | SampleColorFilter.cpp | 102 r.inset(SK_Scalar1, SK_Scalar1); in createBitmap() 110 r.inset(SK_Scalar1*n/4, SK_Scalar1*n/4); in createBitmap()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | android_graphics.cpp | 70 ir.inset(-colors.outset(), -colors.outset()); in draw() 103 localBounds.inset(-width, -width); in draw()
|
/external/skia/src/core/ |
D | SkRasterizer.cpp | 42 storage.inset(-margin.fX, -margin.fY); in rasterize()
|
/external/skia/src/images/ |
D | SkPageFlipper.cpp | 72 r.inset(-1, -1); in inval()
|
/external/chromium/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/ |
D | sample.css | 23 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | chevron_menu_button_cell.mm | 12 // Vertical inset from edge of cell to divider start.
|