Searched refs:inset (Results 1 - 25 of 224) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyText.cpp76 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local
78 inset = std::min<float>(2 * style()->fontSize(), inset);
80 logicalLeft += inset / 2;
81 logicalWidth -= inset;
H A DRenderRubyBase.cpp143 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local
145 logicalLeft += inset / 2;
146 logicalWidth -= inset;
/external/skia/include/effects/
H A DSkMagnifierImageFilter.h17 static SkMagnifierImageFilter* Create(const SkRect& srcRect, SkScalar inset) { argument
18 return SkNEW_ARGS(SkMagnifierImageFilter, (srcRect, inset));
24 SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset);
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_bubble_controller.h18 NSSize inset_; // Amount the label is inset from the window.
28 // text content by |inset|, with the arrow positioned at |arrowLocation|.
31 inset:(NSSize)inset
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dkeyboard_ui.css12 box-shadow: inset 0 1px 2px rgba(0,0,0,0.3),
19 box-shadow: inset 0 0 0 1px #fff,
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.cc37 int inset = -(kShadowRadius + 2); local
38 layer_bounds.Inset(inset, inset, inset, inset);
H A Daccessibility_focus_ring_layer.cc99 int inset = kGradientWidth; local
100 bounds.Inset(-inset, -inset, -inset, -inset);
/external/chromium_org/ui/file_manager/file_manager/audio_player/css/
H A Daudio_player.css53 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),
54 inset 0 -1px 0 rgba(0, 0, 0, 0.07);
60 box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
65 box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
77 box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.10);
82 box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
83 inset -1px -1px 0 rgba(0, 0, 0, 0.07);
/external/chromium_org/third_party/skia/include/effects/
H A DSkMagnifierImageFilter.h17 static SkImageFilter* Create(const SkRect& src, SkScalar inset, SkImageFilter* input = NULL);
22 SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset, SkImageFilter* input);
/external/doclava/res/assets/templates/
H A Dtodo.cs17 border-style: inset inset inset inset;
24 border-style: inset inset inset inset;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dgaia.css19 box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
48 -webkit-box-shadow: inset 0 0 0 1px #fff;
52 -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1);
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DpickerButton.css33 inset 0 1px 2px rgba(255, 255, 255, 0.75);
47 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.95);
60 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
H A DcolorSuggestionPicker.css36 box-shadow: inset 2px 2px 2px white,
37 inset -2px -2px 1px rgba(0,0,0,0.1);
/external/chromium_org/third_party/skia/gm/
H A Dpathinterior.cpp15 static SkRect inset(const SkRect& r) { function
17 rect.inset(r.width() / 8, r.height() / 8);
78 SkRect r = insetFirst ? inset(rect) : rect;
84 r = insetFirst ? rect : inset(rect);
H A Dlerpmode.cpp25 r.inset(20, 0);
30 r.inset(0, 20);
/external/skia/gm/
H A Dpathinterior.cpp15 static SkRect inset(const SkRect& r) { function
17 rect.inset(r.width() / 8, r.height() / 8);
82 SkRect r = insetFirst ? inset(rect) : rect;
88 r = insetFirst ? rect : inset(rect);
H A Dlerpmode.cpp25 r.inset(20, 0);
30 r.inset(0, 20);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.cpp507 SkScalar inset = SkMinScalar(devRect.width(), SK_Scalar1); local
508 inset = SK_ScalarHalf * SkMinScalar(inset, devRect.height());
520 set_inset_fan(fan1Pos, vstride, devRect, inset, inset);
538 // Now create the inset points and then outset the original
571 if (inset < SK_ScalarHalf) {
572 scale = SkScalarFloorToInt(512.0f * inset / (inset + SK_ScalarHalf));
805 devInside.inset(r
864 SkScalar inset = SkMinScalar(SK_Scalar1, devOutside.fRight - devInside.fRight); local
874 SkScalar inset = SK_ScalarHalf; local
[all...]
/external/skia/src/gpu/
H A DGrAARectRenderer.cpp482 SkScalar inset = SkMinScalar(devRect.width(), SK_Scalar1); local
483 inset = SK_ScalarHalf * SkMinScalar(inset, devRect.height());
495 set_inset_fan(fan1Pos, vsize, devRect, inset, inset);
513 // Now create the inset points and then outset the original
540 if (inset < SK_ScalarHalf) {
541 scale = SkScalarFloorToInt(512.0f * inset / (inset + SK_ScalarHalf));
777 devInside.inset(r
834 SkScalar inset = SkMinScalar(SK_Scalar1, devOutside.fRight - devInside.fRight); local
844 SkScalar inset = SK_ScalarHalf; local
[all...]
/external/chromium_org/third_party/polymer/components/core-icon-button/
H A Dcore-icon-button.css40 box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.12);
45 box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.12);
60 box-shadow: inset 0 1px 0 0 rgba(200, 200, 200, 0.05), 0 0 0 1px rgba(200, 200, 200, 0.12);
65 box-shadow: inset 0 1px 0 0 rgba(200, 200, 200, 0.1), 0 0 0 1px rgba(200, 200, 200, 0.12);
/external/chromium_org/third_party/polymer/components/core-splitter/
H A Dcore-splitter.css14 box-shadow: inset 0 0 2px 1px #ccc;
/external/chromium_org/third_party/polymer/components-chromium/core-icon-button/
H A Dcore-icon-button.css40 box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.12);
45 box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.12);
60 box-shadow: inset 0 1px 0 0 rgba(200, 200, 200, 0.05), 0 0 0 1px rgba(200, 200, 200, 0.12);
65 box-shadow: inset 0 1px 0 0 rgba(200, 200, 200, 0.1), 0 0 0 1px rgba(200, 200, 200, 0.12);
/external/chromium_org/third_party/polymer/components-chromium/core-splitter/
H A Dcore-splitter.css14 box-shadow: inset 0 0 2px 1px #ccc;
/external/chromium_org/ui/views/window/
H A Dframe_background.h47 // Vertical inset for theme image when drawing maximized.
48 void set_maximized_top_inset(int inset) { maximized_top_inset_ = inset; } argument
94 // Vertical inset for theme image when drawing maximized.
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h217 * Call inset on the bounds, and adjust the radii to reflect what happens
219 * otherwise we grow/shrink the radii by the amount of the inset. If a
224 void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
226 void inset(SkScalar dx, SkScalar dy) { function in class:SkRRect
227 this->inset(dx, dy, this);
233 * otherwise we grow/shrink the radii by the amount of the inset. If a
239 this->inset(-dx, -dy, dst);
242 this->inset(-dx, -dy, this);

Completed in 550 milliseconds

123456789