Searched defs:inset (Results 1 - 25 of 44) sorted by relevance

12

/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/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/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 Dstrokes.cpp148 static SkRect inset(const SkRect& r) { function
150 rr.inset(r.width()/10, r.height()/10);
157 path->addRect(inset(bounds), SkPath::kCW_Direction);
163 path->addRect(inset(bounds), SkPath::kCCW_Direction);
169 path->addOval(inset(bounds), SkPath::kCW_Direction);
175 path->addOval(inset(bounds), SkPath::kCCW_Direction);
182 r.inset(bounds.width() / 10, -bounds.height() / 10);
190 r.inset(bounds.width() / 10, -bounds.height() / 10);
/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 Dstrokes.cpp148 static SkRect inset(const SkRect& r) { function
150 rr.inset(r.width()/10, r.height()/10);
157 path->addRect(inset(bounds), SkPath::kCW_Direction);
163 path->addRect(inset(bounds), SkPath::kCCW_Direction);
169 path->addOval(inset(bounds), SkPath::kCW_Direction);
175 path->addOval(inset(bounds), SkPath::kCCW_Direction);
182 r.inset(bounds.width() / 10, -bounds.height() / 10);
190 r.inset(bounds.width() / 10, -bounds.height() / 10);
/external/chromium_org/cc/blink/
H A Dweb_filter_operations_impl.cc75 void WebFilterOperationsImpl::appendZoomFilter(float amount, int inset) { argument
77 cc::FilterOperation::CreateZoomFilter(amount, inset));
/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/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/cc/output/
H A Dfilter_operation.cc73 FilterOperation::FilterOperation(FilterType type, float amount, int inset) argument
79 zoom_inset_(inset) {
289 value->SetDouble("inset", zoom_inset_);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DBasicShapeFunctions.cpp108 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/skia/tools/lua/
H A Dskia.lua82 function Sk.Rect:inset(dx, dy)
/external/skia/tools/lua/
H A Dskia.lua82 function Sk.Rect:inset(dx, dy)
/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);
H A DSkRect.h168 * Return a new IRect, built as an inset of this rect.
202 void inset(int32_t dx, int32_t dy) { function in struct:SkIRect
214 void outset(int32_t dx, int32_t dy) { this->inset(-dx, -dy); }
600 * Return a new Rect, built as an inset of this rect.
635 void inset(SkScalar dx, SkScalar dy) {
647 void outset(SkScalar dx, SkScalar dy) { this->inset(-dx, -dy); }
/external/chromium_org/third_party/skia/samplecode/
H A DSampleHairline.cpp213 const SkIRect& inset) {
212 show_bitmaps(SkCanvas* canvas, const SkBitmap& b0, const SkBitmap& b1, const SkIRect& inset) argument
/external/chromium_org/third_party/skia/tests/
H A DPaintTest.cpp223 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? local
226 maxR.inset(-inset, -inset);
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view_unittest.cc215 base::string16 inset; local
217 inset.append(base::UTF8ToUTF16(" "));
219 DVLOG(0) << inset << bounds.width() << " x " << bounds.height()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusLineCaps.h107 CustomLineCap::SetBaseInset(IN REAL inset) argument
109 return SetStatus(DllExports::GdipSetCustomLineCapBaseInset(nativeCap, inset));
115 REAL inset; local
116 SetStatus(DllExports::GdipGetCustomLineCapBaseInset(nativeCap, &inset));
118 return inset;
/external/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);
H A DSkRect.h168 * Return a new IRect, built as an inset of this rect.
202 void inset(int32_t dx, int32_t dy) { function in struct:SkIRect
214 void outset(int32_t dx, int32_t dy) { this->inset(-dx, -dy); }
602 * Return a new Rect, built as an inset of this rect.
637 void inset(SkScalar dx, SkScalar dy) {
649 void outset(SkScalar dx, SkScalar dy) { this->inset(-dx, -dy); }
/external/skia/samplecode/
H A DSampleHairline.cpp213 const SkIRect& inset) {
212 show_bitmaps(SkCanvas* canvas, const SkBitmap& b0, const SkBitmap& b1, const SkIRect& inset) argument
/external/skia/tests/
H A DPaintTest.cpp223 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? local
226 maxR.inset(-inset, -inset);

Completed in 1570 milliseconds

12