HomeSort by relevance Sort by last modified time
    Searched refs:inset (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyText.cpp 74 // Inset the ruby text by half the inter-ideograph expansion amount, but no more than a full-width
76 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local
78 inset = std::min<float>(2 * style()->fontSize(), inset);
80 logicalLeft += inset / 2;
81 logicalWidth -= inset;
RenderRubyBase.cpp 142 // Inset the ruby base by half the inter-ideograph expansion amount.
143 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local
145 logicalLeft += inset / 2;
146 logicalWidth -= inset;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_bubble_controller.h 18 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/third_party/skia/include/effects/
SkMagnifierImageFilter.h 17 static SkImageFilter* Create(const SkRect& src, SkScalar inset, SkImageFilter* input = NULL);
22 SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset, SkImageFilter* input);
  /external/chromium_org/chrome/browser/resources/gaia_auth/
keyboard_ui.css 12 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/
focus_ring_layer.cc 37 int inset = -(kShadowRadius + 2); local
38 layer_bounds.Inset(inset, inset, inset, inset);
74 outsetRect.Inset(-i, -i, -i, -i);
accessibility_focus_ring_layer.cc 99 int inset = kGradientWidth; local
100 bounds.Inset(-inset, -inset, -inset, -inset);
  /external/chromium_org/ui/file_manager/file_manager/audio_player/css/
audio_player.css 53 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/WebKit/public/platform/
WebFilterOperations.h 52 virtual void appendZoomFilter(float amount, int inset) = 0;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 85 float inset = p.getStrokeWidth() * 0.5f; local
86 if (inset == 0) { // catch hairlines
87 inset = 0.5f;
89 c.drawRect(r.left + inset, r.top + inset,
90 r.right - inset, r.bottom - inset, p);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
gaia.css 19 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/
pickerButton.css 33 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);
colorSuggestionPicker.css 36 box-shadow: inset 2px 2px 2px white,
37 inset -2px -2px 1px rgba(0,0,0,0.1);
  /external/chromium_org/cc/blink/
web_filter_operations_impl.h 35 virtual void appendZoomFilter(float amount, int inset);
  /external/chromium_org/third_party/skia/gm/
pathinterior.cpp 15 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);
lerpmode.cpp 25 r.inset(20, 0);
30 r.inset(0, 20);
  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 507 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(rx, ry)
864 SkScalar inset = SkMinScalar(SK_Scalar1, devOutside.fRight - devInside.fRight); local
874 SkScalar inset = SK_ScalarHalf; local
    [all...]
  /external/chromium_org/third_party/polymer/components/core-icon-button/
core-icon-button.css 40 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/
core-splitter.css 14 box-shadow: inset 0 0 2px 1px #ccc;
  /external/chromium_org/third_party/polymer/components-chromium/core-icon-button/
core-icon-button.css 40 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/
core-splitter.css 14 box-shadow: inset 0 0 2px 1px #ccc;
  /external/chromium_org/ui/views/window/
frame_background.h 47 // Vertical inset for theme image when drawing maximized.
48 void set_maximized_top_inset(int inset) { maximized_top_inset_ = inset; }
94 // Vertical inset for theme image when drawing maximized.
  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 217 * 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);
  /external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp 108 const BasicShapeInset* inset = toBasicShapeInset(basicShape); local
111 insetValue->setTop(pool.createValue(inset->top(), style));
112 insetValue->setRight(pool.createValue(inset->right(), style));
113 insetValue->setBottom(pool.createValue(inset->bottom(), style));
114 insetValue->setLeft(pool.createValue(inset->left(), style));
116 insetValue->setTopLeftRadius(CSSPrimitiveValue::create(inset->topLeftRadius(), style));
117 insetValue->setTopRightRadius(CSSPrimitiveValue::create(inset->topRightRadius(), style));
118 insetValue->setBottomRightRadius(CSSPrimitiveValue::create(inset->bottomRightRadius(), style));
119 insetValue->setBottomLeftRadius(CSSPrimitiveValue::create(inset->bottomLeftRadius(), style));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 147 const BasicShapeInset& inset = *toBasicShapeInset(basicShape); local
148 float left = floatValueForLength(inset.left(), boxWidth);
149 float top = floatValueForLength(inset.top(), boxHeight);
150 float right = floatValueForLength(inset.right(), boxWidth);
151 float bottom = floatValueForLength(inset.bottom(), boxHeight);
156 FloatSize topLeftRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.topLeftRadius(), boxSize), writingMode);
157 FloatSize topRightRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.topRightRadius(), boxSize), writingMode);
158 FloatSize bottomLeftRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.bottomLeftRadius(), boxSize), writingMode);
159 FloatSize bottomRightRadius = physicalSizeToLogical(floatSizeForLengthSize(inset.bottomRightRadius(), boxSize), writingMode);

Completed in 1174 milliseconds

1 2 3 4 5 6 7