Home
last modified time | relevance | path

Searched refs:notifyContentWillChange (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkSurface.h221 void notifyContentWillChange(ContentChangeMode mode);
/external/skia/tests/
DSurfaceTest.cpp421 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode); in DEF_TEST()
433 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
490 surface->notifyContentWillChange(mode); in test_no_canvas1()
502 surface->notifyContentWillChange(mode); in test_no_canvas2()
/external/skia/src/image/
DSkSurface.cpp148 void SkSurface::notifyContentWillChange(ContentChangeMode mode) { in notifyContentWillChange() function in SkSurface
DSkSurface_Gpu.cpp42 surface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode); in prepare_rt_for_external_access()