Home
last modified time | relevance | path

Searched defs:outset (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/samplecode/
H A DSampleDegenerateQuads.cpp42 make_aa_line(const SkPoint& p0, const SkPoint& p1, bool aaOn, bool outset, SkPoint line[2]) make_aa_line() argument
[all...]
/third_party/skia/gm/
H A Dtessellation.cpp358 SkPath outset; in build_outset_triangle() local
H A Dgpu_blur_utils.cpp77 SkIPoint outset = {SkGpuBlurUtils::SigmaRadius(sigmaX), SkGpuBlurUtils::SigmaRadius(sigmaY)}; in slow_blur() local
/third_party/skia/src/gpu/tessellate/
H A DStrokeIterator.h226 SkPoint outset; in finishOpenContour() local
H A DStrokeHardwareTessellator.cpp271 SkVector outset; in writeCaps() local
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h136 AI Rect& outset(float outset) { return *this = this->makeOutset(outset); } in outset() argument
137 AI Rect& outset(float2 outset) { return *this = this->makeOutset(outset); } in outset() argument
[all...]
/third_party/skia/include/core/
H A DSkRect.h430 void outset(int32_t dx, int32_t dy) { this->inset(-dx, -dy); } in outset() function
H A DSkRRect.h356 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset() function in SkRRect
374 void outset(SkScalar dx, SkScalar dy) { in outset() function in SkRRect
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp756 SkVector outset; in simplifyStroke() local
[all...]
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp835 float outset = 1 - inset; in generateAAStrokeRectGeometry() local
[all...]
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp220 inline void clamped_outset_with_offset(SkIRect* iRect, int outset, SkPoint* offset, in clamped_outset_with_offset() argument
621 int outset = sampling.useCubic ? GrBicubicEffect::kFilterTexelPad : 1; draw_tiled_bitmap() local
[all...]
/third_party/skia/src/core/
H A DSkImageFilterTypes.h368 void outset(const LayerSpace<SkISize>& delta) { fData.outset(delta.width(), delta.height()); } in outset() function in skif::LayerSpace
410 void outset(const LayerSpace<SkSize>& delta) { fData.outset(delta.width(), delta.height()); } in outset() function in skif::LayerSpace
/third_party/skia/tests/
H A DBlurTest.cpp54 static const int outset = 100; variable
/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp246 bool SkBaseShadowTessellator::computeConvexShadow(SkScalar inset, SkScalar outset, bool doClip) { in computeConvexShadow() argument
553 bool SkBaseShadowTessellator::computeConcaveShadow(SkScalar inset, SkScalar outset) { in computeConcaveShadow() argument
911 auto outset in SkAmbientShadowTessellator() local
1008 SkScalar outset; SkSpotShadowTessellator() local
[all...]

Completed in 20 milliseconds