Home
last modified time | relevance | path

Searched refs:kDiscard_ContentChangeMode (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkSurface.h159 kDiscard_ContentChangeMode, enumerator
/external/skia/tests/
DSurfaceTest.cpp679 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode); in DEF_TEST()
690 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
765 { SkSurface::kDiscard_ContentChangeMode, SkSurface::kRetain_ContentChangeMode}; in DEF_TEST()
776 { SkSurface::kDiscard_ContentChangeMode, SkSurface::kRetain_ContentChangeMode}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/image/
DSkSurface.cpp118 } else if (kDiscard_ContentChangeMode == mode) { in aboutToDraw()
DSkSurface_Raster.cpp150 if (kDiscard_ContentChangeMode == mode) { in onCopyOnWrite()
DSkSurface_Gpu.cpp120 } else if (kDiscard_ContentChangeMode == mode) { in onCopyOnWrite()
/external/skia/src/core/
DSkCanvas.cpp147 ? SkSurface::kDiscard_ContentChangeMode in predrawNotify()
162 mode = SkSurface::kDiscard_ContentChangeMode; in predrawNotify()
2001 fSurfaceBase->aboutToDraw(SkSurface::kDiscard_ContentChangeMode); in onDiscard()