Home
last modified time | relevance | path

Searched refs:SkSurface_Base (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/image/
DSkSurface.cpp30 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base() function in SkSurface_Base
34 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base() function in SkSurface_Base
38 SkSurface_Base::~SkSurface_Base() { in ~SkSurface_Base()
50 GrRecordingContext* SkSurface_Base::onGetRecordingContext() { in onGetRecordingContext()
54 GrBackendTexture SkSurface_Base::onGetBackendTexture(BackendHandleAccess) { in onGetBackendTexture()
58 GrBackendRenderTarget SkSurface_Base::onGetBackendRenderTarget(BackendHandleAccess) { in onGetBackendRenderTarget()
62 bool SkSurface_Base::onReplaceBackendTexture(const GrBackendTexture&, in onReplaceBackendTexture()
69 void SkSurface_Base::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y, in onDraw()
77 void SkSurface_Base::onAsyncRescaleAndReadPixels(const SkImageInfo& info, in onAsyncRescaleAndReadPixels()
102 void SkSurface_Base::onAsyncRescaleAndReadPixelsYUV420( in onAsyncRescaleAndReadPixelsYUV420()
[all …]
DSkSurface_Base.h17 class SkSurface_Base : public SkSurface {
19 SkSurface_Base(int width, int height, const SkSurfaceProps*);
20 SkSurface_Base(const SkImageInfo&, const SkSurfaceProps*);
21 ~SkSurface_Base() override;
156 SkCanvas* SkSurface_Base::getCachedCanvas() { in getCachedCanvas()
166 sk_sp<SkImage> SkSurface_Base::refCachedImage() { in refCachedImage()
DSkSurface_Gpu.h19 class SkSurface_Gpu : public SkSurface_Base {
69 using INHERITED = SkSurface_Base;
DSkSurface_Raster.cpp15 class SkSurface_Raster : public SkSurface_Base {
34 using INHERITED = SkSurface_Base;
/external/skqp/src/image/
DSkSurface.cpp59 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base() function in SkSurface_Base
63 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base() function in SkSurface_Base
67 SkSurface_Base::~SkSurface_Base() { in ~SkSurface_Base()
74 GrBackendTexture SkSurface_Base::onGetBackendTexture(BackendHandleAccess) { in onGetBackendTexture()
78 GrBackendRenderTarget SkSurface_Base::onGetBackendRenderTarget(BackendHandleAccess) { in onGetBackendRenderTarget()
82 void SkSurface_Base::onDraw(SkCanvas* canvas, SkScalar x, SkScalar y, const SkPaint* paint) { in onDraw()
89 bool SkSurface_Base::outstandingImageSnapshot() const { in outstandingImageSnapshot()
93 void SkSurface_Base::aboutToDraw(ContentChangeMode mode) { in aboutToDraw()
122 uint32_t SkSurface_Base::newGenerationID() { in newGenerationID()
128 static SkSurface_Base* asSB(SkSurface* surface) { in asSB()
[all …]
DSkSurface_Base.h16 class SkSurface_Base : public SkSurface {
18 SkSurface_Base(int width, int height, const SkSurfaceProps*);
19 SkSurface_Base(const SkImageInfo&, const SkSurfaceProps*);
20 virtual ~SkSurface_Base();
124 SkCanvas* SkSurface_Base::getCachedCanvas() { in getCachedCanvas()
134 sk_sp<SkImage> SkSurface_Base::refCachedImage() { in refCachedImage()
DSkSurface_Gpu.h18 class SkSurface_Gpu : public SkSurface_Base {
50 typedef SkSurface_Base INHERITED;
DSkSurface_Raster.cpp15 class SkSurface_Raster : public SkSurface_Base {
35 typedef SkSurface_Base INHERITED;
/external/skqp/src/compute/sk/
DSkSurface_Compute.h51 class SkSurface_Compute : public SkSurface_Base
84 typedef SkSurface_Base INHERITED;
/external/skia/include/core/
DSkCanvas.h62 class SkSurface_Base; variable
2324 SkSurface_Base* fSurfaceBase;
2325 SkSurface_Base* getSurfaceBase() const { return fSurfaceBase; } in getSurfaceBase()
2326 void setSurfaceBase(SkSurface_Base* sb) { in setSurfaceBase()
2329 friend class SkSurface_Base; variable
/external/skqp/include/core/
DSkCanvas.h52 class SkSurface_Base; variable
2525 SkSurface_Base* fSurfaceBase;
2526 SkSurface_Base* getSurfaceBase() const { return fSurfaceBase; } in getSurfaceBase()
2527 void setSurfaceBase(SkSurface_Base* sb) { in setSurfaceBase()
2530 friend class SkSurface_Base; variable
/external/skia/gn/
Dcore.gni429 "$_src/image/SkSurface_Base.h",
/external/skqp/gn/
Dcore.gni327 "$_src/image/SkSurface_Base.h",