| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
| D | OpDescriptor.h | 56 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/ |
| D | SkSVGText.h | 66 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
|
| D | SkSVGFeLightSource.h | 30 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
|
| D | SkSVGFeLighting.h | 64 static sk_sp<SkSVGFeSpecularLighting> Make() { in Make() function 94 static sk_sp<SkSVGFeDiffuseLighting> Make() { in Make() function
|
| D | SkSVGRadialGradient.h | 16 static sk_sp<SkSVGRadialGradient> Make() { in Make() function
|
| D | SkSVGLine.h | 18 static sk_sp<SkSVGLine> Make() { return sk_sp<SkSVGLine>(new SkSVGLine()); } in Make() function
|
| D | SkSVGUse.h | 20 static sk_sp<SkSVGUse> Make() { return sk_sp<SkSVGUse>(new SkSVGUse()); } in Make() function
|
| /third_party/skia/modules/sksg/include/ |
| D | SkSGGeometryEffect.h | 49 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
|
| D | SkSGRect.h | 27 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
|
| D | SkSGTransform.h | 60 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
|
| D | SkSGGroup.h | 22 static sk_sp<Group> Make() { in Make() function 26 static sk_sp<Group> Make(std::vector<sk_sp<RenderNode>> children) { in Make() function
|
| D | SkSGPath.h | 25 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
|
| D | SkSGGradient.h | 57 static sk_sp<LinearGradient> Make() { in Make() function 79 static sk_sp<RadialGradient> Make() { in Make() function
|
| /third_party/skia/modules/sksg/src/ |
| D | SkSGRenderEffect.cpp | 17 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
|
| D | SkSGColorFilter.cpp | 41 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
|
| D | SkSGPaint.cpp | 39 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/ |
| D | GrColorSpaceXform.cpp | 16 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/ |
| D | SkEncodedInfo.cpp | 10 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/ |
| D | StreamReader.cpp | 22 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/ |
| D | GrDistanceFieldGeoProc.h | 65 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/ |
| D | SkSize.h | 17 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/ |
| D | SkOpPathEffect.cpp | 15 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/ |
| D | SkAudioPlayer_mac.mm | 70 std::unique_ptr<SkAudioPlayer> SkAudioPlayer::Make(sk_sp<SkData> src) { function
|
| D | SkAudioPlayer_none.cpp | 11 std::unique_ptr<SkAudioPlayer> SkAudioPlayer::Make(sk_sp<SkData> src) { in Make() function in SkAudioPlayer
|
| /third_party/astc-encoder/Docs/ |
| D | Building.md | 64 ### Configuring the build 105 ### Building
|