Home
last modified time | relevance | path

Searched defs:Make (Results 101 – 125 of 3495) sorted by relevance

12345678910>>...140

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/sksg/src/
H A DSkSGRenderEffect.cpp17 sk_sp<MaskShaderEffect> MaskShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkShader> sh) { in Make() function in sksg::MaskShaderEffect
34 sk_sp<ShaderEffect> ShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<Shader> shader) { in Make() function in sksg::ShaderEffect
90 sk_sp<RenderNode> ImageFilterEffect::Make(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) { in Make() function in sksg::ImageFilterEffect
167 sk_sp<DropShadowImageFilter> DropShadowImageFilter::Make(sk_sp<ImageFilter> input) { in Make() function in sksg::DropShadowImageFilter
186 sk_sp<BlurImageFilter> BlurImageFilter::Make(sk_sp<ImageFilter> input) { in Make() function in sksg::BlurImageFilter
199 sk_sp<BlendModeEffect> BlendModeEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() function in sksg::BlendModeEffect
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string msg_type, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string msg_type, Args&&... args) const in Make() function
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string msg_type, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string msg_type, Args&&... args) const in Make() function
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string sCommand, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string sCommand, Args&&... args) const in Make() function
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string sCommand, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string sCommand, Args&&... args) const in Make() function
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string msg_type, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string msg_type, Args&&... args) const in Make() function
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string msg_type, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string msg_type, Args&&... args) const in Make() function
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string sCommand, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string sCommand, Args&&... args) const in Make() function
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string msg_type, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string msg_type, Args&&... args) const in Make() function
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dnetmessagemaker.h18 CSerializedNetMsg Make(int nFlags, std::string sCommand, Args&&... args) const in Make() function
27 CSerializedNetMsg Make(std::string sCommand, Args&&... args) const in Make() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/effects/
H A DGrBicubicEffect.h56 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
67 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
79 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
H A DGrSimpleTextureEffect.h23 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
32 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
40 static sk_sp<GrFragmentProcessor> Make(GrTexture* tex, in Make() function
/dports/www/py-pelican/pelican-4.7.1/docs/
H A Dpublish.rst158 Make subsection
210 .. _Invoke: https://www.pyinvoke.org/
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Make/
H A DMonad.hs52 newtype Make a = Make type
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/sksg/include/
H A DSkSGPath.h25 static sk_sp<Path> Make() { return sk_sp<Path>(new Path(SkPath())); } in Make() function
26 static sk_sp<Path> Make(const SkPath& r) { return sk_sp<Path>(new Path(r)); } in Make() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/sksg/include/
H A DSkSGPath.h25 static sk_sp<Path> Make() { return sk_sp<Path>(new Path(SkPath())); } in Make() function
26 static sk_sp<Path> Make(const SkPath& r) { return sk_sp<Path>(new Path(r)); } in Make() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrColorSpaceXform.cpp15 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
144 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make(SkColorSpace* src, in Make() function in GrColorSpaceXformEffect
158 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
175 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrColorSpaceXform.cpp15 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
144 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make(SkColorSpace* src, in Make() function in GrColorSpaceXformEffect
158 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
175 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrColorSpaceXform.cpp15 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
144 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make(SkColorSpace* src, in Make() function in GrColorSpaceXformEffect
158 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
175 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrColorSpaceXform.cpp15 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
144 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make(SkColorSpace* src, in Make() function in GrColorSpaceXformEffect
158 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
175 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/effects/
H A DSk2DPathEffect.h55 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() function
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/effects/
H A DSk2DPathEffect.h55 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() function
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/effects/
H A DSk2DPathEffect.h55 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() function
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/effects/
H A DSk2DPathEffect.h55 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() function
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/effects/
H A DSk2DPathEffect.h55 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() function
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make() function

12345678910>>...140