/external/chromium_org/ui/webui/resources/css/apps/ |
topbutton_bar.css | 29 0 1px 0 0 #c2c2c2 inset, 30 0 0 0 1px #dedede inset;
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_filter_operations_impl.cc | 73 void WebFilterOperationsImpl::appendZoomFilter(float amount, int inset) { 75 cc::FilterOperation::CreateZoomFilter(amount, inset));
|
web_filter_operations_impl.h | 35 virtual void appendZoomFilter(float amount, int inset);
|
/external/skia/include/core/ |
SkRRect.h | 203 * 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);
|
/packages/apps/Email/res/values-sw600dp/ |
dimensions.xml | 20 <!-- inset distance for setup/settings buttons --> 41 <!-- In setup screens, the inset for all items below the headline+hairline -->
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
chevron_menu_button_cell.mm | 12 // Vertical inset from edge of cell to divider start.
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_button_cell.mm | 14 // Inset the rect to match the appearance of the layout of interface builder.
|
/external/chromium/chrome/browser/ui/views/ |
theme_helpers.h | 27 // Gets the color used to draw dark (inset beveled) lines.
|
/external/chromium/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/ |
sample.css | 23 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth.css | 117 inset 0 1px 1px 1px #fff, 118 inset 0 -1px 1px 1px #ddd; 155 inset 0 1px 1px 1px #fff, 156 inset 0 -1px 1px 1px #eee;
|
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_button_cell.mm | 15 // Inset the rect to match the appearance of the layout of interface builder.
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
back_button.cc | 22 rect.Inset(margin_leading_, 0, 0, 0);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/ |
sample.css | 23 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
popup.css | 31 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderRubyBase.cpp | 152 // Inset the ruby base by half the inter-ideograph expansion amount. 153 float inset = (logicalWidth - maxPreferredLogicalWidth) / (expansionOpportunityCount + 1); local 155 logicalLeft += inset / 2; 156 logicalWidth -= inset;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
ShadowList.cpp | 45 if (shadow.style() == Inset) 91 DEFINE_STATIC_LOCAL(ShadowData, defaultInsetShadowData, (IntPoint(), 0, 0, Inset, Color::transparent)); 98 fromShadow = toShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData; 100 toShadow = fromShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData;
|
/external/chromium_org/third_party/skia/src/core/ |
SkRasterizer.cpp | 31 storage.inset(-margin.fX, -margin.fY);
|
SkTileGrid.cpp | 67 // The inset is to counteract the outset that was applied in 'insert' 68 // The outset/inset is to optimize for lookups of size 70 adjustedQuery.inset(fInfo.fMargin.width(), fInfo.fMargin.height()); 72 adjustedQuery.sort(); // in case the inset inverted the rectangle
|
/external/chromium_org/ui/gfx/ |
rect_base.h | 61 void Inset(Type horizontal, Type vertical) { 62 Inset(horizontal, vertical, horizontal, vertical); 66 void Inset(const InsetsClass& insets); 69 void Inset(Type left, Type top, Type right, Type bottom);
|
/external/chromium_org/ui/views/layout/ |
fill_layout.cc | 28 rect.Inset(-host->GetInsets());
|
/external/chromium_org/ui/views/ |
round_rect_painter.cc | 32 rect.Inset(0, 0, 1, 1);
|
/external/llvm/lib/MC/ |
MCExpr.cpp | 451 // FIXME: The use if InSet = Addrs is a hack. Setting InSet causes us 455 EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs, /*InSet*/ Addrs); 467 bool InSet, 480 if (!Asm->getWriter().IsSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) 547 bool InSet, 575 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, LHS_B, 577 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, LHS_A, RHS_B, 579 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_A, LHS_B, 581 AttemptToFoldSymbolOffsetDifference(Asm, Layout, Addrs, InSet, RHS_A, RHS_B [all...] |
/external/skia/gm/ |
rrect.cpp | 18 r.inset(dx, dy); 38 r.inset(dx, dy); 54 r.inset(dx, dy); 82 r.inset(dx, dy);
|
/external/skia/src/core/ |
SkRasterizer.cpp | 31 storage.inset(-margin.fX, -margin.fY);
|
SkTileGrid.cpp | 67 // The inset is to counteract the outset that was applied in 'insert' 68 // The outset/inset is to optimize for lookups of size 70 adjustedQuery.inset(fInfo.fMargin.width(), fInfo.fMargin.height()); 72 adjustedQuery.sort(); // in case the inset inverted the rectangle
|