Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/skia/third_party/externals/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
/third_party/skia/modules/svg/include/
DSkSVGText.h66 static sk_sp<SkSVGText> Make() { return sk_sp<SkSVGText>(new SkSVGText()); } in Make() function
81 static sk_sp<SkSVGTSpan> Make() { return sk_sp<SkSVGTSpan>(new SkSVGTSpan()); } in Make() function
91 static sk_sp<SkSVGTextLiteral> Make() { in Make() function
109 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
DSkSVGRadialGradient.h16 static sk_sp<SkSVGRadialGradient> Make() { in Make() function
DSkSVGPath.h16 static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); } in Make() function
/third_party/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
/third_party/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
/third_party/skia/src/gpu/
DGrColorSpaceXform.cpp16 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
23 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(const GrColorInfo& srcInfo, in Make() function in GrColorSpaceXform
141 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
148 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
155 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/third_party/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
/third_party/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
/third_party/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.h65 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
79 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
151 static GrGeometryProcessor* Make(SkArenaAlloc* arena, const GrShaderCaps& caps, in Make() function
215 static DistanceAdjust Make(SkScalar r, SkScalar g, SkScalar b) { in Make() function
228 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
/third_party/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
/third_party/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
/third_party/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
/third_party/astc-encoder/Docs/
DBuilding.md64 ### Configuring the build
105 ### Building
/third_party/typescript/tests/cases/compiler/
DinferenceFromParameterlessLambda.ts2 interface Make<T> { interface

12345678910>>...14