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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBorderImage.cpp 26 PassRefPtr<CSSValue> outset, PassRefPtr<CSSValue> repeat)
32 if (borderSlice || outset) {
40 if (outset)
41 listSlash->append(outset);
CSSBorderImage.h 30 PassRefPtr<CSSValue> outset, PassRefPtr<CSSValue> repeat);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.cpp 42 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, LengthBox borderSlices, LengthBox outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
48 m_data.access()->outset = outset;
61 , outset(0)
73 , outset(other.outset)
83 && outset == other.outset
NinePieceImage.h 52 LengthBox outset; member in class:WebCore::NinePieceImageData
62 NinePieceImage(PassRefPtr<StyleImage>, LengthBox imageSlices, bool fill, LengthBox borderSlices, LengthBox outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule);
80 const LengthBox& outset() const { return m_data->outset; } function in class:WebCore::NinePieceImage
81 void setOutset(const LengthBox& outset) { m_data.access()->outset = outset; }
102 m_data.access()->outset = other.m_data->outset;
RenderStyle.cpp     [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 66 border: 1px outset gray;
71 border: 1px outset #A5C639;
92 border-style: outset;
100 border-style: outset;
139 border-style: outset;
149 border-style: outset;
160 border-style: outset;
171 border-style: outset;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperations.cpp 41 IntSize outset; local
43 outset.setWidth(3 * kernelSizeX * 0.5f);
44 outset.setHeight(3 * kernelSizeY * 0.5f);
46 return outset;
  /external/skia/gm/
colorfilterimagefilter.cpp 62 void drawClippedRect(SkCanvas* canvas, const SkRect& r, const SkPaint& paint, float outset = 0.0f) {
65 clip.outset(SkFloatToScalar(outset), SkFloatToScalar(outset));
techtalk1.cpp 166 r.outset(rad, rad);
220 r.outset(rad, rad);
229 r.outset(rad, rad);
240 r.outset(rad, rad);
245 r.outset(rad, rad);
blurrect.cpp 27 rect.outset(STROKE_WIDTH/2, STROKE_WIDTH/2);
43 rect.outset(STROKE_WIDTH/2, STROKE_WIDTH/2);
  /external/skia/tests/
BlurTest.cpp 18 static const int outset = 100; variable
119 iref.inset(-outset, -outset);
StrokeTest.cpp 31 outer.outset(width/2, width/2);
  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 240 * Call outset on the bounds, and adjust the radii to reflect what happens
247 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { function in class:SkRRect
250 void outset(SkScalar dx, SkScalar dy) { function in class:SkRRect
  /external/skia/include/core/
SkRRect.h 241 * Call outset on the bounds, and adjust the radii to reflect what happens
248 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { function in class:SkRRect
251 void outset(SkScalar dx, SkScalar dy) { function in class:SkRRect
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 119 bounds.outset(bloat, bloat);
GrAAHairLinePathRenderer.cpp 343 bounds.outset(SK_Scalar1, SK_Scalar1);
370 bounds.outset(SK_Scalar1, SK_Scalar1);
390 bounds.outset(SK_Scalar1, SK_Scalar1);
419 bounds.outset(SK_Scalar1, SK_Scalar1);
447 bounds.outset(SK_Scalar1, SK_Scalar1);
    [all...]
GrOvalRenderer.cpp 383 // The radii are outset for two reasons. First, it allows the shader to simply perform
385 // verts of the bounding box that is rendered and the outset ensures the box will cover all
689 bounds.outset(halfWidth, halfWidth);
696 // The radii are outset for two reasons. First, it allows the shader to simply perform
698 // verts of the bounding box that is rendered and the outset ensures the box will cover all
704 bounds.outset(SK_ScalarHalf, SK_ScalarHalf);
784 bounds.outset(scaledStroke.fX, scaledStroke.fY);
811 bounds.outset(SK_ScalarHalf, SK_ScalarHalf);
  /external/skia/bench/
RectoriBench.cpp 40 // outer is always outset either 2x or 4x the blur radius (we go with 2x)
41 outer.outset(2*blurRad, 2*blurRad);
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 119 bounds.outset(bloat, bloat);
GrAAHairLinePathRenderer.cpp 343 bounds.outset(SK_Scalar1, SK_Scalar1);
370 bounds.outset(SK_Scalar1, SK_Scalar1);
390 bounds.outset(SK_Scalar1, SK_Scalar1);
419 bounds.outset(SK_Scalar1, SK_Scalar1);
447 bounds.outset(SK_Scalar1, SK_Scalar1);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.cpp 18 // to cancel-out the outset applied by getClipDeviceBounds.
40 dilatedBounds.outset(fInfo.fMargin.width(), fInfo.fMargin.height());
67 // The inset is to counteract the outset that was applied in 'insert'
68 // The outset/inset is to optimize for lookups of size
  /external/skia/src/core/
SkTileGrid.cpp 18 // to cancel-out the outset applied by getClipDeviceBounds.
40 dilatedBounds.outset(fInfo.fMargin.width(), fInfo.fMargin.height());
67 // The inset is to counteract the outset that was applied in 'insert'
68 // The outset/inset is to optimize for lookups of size
  /frameworks/base/libs/hwui/
PathTessellator.cpp 63 float outset = paint->getStrokeWidth() * 0.5f; local
64 if (outset == 0) outset = 0.5f; // account for hairline
65 bounds.outset(outset, outset);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 407 // Outset srcRect and clipRect by 3 * sigma, to compute affected blur area.
408 srcRect.outset(SkFloatToScalar(sigma3), SkFloatToScalar(sigma3));
409 clipRect.outset(SkFloatToScalar(sigma3), SkFloatToScalar(sigma3));
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 180 reflection->setMask(NinePieceImage(loadedImage.release(), maskImage.imageSlices(), maskImage.fill(), maskImage.borderSlices(), maskImage.outset(), maskImage.horizontalRule(), maskImage.verticalRule()));

Completed in 2075 milliseconds

1 2 3