HomeSort by relevance Sort by last modified time
    Searched full:sk_sp (Results 476 - 500 of 2633) sorted by null

<<11121314151617181920>>

  /external/skqp/src/image/
SkSurface_Gpu.cpp 27 SkSurface_Gpu::SkSurface_Gpu(sk_sp<SkGpuDevice> device)
82 sk_sp<SkSurface> SkSurface_Gpu::onNewSurface(const SkImageInfo& info) {
91 sk_sp<SkImage> SkSurface_Gpu::onNewImageSnapshot() {
105 sk_sp<GrTextureProxy> srcProxy = rtc->asTextureProxyRef();
116 sk_sp<SkImage> image;
136 sk_sp<SkImage> image(this->refCachedImage());
249 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext* ctx, SkBudgeted budgeted,
266 sk_sp<SkGpuDevice> device(SkGpuDevice::Make(
275 sk_sp<SkSurface> SkSurface_Gpu::MakeWrappedRenderTarget(GrContext* context,
276 sk_sp<GrRenderTargetContext> rtc)
    [all...]
  /external/skia/bench/
ColorCanvasDrawBitmapBench.cpp 16 ColorCanvasDrawBitmap(sk_sp<SkColorSpace> src, sk_sp<SkColorSpace> dst, const char* name)
46 sk_sp<SkColorSpace> fDst;
RecordingBench.h 25 sk_sp<const SkPicture> fSrc;
58 DeserializePictureBench(const char* name, sk_sp<SkData> encodedPicture);
68 sk_sp<SkData> fEncodedPicture;
  /external/skia/experimental/sksg/
SkSGScene.h 64 static std::unique_ptr<Scene> Make(sk_sp<RenderNode> root, AnimatorList&& animators);
73 Scene(sk_sp<RenderNode> root, AnimatorList&& animators);
75 const sk_sp<RenderNode> fRoot;
  /external/skia/experimental/sksg/effects/
SkSGTransform.cpp 14 Matrix::Matrix(const SkMatrix& m, sk_sp<Matrix> parent)
40 Transform::Transform(sk_sp<RenderNode> child, sk_sp<Matrix> matrix)
  /external/skia/experimental/svg/model/
SkSVGLinearGradient.h 17 static sk_sp<SkSVGLinearGradient> Make() {
18 return sk_sp<SkSVGLinearGradient>(new SkSVGLinearGradient());
29 sk_sp<SkShader> onMakeShader(const SkSVGRenderContext&,
SkSVGRadialGradient.h 17 static sk_sp<SkSVGRadialGradient> Make() {
18 return sk_sp<SkSVGRadialGradient>(new SkSVGRadialGradient());
30 sk_sp<SkShader> onMakeShader(const SkSVGRenderContext&,
  /external/skia/include/core/
SkDeferredDisplayListRecorder.h 56 sk_sp<GrContext> fContext;
58 sk_sp<SkDeferredDisplayList::LazyProxyData> fLazyProxyData;
60 sk_sp<SkSurface> fSurface;
  /external/skia/include/effects/
SkOverdrawColorFilter.h 26 static sk_sp<SkOverdrawColorFilter> Make(const SkPMColor colors[kNumColors]) {
27 return sk_sp<SkOverdrawColorFilter>(new SkOverdrawColorFilter(colors));
37 static sk_sp<SkFlattenable> CreateProc(SkReadBuffer& buffer);
SkPaintImageFilter.h 25 static sk_sp<SkImageFilter> Make(const SkPaint& paint, const CropRect* cropRect = nullptr);
34 sk_sp<SkSpecialImage> onFilterImage(SkSpecialImage* source, const Context&,
36 sk_sp<SkImageFilter> onMakeColorSpace(SkColorSpaceXformer* xformer) const override;
  /external/skia/include/gpu/gl/
GrGLAssembleInterface.h 16 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get);
22 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get);
29 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get);
  /external/skia/samplecode/
DecodeFile.h 19 sk_sp<SkData> data(SkData::MakeFromFileName(filename));
37 static inline sk_sp<SkImage> decode_file(const char filename[]) {
38 sk_sp<SkData> data(SkData::MakeFromFileName(filename));
  /external/skia/src/core/
SkGpuBlurUtils.h 38 sk_sp<GrRenderTargetContext> GaussianBlur(
40 sk_sp<GrTextureProxy> src,
41 sk_sp<SkColorSpace> colorSpace,
SkSpecialImage.h 65 sk_sp<SkSpecialImage> makeTextureImage(GrContext*);
72 static sk_sp<SkSpecialImage> MakeFromImage(const SkIRect& subset,
73 sk_sp<SkImage>,
76 static sk_sp<SkSpecialImage> MakeFromRaster(const SkIRect& subset,
80 static sk_sp<SkSpecialImage> MakeDeferredFromGpu(GrContext*,
83 sk_sp<GrTextureProxy>,
84 sk_sp<SkColorSpace>,
92 sk_sp<SkSpecialSurface> makeSurface(const SkImageFilter::OutputProperties& outProps,
100 sk_sp<SkSurface> makeTightSurface(const SkImageFilter::OutputProperties& outProps,
108 sk_sp<SkSpecialImage> makeSubset(const SkIRect& subset) const
    [all...]
  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.h 30 sk_sp<SkColorSpace>);
40 sk_sp<GrTextureProxy> onGenerateTexture(GrContext*, const SkImageInfo&, const SkIPoint&,
47 sk_sp<GrTextureProxy> makeProxy(GrContext* context);
GrTextureContext.cpp 22 sk_sp<GrTextureProxy> textureProxy,
23 sk_sp<SkColorSpace> colorSpace,
54 sk_sp<GrRenderTargetProxy> GrTextureContext::asRenderTargetProxyRef() {
  /external/skia/src/gpu/ccpr/
GrCCAtlas.h 43 sk_sp<GrRenderTargetContext> SK_WARN_UNUSED_RESULT finalize(GrOnFlushResourceProvider*,
44 sk_sp<const GrCCPathParser>);
61 sk_sp<GrTextureProxy> fTextureProxy;
  /external/skia/src/gpu/vk/
GrVkTexture.h 20 static sk_sp<GrVkTexture> CreateNewTexture(GrVkGpu*,
26 static sk_sp<GrVkTexture> MakeWrappedTexture(GrVkGpu*, const GrSurfaceDesc&,
42 void setRelease(sk_sp<GrReleaseProcHelper> releaseHelper) override {
  /external/skia/src/pdf/
SkKeyedImage.cpp 23 SkKeyedImage::SkKeyedImage(sk_sp<SkImage> i) : fImage(std::move(i)) {
44 sk_sp<SkImage> SkKeyedImage::release() {
45 sk_sp<SkImage> image = std::move(fImage);
  /external/skia/tests/
TableColorFilterTest.cpp 22 sk_sp<SkColorFilter> to_srgb = SkToSRGBColorFilter::Make(rec2020);
29 sk_sp<SkColorFilter> table = SkTableColorFilter::Make(identity);
33 sk_sp<SkColorFilter> composed = table->makeComposed(to_srgb);
  /external/skia/tools/fiddle/
draw.cpp 33 sk_sp<SkImage> tmp = SkImage::MakeFromTexture(context,
41 sk_sp<SkSurface> tmp2 = SkSurface::MakeFromBackendTexture(context,
48 sk_sp<SkSurface> tmp3 = SkSurface::MakeFromBackendRenderTarget(context,
  /external/skia/tools/lua/
lua_app.cpp 22 static sk_sp<SkData> read_into_data(const char file[]) {
23 sk_sp<SkData> data(SkData::MakeFromFileName(file));
35 sk_sp<SkData> data;
  /external/skia/tools/viewer/
SlideDir.h 26 SlideDir(const SkString& name, SkTArray<sk_sp<Slide>, true>&&,
49 const SkTArray<sk_sp<Slide>, true> fSlides;
55 sk_sp<sksg::Group> fRoot;
  /external/skqp/bench/
ColorCanvasDrawBitmapBench.cpp 16 ColorCanvasDrawBitmap(sk_sp<SkColorSpace> src, sk_sp<SkColorSpace> dst, const char* name)
46 sk_sp<SkColorSpace> fDst;
RecordingBench.h 25 sk_sp<const SkPicture> fSrc;
58 DeserializePictureBench(const char* name, sk_sp<SkData> encodedPicture);
68 sk_sp<SkData> fEncodedPicture;

Completed in 1001 milliseconds

<<11121314151617181920>>