Searched refs:Make (Results 251 - 275 of 2046) sorted by relevance

<<11121314151617181920>>

/external/skia/experimental/svg/model/
H A DSkSVGSVG.cpp18 auto viewPort = SkSize::Make(viewPortRect.width(), viewPortRect.height());
29 viewPort = SkSize::Make(viewBox.width(), viewBox.height());
104 return SkSize::Make(0, 0);
107 return SkSize::Make(lctx.resolve(fWidth, SkSVGLengthContext::LengthType::kHorizontal),
H A DSkSVGStop.h19 static sk_sp<SkSVGStop> Make() { function in class:SkSVGStop
H A DSkSVGUse.h22 static sk_sp<SkSVGUse> Make() { return sk_sp<SkSVGUse>(new SkSVGUse()); } function in class:final
/external/skia/fuzz/oss_fuzz/
H A DFuzzAnimatedImage.cpp20 auto aImg = SkAnimatedImage::Make(std::move(codec));
/external/skia/gm/
H A Dbigtileimagefilter.cpp43 return SkISize::Make(kWidth, kHeight);
58 sk_sp<SkImageFilter> imageSource(SkImageSource::Make(fRedImage));
60 sk_sp<SkImageFilter> tif(SkTileImageFilter::Make(
76 sk_sp<SkImageFilter> tif(SkTileImageFilter::Make(
H A Dimageblurclampmode.cpp57 return SkISize::Make(850, 920);
71 SkBlurImageFilter::Make(sigma, 0.0f, nullptr, nullptr,
76 filter = SkBlurImageFilter::Make(0.0f, sigma, nullptr, nullptr,
81 filter = SkBlurImageFilter::Make(sigma, sigma, nullptr, nullptr,
H A Dimagefiltersstroked.cpp33 return SkISize::Make(860, 500);
60 SkBlurImageFilter::Make(5, 5, nullptr),
61 SkDropShadowImageFilter::Make(10, 10, 3, 3, SK_ColorGREEN,
64 SkOffsetImageFilter::Make(-16, 32, nullptr),
/external/skia/include/atlastext/
H A DSkAtlasTextContext.h24 static sk_sp<SkAtlasTextContext> Make(sk_sp<SkAtlasTextRenderer>);
H A DSkAtlasTextFont.h17 static sk_sp<SkAtlasTextFont> Make(sk_sp<SkTypeface> typeface, SkScalar size) { function in class:SkAtlasTextFont
/external/skia/include/effects/
H A DSkCornerPathEffect.h23 static sk_sp<SkPathEffect> Make(SkScalar radius) { function in class:SkCornerPathEffect
H A DSkDiscretePathEffect.h32 static sk_sp<SkPathEffect> Make(SkScalar segLength, SkScalar dev, uint32_t seedAssist = 0);
H A DSkHighContrastFilter.h71 * Calling SkHighContrastFilter::Make will return nullptr if the config is
78 static sk_sp<SkColorFilter> Make(const SkHighContrastConfig& config);
H A DSkPaintImageFilter.h25 static sk_sp<SkImageFilter> Make(const SkPaint& paint, const CropRect* cropRect = nullptr);
H A DSkToSRGBColorFilter.h22 static sk_sp<SkColorFilter> Make(sk_sp<SkColorSpace> srcColorSpace);
/external/skia/samplecode/
H A DSampleBigBlur.cpp32 paint.setMaskFilter(SkBlurMaskFilter::Make(
/external/skia/src/core/
H A DSkLocalMatrixImageFilter.h19 static sk_sp<SkImageFilter> Make(const SkMatrix& localM, sk_sp<SkImageFilter> input);
/external/skia/src/effects/
H A DSkEmbossMaskFilter.h26 static sk_sp<SkMaskFilter> Make(SkScalar blurSigma, const Light& light);
/external/skia/src/gpu/effects/
H A DGrPremulInputFragmentProcessor.h22 static std::unique_ptr<GrFragmentProcessor> Make() { function in class:GrPremulInputFragmentProcessor
H A DGrShadowGeoProc.h22 static sk_sp<GrGeometryProcessor> Make() { function in class:GrRRectShadowGeoProc
H A DGrUnpremulInputFragmentProcessor.h22 static std::unique_ptr<GrFragmentProcessor> Make() { function in class:GrUnpremulInputFragmentProcessor
/external/skia/src/lazy/
H A DSkDiscardableMemoryPool.h54 static sk_sp<SkDiscardableMemoryPool> Make(size_t size);
/external/skia/tests/
H A DCodecRecommendedTypeTest.cpp24 bm.allocPixels(SkImageInfo::Make(10, 10, kRGBA_F16_SkColorType,
H A DImageGeneratorTest.cpp50 sizeInfo.fSizes[SkYUVSizeInfo::kY] = SkISize::Make(200, 200);
51 sizeInfo.fSizes[SkYUVSizeInfo::kU] = SkISize::Make(100, 100);
52 sizeInfo.fSizes[SkYUVSizeInfo::kV] = SkISize::Make( 50, 50);
110 SkImageInfo info = SkImageInfo::Make(100, 100, rec.fColorType, rec.fAlphaType, colorspace);
H A Dskbug5221.cpp30 SkImageInfo::Make(256, 256, kRGBA_8888_SkColorType, kPremul_SkAlphaType)));
/external/skia/tools/viewer/
H A DImageSlide.cpp19 return fImage ? fImage->dimensions() : SkISize::Make(0, 0);

Completed in 300 milliseconds

<<11121314151617181920>>