Home
last modified time | relevance | path

Searched refs:ContentChangeMode (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/src/image/
H A DSkSurface_Base.h30 ContentChangeMode,
113 virtual bool SK_WARN_UNUSED_RESULT onCopyOnWrite(ContentChangeMode) = 0;
150 bool SK_WARN_UNUSED_RESULT aboutToDraw(ContentChangeMode mode);
H A DSkSurface.cpp71 GrSurfaceOrigin, ContentChangeMode, in onReplaceBackendTexture()
124 bool SkSurface_Base::aboutToDraw(ContentChangeMode mode) { in aboutToDraw()
200 void SkSurface::notifyContentWillChange(ContentChangeMode mode) { in notifyContentWillChange()
303 ContentChangeMode mode = kRetain_ContentChangeMode; in writePixels()
356 GrSurfaceOrigin origin, ContentChangeMode mode, in replaceBackendTexture()
414 bool onCopyOnWrite(ContentChangeMode) override { return true; }
H A DSkSurface_Gpu.h28 bool onReplaceBackendTexture(const GrBackendTexture&, GrSurfaceOrigin, ContentChangeMode, TextureReleaseProc,
47 bool onCopyOnWrite(ContentChangeMode) override;
H A DSkSurface_Raster.cpp27 bool onCopyOnWrite(ContentChangeMode) override;
127 bool SkSurface_Raster::onCopyOnWrite(ContentChangeMode mode) { in onCopyOnWrite()
H A DSkSurface_Gpu.cpp197 bool SkSurface_Gpu::onCopyOnWrite(ContentChangeMode mode) { in onCopyOnWrite()
531 ContentChangeMode mode, in onReplaceBackendTexture()
/third_party/skia/src/gpu/
H A DBaseDevice.h62 virtual bool replaceBackingProxy(SkSurface::ContentChangeMode,
68 bool replaceBackingProxy(SkSurface::ContentChangeMode);
H A DBaseDevice.cpp65 bool BaseDevice::replaceBackingProxy(SkSurface::ContentChangeMode mode) { in replaceBackingProxy()
/third_party/skia/include/core/
H A DSkSurface.h491 /** \enum SkSurface::ContentChangeMode
492 ContentChangeMode members are parameters to notifyContentWillChange().
494 enum ContentChangeMode { enum in SkSurface
506 void notifyContentWillChange(ContentChangeMode mode);
574 ContentChangeMode mode = kRetain_ContentChangeMode,
/third_party/skia/experimental/graphite/src/
H A DSurface_Graphite.cpp38 bool Surface_Graphite::onCopyOnWrite(ContentChangeMode) { return true; } in onCopyOnWrite()
H A DSurface_Graphite.h26 bool onCopyOnWrite(ContentChangeMode) override;
/third_party/skia/src/gpu/v1/
H A DDevice_v1.h42 bool replaceBackingProxy(SkSurface::ContentChangeMode,
H A DDevice.cpp921 bool Device::replaceBackingProxy(SkSurface::ContentChangeMode mode, in replaceBackingProxy()
/third_party/skia/tests/
H A DSurfaceTest.cpp604 SkSurface::ContentChangeMode mode) { in test_no_canvas1()
610 SkSurface::ContentChangeMode mode) { in test_no_canvas2()
621 SkSurface::ContentChangeMode modes[] = in DEF_TEST()
630 SkSurface::ContentChangeMode modes[] = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/core/
H A DSkCanvas.cpp178 SkSurface::ContentChangeMode mode = SkSurface::kRetain_ContentChangeMode; in predrawNotify()

Completed in 15 milliseconds