HomeSort by relevance Sort by last modified time
    Searched refs:notifyContentWillChange (Results 1 - 8 of 8) sorted by null

  /external/skia/include/core/
SkSurface.h 439 notifyContentWillChange().
446 ContentChangeMode members are parameters to notifyContentWillChange().
463 void notifyContentWillChange(ContentChangeMode mode);
    [all...]
  /external/skqp/include/core/
SkSurface.h 225 * Modes that can be passed to notifyContentWillChange
246 void notifyContentWillChange(ContentChangeMode mode);
  /external/skqp/src/image/
SkSurface.cpp 148 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
SkSurface_Gpu.cpp 44 surface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode);
  /external/skia/src/image/
SkSurface.cpp 148 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
SkSurface_Gpu.cpp 44 surface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode);
  /external/skia/tests/
SurfaceTest.cpp 541 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
553 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
606 surface->notifyContentWillChange(mode);
618 surface->notifyContentWillChange(mode);
    [all...]
  /external/skqp/tests/
SurfaceTest.cpp 420 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
432 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
489 surface->notifyContentWillChange(mode);
501 surface->notifyContentWillChange(mode);
    [all...]

Completed in 173 milliseconds