Home
last modified time | relevance | path

Searched refs:sk_sp (Results 1176 - 1200 of 2102) sorted by relevance

1...<<41424344454647484950>>...85

/third_party/skia/src/core/
H A DSkBlendModeBlender.cpp17 sk_sp<SkBlender> SkBlender::Mode(SkBlendMode mode) { in Mode()
62 sk_sp<SkFlattenable> SkBlendModeBlender::CreateProc(SkReadBuffer& buffer) { in CreateProc()
/third_party/skia/samplecode/
H A DSamplePathEffects.cpp28 static sk_sp<SkPathEffect> make_pe(int flags, SkScalar phase) { in make_pe()
50 static sk_sp<SkPathEffect> make_warp_pe(SkScalar phase) { in make_warp_pe()
/third_party/skia/src/gpu/ops/
H A DDrawAtlasPathOp.h85 sk_sp<const GrBuffer> fInstanceBuffer;
89 sk_sp<const GrGpuBuffer> fVertexBufferIfNoIDSupport;
H A DGrMeshDrawOp.h56 sk_sp<const GrBuffer> indexBuffer, int verticesPerRepetition,
70 sk_sp<const GrBuffer> indexBuffer, int verticesPerRepetition,
/third_party/skia/src/gpu/
H A DGrManagedResource.h224 void setRelease(sk_sp<GrRefCntedCallback> releaseHelper) { in setRelease()
229 mutable sk_sp<GrRefCntedCallback> fReleaseHelper;
H A DGrPipeline.cpp17 sk_sp<const GrXferProcessor> xferProcessor, in GrPipeline()
65 sk_sp<const GrXferProcessor> xp, in GrPipeline()
H A DGrTextureResolveRenderTask.cpp18 sk_sp<GrSurfaceProxy> proxyRef, in addProxy()
58 for (const sk_sp<GrSurfaceProxy>& target : fTargets) { in gatherProxyIntervals()
H A DGrDDLTask.cpp15 sk_sp<GrRenderTargetProxy> ddlTarget, in GrDDLTask()
16 sk_sp<const SkDeferredDisplayList> ddl, in GrDDLTask()
H A DGrTextureProxy.h149 GrTextureProxy(sk_sp<GrSurface>, UseAllocator, GrDDLProvider creatingProvider);
153 sk_sp<GrSurface> createSurface(GrResourceProvider*) const override;
/third_party/skia/src/gpu/d3d/
H A DGrD3DRootSignature.cpp13 sk_sp<GrD3DRootSignature> GrD3DRootSignature::Make(GrD3DGpu* gpu, int numTextureSamplers, in Make()
114 return sk_sp<GrD3DRootSignature>(new GrD3DRootSignature(std::move(rootSig), in Make()
/third_party/skia/src/images/
H A DSkWebpEncoder.cpp90 sk_sp<SkData> icc = icc_from_color_space(pixmap.info()); in Encode()
127 sk_sp<SkData> encodedData = tmp.detachAsData(); in Encode()
H A DSkImageEncoder.cpp105 sk_sp<SkData> SkEncodePixmap(const SkPixmap& src, SkEncodedImageFormat format, int quality) { in SkEncodePixmap()
110 sk_sp<SkData> SkEncodeBitmap(const SkBitmap& src, SkEncodedImageFormat format, int quality) { in SkEncodeBitmap()
/third_party/skia/src/codec/
H A DSkPngCodec.h78 sk_sp<SkPngChunkReader> fPngChunkReader;
83 sk_sp<SkColorTable> fColorTable; // May be unpremul.
/third_party/skia/src/gpu/tessellate/
H A DPathTessellator.h158 sk_sp<const GrGpuBuffer> fFixedVertexBuffer;
159 sk_sp<const GrGpuBuffer> fFixedIndexBuffer;
/third_party/skia/tests/
H A DShaderImageFilterTest.cpp36 sk_sp<SkShader> gradient = SkGradientShader::MakeRadial( in test_unscaled()
84 sk_sp<SkShader> gradient = SkGradientShader::MakeRadial( in test_scaled()
H A DVkYcbcrSamplerTest.cpp47 sk_sp<SkImage> srcImage = SkImage::MakeFromTexture(testHelper.directContext(), in DEF_GPUTEST()
58 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget( in DEF_GPUTEST()
H A DPDFTaggedPruningTest.cpp60 sk_sp<SkDocument> document = SkPDF::MakeDocument( in DEF_TEST()
125 sk_sp<SkDocument> document = SkPDF::MakeDocument( in DEF_TEST()
H A DPictureBBHTest.cpp49 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture()); in run()
103 sk_sp<SkBBoxHierarchy> bbh = factory(); in DEF_TEST()
H A DRuntimeBlendTest.cpp79 sk_sp<SkSurface> surface(SkSurface::MakeRaster(info)); in DEF_TEST()
86 sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(ctxInfo.directContext(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DSkbug6653.cpp16 static SkBitmap read_pixels(sk_sp<SkSurface> surface, SkColor initColor) { in read_pixels()
26 static sk_sp<SkSurface> make_surface(GrRecordingContext* rContext) { in make_surface()
H A DFontHostStreamTest.cpp89 sk_sp<SkTypeface> typeface = font.refTypefaceOrDefault(); in DEF_TEST()
98 sk_sp<SkTypeface> streamTypeface(SkTypeface::MakeFromStream(std::move(fontData))); in DEF_TEST()
H A DFontMgrFontConfigTest.cpp44 sk_sp<SkFontMgr> fontMgr(SkFontMgr_New_FontConfig(config)); in DEF_TEST()
45 sk_sp<SkTypeface> typeface(fontMgr->legacyMakeTypeface("Distortable", SkFontStyle())); in DEF_TEST()
H A DGrTextureMipMapInvalidationTest.cpp26 sk_sp<SkImage> image = surf->makeImageSnapshot(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
35 sk_sp<SkImage> image = surf->makeImageSnapshot(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DHighContrastFilterTest.cpp51 sk_sp<SkColorFilter> filter = SkHighContrastFilter::Make(config); in DEF_TEST()
70 sk_sp<SkColorFilter> filter = SkHighContrastFilter::Make(config); in DEF_TEST()
/third_party/skia/src/shaders/gradients/
H A DSkGradientShaderPriv.h35 sk_sp<SkColorSpace> fColorSpace;
128 sk_sp<SkColorSpace> fColorSpace; // color space of gradient stops

Completed in 9 milliseconds

1...<<41424344454647484950>>...85