Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h56 MakeT Make; variable
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
109 auto Make = None; in anyType() local
117 auto Make = None; in anyIntType() local
125 auto Make = None; in anyFloatType() local
189 auto Make = None; in anyVectorType() local
/external/skia/modules/svg/include/
DSkSVGText.h65 static sk_sp<SkSVGText> Make() { return sk_sp<SkSVGText>(new SkSVGText()); } in Make() function
80 static sk_sp<SkSVGTSpan> Make() { return sk_sp<SkSVGTSpan>(new SkSVGTSpan()); } in Make() function
90 static sk_sp<SkSVGTextLiteral> Make() { in Make() function
108 static sk_sp<SkSVGTextPath> Make() { return sk_sp<SkSVGTextPath>(new SkSVGTextPath()); } in Make() function
DSkSVGFeLightSource.h30 static sk_sp<SkSVGFeDistantLight> Make() { in Make() function
49 static sk_sp<SkSVGFePointLight> Make() { in Make() function
67 static sk_sp<SkSVGFeSpotLight> Make() { in Make() function
DSkSVGFeLighting.h64 static sk_sp<SkSVGFeSpecularLighting> Make() { in Make() function
94 static sk_sp<SkSVGFeDiffuseLighting> Make() { in Make() function
/external/skia/modules/sksg/include/
DSkSGGeometryEffect.h49 static sk_sp<TrimEffect> Make(sk_sp<GeometryNode> child) { in Make() function
74 static sk_sp<GeometryTransform> Make(sk_sp<GeometryNode> child, sk_sp<Transform> transform) { in Make() function
104 static sk_sp<DashEffect> Make(sk_sp<GeometryNode> child) { in Make() function
127 static sk_sp<RoundEffect> Make(sk_sp<GeometryNode> child) { in Make() function
148 static sk_sp<OffsetEffect> Make(sk_sp<GeometryNode> child) { in Make() function
DSkSGRect.h27 static sk_sp<Rect> Make() { return sk_sp<Rect>(new Rect(SkRect::MakeEmpty())); } in Make() function
28 static sk_sp<Rect> Make(const SkRect& r) { return sk_sp<Rect>(new Rect(r)); } in Make() function
73 static sk_sp<RRect> Make() { return sk_sp<RRect>(new RRect(SkRRect())); } in Make() function
74 static sk_sp<RRect> Make(const SkRRect& rr) { return sk_sp<RRect>(new RRect(rr)); } in Make() function
DSkSGTransform.h60 static sk_sp<Matrix> Make(const T& m) { return sk_sp<Matrix>(new Matrix(m)); } in Make() function
87 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, sk_sp<Transform> transform) { in Make() function
93 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, const SkMatrix& m) { in Make() function
DSkSGGroup.h22 static sk_sp<Group> Make() { in Make() function
26 static sk_sp<Group> Make(std::vector<sk_sp<RenderNode>> children) { in Make() function
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
DSkSGGradient.h57 static sk_sp<LinearGradient> Make() { in Make() function
79 static sk_sp<RadialGradient> Make() { in Make() function
/external/skia/modules/sksg/src/
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
173 sk_sp<DropShadowImageFilter> DropShadowImageFilter::Make(sk_sp<ImageFilter> input) { in Make() function in sksg::DropShadowImageFilter
192 sk_sp<BlurImageFilter> BlurImageFilter::Make(sk_sp<ImageFilter> input) { in Make() function in sksg::BlurImageFilter
205 sk_sp<BlendModeEffect> BlendModeEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() function in sksg::BlendModeEffect
227 sk_sp<LayerEffect> LayerEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() function in sksg::LayerEffect
DSkSGColorFilter.cpp41 sk_sp<ExternalColorFilter> ExternalColorFilter::Make(sk_sp<RenderNode> child) { in Make() function in sksg::ExternalColorFilter
56 sk_sp<ModeColorFilter> ModeColorFilter::Make(sk_sp<RenderNode> child, sk_sp<Color> color, in Make() function in sksg::ModeColorFilter
79 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make() function in sksg::GradientColorFilter
84 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make() function in sksg::GradientColorFilter
DSkSGPaint.cpp39 sk_sp<Color> Color::Make(SkColor c) { in Make() function in sksg::Color
55 sk_sp<ShaderPaint> ShaderPaint::Make(sk_sp<Shader> sh) { in Make() function in sksg::ShaderPaint
DSkSGText.cpp18 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) { in Make() function in sksg::Text
89 sk_sp<TextBlob> TextBlob::Make(sk_sp<SkTextBlob> blob) { in Make() function in sksg::TextBlob
/external/skia/src/gpu/
DGrColorSpaceXform.cpp17 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
24 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(const GrColorInfo& srcInfo, in Make() function in GrColorSpaceXform
135 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
142 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
149 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/external/skia/src/codec/
DSkEncodedInfo.cpp10 std::unique_ptr<SkEncodedInfo::ICCProfile> SkEncodedInfo::ICCProfile::Make(sk_sp<SkData> data) { in Make() function in SkEncodedInfo::ICCProfile
20 std::unique_ptr<SkEncodedInfo::ICCProfile> SkEncodedInfo::ICCProfile::Make( in Make() function in SkEncodedInfo::ICCProfile
/external/skia/experimental/skrive/src/reader/
DStreamReader.cpp22 std::unique_ptr<StreamReader> StreamReader::Make(const sk_sp<SkData>& data) { in Make() function in skrive::internal::StreamReader
34 std::unique_ptr<StreamReader> StreamReader::Make(std::unique_ptr<SkStreamAsset> stream) { in Make() function in skrive::internal::StreamReader
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.h61 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
75 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
141 static GrGeometryProcessor* Make(SkArenaAlloc* arena, const GrShaderCaps& caps, in Make() function
199 static DistanceAdjust Make(SkScalar r, SkScalar g, SkScalar b) { in Make() function
212 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
/external/skia/include/core/
DSkSize.h17 static constexpr SkISize Make(int32_t w, int32_t h) { return {w, h}; } in Make() function
53 static SkSize Make(SkScalar w, SkScalar h) { return {w, h}; } in Make() function
55 static SkSize Make(const SkISize& src) { in Make() function
/external/skia/src/effects/
DSkOpPathEffect.cpp15 sk_sp<SkPathEffect> SkMergePathEffect::Make(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, in Make() function in SkMergePathEffect
103 sk_sp<SkPathEffect> SkMatrixPathEffect::Make(const SkMatrix& matrix) { in Make() function in SkMatrixPathEffect
132 sk_sp<SkPathEffect> SkStrokePathEffect::Make(SkScalar width, SkPaint::Join join, SkPaint::Cap cap, in Make() function in SkStrokePathEffect
181 sk_sp<SkPathEffect> SkStrokeAndFillPathEffect::Make() { in Make() function in SkStrokeAndFillPathEffect
/external/skia/modules/skresources/src/
DSkResources.cpp31 static sk_sp<VideoAsset> Make(sk_sp<SkData> data) { in Make() function in skresources::__anonf4815c650111::VideoAsset
105 sk_sp<MultiFrameImageAsset> MultiFrameImageAsset::Make(sk_sp<SkData> data, bool predecode) { in Make() function in skresources::MultiFrameImageAsset
176 sk_sp<FileResourceProvider> FileResourceProvider::Make(SkString base_dir, bool predecode) { in Make() function in skresources::FileResourceProvider
264 sk_sp<DataURIResourceProviderProxy> DataURIResourceProviderProxy::Make(sk_sp<ResourceProvider> rp, in Make() function in skresources::DataURIResourceProviderProxy
/external/skia/modules/audioplayer/
DSkAudioPlayer_mac.mm70 std::unique_ptr<SkAudioPlayer> SkAudioPlayer::Make(sk_sp<SkData> src) { function
DSkAudioPlayer_none.cpp11 std::unique_ptr<SkAudioPlayer> SkAudioPlayer::Make(sk_sp<SkData> src) { in Make() function in SkAudioPlayer
/external/skia/include/private/
DSkEncodedInfo.h98 static SkEncodedInfo Make(int width, int height, Color color, Alpha alpha, in Make() function
103 static SkEncodedInfo Make(int width, int height, Color color, in Make() function
109 static SkEncodedInfo Make(int width, int height, Color color, in Make() function
/external/skia/src/images/
DSkImageEncoder.cpp16 std::unique_ptr<SkEncoder> SkJpegEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { in Make() function in SkJpegEncoder
23 std::unique_ptr<SkEncoder> SkPngEncoder::Make(SkWStream*, const SkPixmap&, const Options&) { in Make() function in SkPngEncoder

12345678910>>...15