/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 42 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 D | tessellation.cpp | 358 SkPath outset; in build_outset_triangle() local
|
H A D | gpu_blur_utils.cpp | 77 SkIPoint outset = {SkGpuBlurUtils::SigmaRadius(sigmaX), SkGpuBlurUtils::SigmaRadius(sigmaY)}; in slow_blur() local
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeIterator.h | 226 SkPoint outset; in finishOpenContour() local
|
H A D | StrokeHardwareTessellator.cpp | 271 SkVector outset; in writeCaps() local
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Rect.h | 136 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 D | SkRect.h | 430 void outset(int32_t dx, int32_t dy) { this->inset(-dx, -dy); } in outset() function
|
H A D | SkRRect.h | 356 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 D | GrStyledShape.cpp | 756 SkVector outset; in simplifyStroke() local [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 835 float outset = 1 - inset; in generateAAStrokeRectGeometry() local [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | Device_drawTexture.cpp | 220 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 D | SkImageFilterTypes.h | 368 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 D | BlurTest.cpp | 54 static const int outset = 100; variable
|
/third_party/skia/src/utils/ |
H A D | SkShadowTessellator.cpp | 246 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...] |