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

1234567

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyText.cpp78 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local
80 inset = min<float>(2 * style()->fontSize(), inset);
82 logicalLeft += inset / 2;
83 logicalWidth -= inset;
H A DRenderRubyBase.cpp153 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local
155 logicalLeft += inset / 2;
156 logicalWidth -= inset;
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_bubble_controller.h17 NSSize inset_; // Amount the label is inset from the window.
27 // text content by |inset|.
30 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/doclava/res/assets/templates/
H A Dtodo.cs17 border-style: inset inset inset inset;
24 border-style: inset inset inset inset;
/external/chromium/chrome/browser/ui/gtk/
H A Dtheme_install_bubble_view_gtk.cc167 int inset = kBubbleCornerRadius; local
168 inner_rect.Inset(inset, inset);
171 cairo_arc(cr, inner_rect.x(), inner_rect.y(), inset,
173 cairo_arc(cr, inner_rect.right(), inner_rect.y(), inset,
175 cairo_arc(cr, inner_rect.right(), inner_rect.bottom(), inset,
177 cairo_arc(cr, inner_rect.x(), inner_rect.bottom(), inset,
/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/include/effects/
H A DSkMagnifierImageFilter.h17 SkMagnifierImageFilter(SkRect srcRect, SkScalar inset);
/external/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/include/effects/
H A DSkMagnifierImageFilter.h17 SkMagnifierImageFilter(SkRect srcRect, SkScalar inset);
/external/chromium_org/third_party/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/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/chrome/browser/resources/local_ntp/
H A Dmost_visited_thumbnail.css34 box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dflakiness_dashboard.css62 border: 2px inset;
/external/chromium_org/cc/output/
H A Dfilter_operation.h125 static FilterOperation CreateZoomFilter(float amount, int inset) { argument
126 return FilterOperation(ZOOM, amount, inset);
178 void set_zoom_inset(int inset) { argument
180 zoom_inset_ = inset;
205 FilterOperation(FilterType type, float amount, int inset);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.cc59 int inset = -(kShadowRadius + 2); local
60 layer_bounds.Inset(inset, inset, inset, inset);
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h203 * Call inset on the bounds, and adjust the radii to reflect what happens
205 * otherwise we grow/shrink the radii by the amount of the inset. If a
210 void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
212 void inset(SkScalar dx, SkScalar dy) { function in class:SkRRect
213 this->inset(dx, dy, this);
219 * otherwise we grow/shrink the radii by the amount of the inset. If a
225 this->inset(-dx, -dy, dst);
228 this->inset(-dx, -dy, this);
/external/skia/include/core/
H A DSkRRect.h203 * Call inset on the bounds, and adjust the radii to reflect what happens
205 * otherwise we grow/shrink the radii by the amount of the inset. If a
210 void inset(SkScalar dx, SkScalar dy, SkRRect* dst) const;
212 void inset(SkScalar dx, SkScalar dy) { function in class:SkRRect
213 this->inset(dx, dy, this);
219 * otherwise we grow/shrink the radii by the amount of the inset. If a
225 this->inset(-dx, -dy, dst);
228 this->inset(-dx, -dy, this);
/external/chromium_org/ash/wm/caption_buttons/
H A Dmaximize_bubble_controller_bubble.cc177 gfx::Insets inset = GetInsets(); local
181 int left = inset.left() - kLineWidth;
182 int right = inset.left() + content_view_->width() + kLineWidth;
183 int top = inset.top() - kLineWidth;
184 int bottom = inset.top() + content_view_->height() + kLineWidth;
212 gfx::Insets inset = GetInsets(); local
215 int y = inset.top();
217 canvas->FillRect(gfx::Rect(inset.left(),
223 canvas->FillRect(gfx::Rect(inset.left(),
229 canvas->FillRect(gfx::Rect(inset
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFilterOperations.h52 virtual void appendZoomFilter(float amount, int inset) = 0;
/external/chromium_org/ui/webui/resources/css/apps/
H A Dtopbutton_bar.css29 0 1px 0 0 #c2c2c2 inset,
30 0 0 0 1px #dedede inset;
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_filter_operations_impl.h35 virtual void appendZoomFilter(float amount, int inset);
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.cc248 const int inset = GetBorderThickness();
250 return gfx::Insets(inset, inset, inset, inset);
252 int first_inset = inset;
253 int second_inset = std::max(inset, images_->arrow_thickness);
258 gfx::Insets(first_inset, inset, second_inset, inset) :
259 gfx::Insets(inset, first_inse
[all...]

Completed in 2874 milliseconds

1234567