Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
H A DPixmap_addr.cpp13 SkPixmap inset; in REG_FIDDLE() local
H A DPixmap_extractSubset.cpp12 SkPixmap inset; in REG_FIDDLE() local
H A DImageInfo_makeWH.cpp13 SkBitmap inset; in REG_FIDDLE() local
H A DPixmap_info.cpp12 SkPixmap inset; in REG_FIDDLE() local
/third_party/skia/fuzz/
H A DFuzzPolyUtils.cpp29 SkScalar inset; in DEF_FUZZ() local
H A DFuzzCanvas.cpp650 SkScalar inset; in make_fuzz_imageFilter() local
/third_party/skia/gm/
H A Dpathinterior.cpp19 static SkRect inset(const SkRect& r) { in inset() function
H A Dsimple_magnification.cpp97 void draw(SkCanvas* canvas, sk_sp<SkImage> image, const SkIPoint& offset, int inset) { in draw() argument
H A Daddarc.cpp44 const SkScalar inset = paint.getStrokeWidth() + 4; variable
H A Dstrokes.cpp339 static SkRect inset(const SkRect& r) { in inset() function
/third_party/skia/tests/
H A DPaintTest.cpp73 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST() local
H A DDefaultPathRendererTest.cpp55 static SkPath make_path(const SkRect& outer, int inset, SkPathFillType fill) { in make_path() argument
/third_party/skia/src/effects/imagefilters/
H A DSkMagnifierImageFilter.cpp30 SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input, in SkMagnifierImageFilter() argument
55 Magnifier( const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input, const CropRect& cropRect) Magnifier() argument
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h134 AI Rect& inset(float inset) { return *this = this->makeInset(inset); } in inset() argument
135 AI Rect& inset(float2 inset) { retur in inset() argument
[all...]
/third_party/skia/include/core/
H A DSkRect.h413 void inset(int32_t dx, int32_t dy) { in inset() function
H A DSkRRect.h337 void inset(SkScalar dx, SkScalar dy) { in inset() function in SkRRect
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.cpp221 MakeCustomLinearFilterInset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, Wrap wx, Wrap wy, const SkRect& subset, const SkRect* domain, SkVector inset, const GrCaps& caps, const float border[4]) MakeCustomLinearFilterInset() argument
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp826 float inset = std::min(0.5f, std::min(devHalfStrokeSize.fX, devHalfStrokeSize.fY)); in generateAAStrokeRectGeometry() local
[all...]
H A DShadowRRectOp.cpp493 SkScalar inset = umbraInset + args.fInnerRadius; in fillInRRectVerts() local
[all...]
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp99 SkPoint inset = {dstPadding, dstPadding}; in fill_transformed_vertices_2D() local
123 SkPoint inset = {dstPadding, dstPadding}; in fill_transformed_vertices_3D() local
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp320 SkInsetConvexPolygon(const SkPoint* inputPolygonVerts, int inputPolygonSize, SkScalar inset, SkTDArray<SkPoint>* insetPolygon) SkInsetConvexPolygon() argument
[all...]
H A DSkShadowTessellator.cpp246 bool SkBaseShadowTessellator::computeConvexShadow(SkScalar inset, SkScalar outset, bool doClip) { in computeConvexShadow() argument
553 computeConcaveShadow(SkScalar inset, SkScalar outset) computeConcaveShadow() argument
912 auto inset = outset * SkDrawShadowMetrics::AmbientRecipAlpha(baseZ) - outset; SkAmbientShadowTessellator() local
1014 SkScalar inset = outset; SkSpotShadowTessellator() local
[all...]

Completed in 22 milliseconds