HomeSort by relevance Sort by last modified time
    Searched refs:outset (Results 1 - 25 of 62) 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, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
48 m_data.access()->outset = outset;
61 , outset(Length(0, Fixed), Length(0, Fixed), Length(0, Fixed), Length(0, Fixed))
73 , outset(other.outset)
83 && outset == other.outset
NinePieceImage.h 53 BorderImageLengthBox outset; member in class:WebCore::NinePieceImageData
64 const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule);
82 const BorderImageLengthBox& outset() const { return m_data->outset; } function in class:WebCore::NinePieceImage
83 void setOutset(const BorderImageLengthBox& outset) { m_data.access()->outset = outset; }
104 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/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(outset, 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/
StrokeTest.cpp 32 outer.outset(width/2, width/2);
BlurTest.cpp 25 static const int outset = 100; variable
126 iref.inset(-outset, -outset);
  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 217 * Call outset on the bounds, and adjust the radii to reflect what happens
224 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { function in class:SkRRect
227 void outset(SkScalar dx, SkScalar dy) { function in class:SkRRect
  /external/skia/include/core/
SkRRect.h 217 * Call outset on the bounds, and adjust the radii to reflect what happens
224 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { function in class:SkRRect
227 void outset(SkScalar dx, SkScalar dy) { function in class:SkRRect
  /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*blurSigma, 2*blurSigma);
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 359 bounds.outset(SK_Scalar1, SK_Scalar1);
386 bounds.outset(SK_Scalar1, SK_Scalar1);
406 bounds.outset(SK_Scalar1, SK_Scalar1);
435 bounds.outset(SK_Scalar1, SK_Scalar1);
463 bounds.outset(SK_Scalar1, SK_Scalar1);
768 devBounds->outset(kOutset, kOutset);
866 tolDevBounds.outset(SK_Scalar1 / 1000, SK_Scalar1 / 1000);
    [all...]
SkGpuDevice.cpp 1302 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; local
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 359 bounds.outset(SK_Scalar1, SK_Scalar1);
386 bounds.outset(SK_Scalar1, SK_Scalar1);
406 bounds.outset(SK_Scalar1, SK_Scalar1);
435 bounds.outset(SK_Scalar1, SK_Scalar1);
463 bounds.outset(SK_Scalar1, SK_Scalar1);
768 devBounds->outset(kOutset, kOutset);
866 tolDevBounds.outset(SK_Scalar1 / 1000, SK_Scalar1 / 1000);
    [all...]
SkGpuDevice.cpp 1302 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; local
    [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/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp 131 fBounds.outset(SkScalarToFloat(stroke.getWidth()), SkScalarToFloat(stroke.getWidth()));
  /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
  /external/skia/src/gpu/gl/
GrGLPath.cpp 131 fBounds.outset(SkScalarToFloat(stroke.getWidth()), SkScalarToFloat(stroke.getWidth()));
  /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/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 181 reflection->setMask(NinePieceImage(loadedImage.release(), maskImage.imageSlices(), maskImage.fill(), maskImage.borderSlices(), maskImage.outset(), maskImage.horizontalRule(), maskImage.verticalRule()));

Completed in 299 milliseconds

1 2 3