Searched refs:Make (Results 226 - 250 of 2046) sorted by relevance

1234567891011>>

/external/skia/gm/
H A Dmorphology.cpp44 return SkISize::Make(WIDTH, HEIGHT);
74 paint.setImageFilter(SkErodeImageFilter::Make(samples[i].fRadiusX,
79 paint.setImageFilter(SkDilateImageFilter::Make(samples[i].fRadiusX,
H A Dstringart.cpp35 return SkISize::Make(kWidth, kHeight);
41 SkPoint center = SkPoint::Make(SkScalarHalf(kWidth), SkScalarHalf(kHeight));
49 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
67 // Make the animation ping-pong back and forth but start in the fully drawn state
/external/skia/src/core/
H A DSkLocalMatrixImageFilter.cpp15 sk_sp<SkImageFilter> SkLocalMatrixImageFilter::Make(const SkMatrix& localM, function in class:SkLocalMatrixImageFilter
39 return SkLocalMatrixImageFilter::Make(lm, common.getInput(0));
66 return SkLocalMatrixImageFilter::Make(fLocalM, std::move(input));
/external/skia/src/effects/
H A DSkToSRGBColorFilter.cpp52 sk_sp<SkColorFilter> SkToSRGBColorFilter::Make(sk_sp<SkColorSpace> srcColorSpace) { function in class:SkToSRGBColorFilter
68 return Make(SkColorSpace::Deserialize(data->data(), data->size()));
87 return GrNonlinearColorSpaceXformEffect::Make(fSrcColorSpace.get(),
/external/skia/src/gpu/
H A DGrColorSpaceXform.h24 static sk_sp<GrColorSpaceXform> Make(const SkColorSpace* src,
29 auto result = Make(src, kUnknown_GrPixelConfig, dst);
80 static std::unique_ptr<GrFragmentProcessor> Make(std::unique_ptr<GrFragmentProcessor> child,
/external/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.h21 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, function in class:GrSimpleTextureEffect
30 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, function in class:GrSimpleTextureEffect
38 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, function in class:GrSimpleTextureEffect
/external/skia/tests/
H A DAsADashTest.cpp17 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0));
27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
56 // Make sure nothing else has changed on us
/external/skqp/bench/
H A DBlurRoundRectBench.cpp37 return SkIPoint::Make(SkScalarCeilToInt(fRRect.rect().width()),
48 info.fOffset = SkPoint::Make(SkIntToScalar(-1), SkIntToScalar(0));
51 paint->setMaskFilter(SkBlurMaskFilter::Make(kNormal_SkBlurStyle,
H A DHardStopGradientBench_ScaleNumHardStops.cpp34 return SkIPoint::Make(kSize, kSize);
40 SkPoint::Make(0, kSize/2),
41 SkPoint::Make(kSize-1, kSize/2),
/external/skqp/gm/
H A Demboss.cpp37 return SkISize::Make(600, 120);
46 paint.setMaskFilter(SkEmbossMaskFilter::Make( function
61 paint.setMaskFilter(SkEmbossMaskFilter::Make( function
H A Dimagefiltersbase.cpp31 static sk_sp<SkImageFilter> Make() { function in class:FailImageFilter
57 return FailImageFilter::Make();
77 static sk_sp<SkImageFilter> Make(sk_sp<SkImageFilter> input) { function in class:IdentityImageFilter
104 return IdentityImageFilter::Make(common.getInput(0));
189 SkISize onISize() override { return SkISize::Make(700, 500); }
208 IdentityImageFilter::Make(nullptr),
209 FailImageFilter::Make(),
210 SkColorFilterImageFilter::Make(std::move(cf), nullptr),
214 SkBlurImageFilter::Make(12.0f, 0.29f, nullptr),
215 SkDropShadowImageFilter::Make(
[all...]
H A Dmorphology.cpp44 return SkISize::Make(WIDTH, HEIGHT);
74 paint.setImageFilter(SkErodeImageFilter::Make(samples[i].fRadiusX,
79 paint.setImageFilter(SkDilateImageFilter::Make(samples[i].fRadiusX,
H A Dstringart.cpp35 return SkISize::Make(kWidth, kHeight);
41 SkPoint center = SkPoint::Make(SkScalarHalf(kWidth), SkScalarHalf(kHeight));
49 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
67 // Make the animation ping-pong back and forth but start in the fully drawn state
/external/skqp/src/core/
H A DSkLocalMatrixImageFilter.cpp15 sk_sp<SkImageFilter> SkLocalMatrixImageFilter::Make(const SkMatrix& localM, function in class:SkLocalMatrixImageFilter
39 return SkLocalMatrixImageFilter::Make(lm, common.getInput(0));
66 return SkLocalMatrixImageFilter::Make(fLocalM, std::move(input));
/external/skqp/src/effects/
H A DSkToSRGBColorFilter.cpp52 sk_sp<SkColorFilter> SkToSRGBColorFilter::Make(sk_sp<SkColorSpace> srcColorSpace) { function in class:SkToSRGBColorFilter
68 return Make(SkColorSpace::Deserialize(data->data(), data->size()));
87 return GrNonlinearColorSpaceXformEffect::Make(fSrcColorSpace.get(),
/external/skqp/src/gpu/
H A DGrColorSpaceXform.h24 static sk_sp<GrColorSpaceXform> Make(const SkColorSpace* src,
29 auto result = Make(src, kUnknown_GrPixelConfig, dst);
80 static std::unique_ptr<GrFragmentProcessor> Make(std::unique_ptr<GrFragmentProcessor> child,
/external/skqp/src/gpu/effects/
H A DGrSimpleTextureEffect.h21 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, function in class:GrSimpleTextureEffect
30 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, function in class:GrSimpleTextureEffect
38 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, function in class:GrSimpleTextureEffect
/external/skqp/tests/
H A DAsADashTest.cpp15 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0));
25 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
36 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
54 // Make sure nothing else has changed on us
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_map_field.h44 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,
/external/skia/bench/
H A DImageFilterCollapse.cpp33 fImageFilter = SkColorFilterImageFilter::Make(colorFilters[i], fImageFilter);
88 SkTableColorFilter::Make(table1),
89 SkTableColorFilter::Make(table2),
90 SkTableColorFilter::Make(table3),
/external/skia/experimental/sksg/
H A DSkSGGroup.h22 static sk_sp<Group> Make() { function in class:sksg::Group
/external/skia/experimental/sksg/effects/
H A DSkSGMaskEffect.h21 static sk_sp<MaskEffect> Make(sk_sp<RenderNode> child, sk_sp<RenderNode> mask) { function in class:sksg::final
H A DSkSGOpacityEffect.h21 static sk_sp<OpacityEffect> Make(sk_sp<RenderNode> child, float opacity = 1) { function in class:sksg::final
/external/skia/experimental/sksg/geometry/
H A DSkSGPlane.h23 static sk_sp<Plane> Make() { return sk_sp<Plane>(new Plane()); } function in class:sksg::final
/external/skia/experimental/svg/model/
H A DSkSVGPath.h17 static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); } function in class:final

Completed in 452 milliseconds

1234567891011>>