HomeSort by relevance Sort by last modified time
    Searched full:notifycontentwillchange (Results 1 - 7 of 7) sorted by null

  /external/skia/tests/
SurfaceTest.cpp 197 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
212 surface->notifyContentWillChange(mode);
222 surface->notifyContentWillChange(mode);
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 88 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
  /external/skia/src/image/
SkSurface.cpp 88 void SkSurface::notifyContentWillChange(ContentChangeMode mode) {
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 94 * Modes that can be passed to notifyContentWillChange
113 void notifyContentWillChange(ContentChangeMode mode);
  /external/skia/include/core/
SkSurface.h 94 * Modes that can be passed to notifyContentWillChange
113 void notifyContentWillChange(ContentChangeMode mode);
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 351 fSurface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
447 // aboutToDraw() is called and that notifyContentWillChange is called, without
455 fSurface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 351 fSurface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
447 // aboutToDraw() is called and that notifyContentWillChange is called, without
455 fSurface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode);
    [all...]

Completed in 1237 milliseconds