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

  /external/skia/include/core/
SkMallocPixelRef.h 84 ReleaseProc fReleaseProc;
SkData.h 162 ReleaseProc fReleaseProc;
SkRasterHandleAllocator.h 46 void (*fReleaseProc)(void* pixels, void* ctx);
47 void* fReleaseCtx; // context passed to fReleaseProc
60 * for the layer. When canvas->restore() is called, the fReleaseProc will be called.
  /external/skqp/include/core/
SkMallocPixelRef.h 84 ReleaseProc fReleaseProc;
SkData.h 162 ReleaseProc fReleaseProc;
SkRasterHandleAllocator.h 46 void (*fReleaseProc)(void* pixels, void* ctx);
47 void* fReleaseCtx; // context passed to fReleaseProc
60 * for the layer. When canvas->restore() is called, the fReleaseProc will be called.
  /external/skqp/src/image/
SkImage_GpuBase.cpp 553 : fReleaseProc(releaseProc)
561 fReleaseProc(fTextureContext);
571 PromiseImageTextureReleaseProc fReleaseProc;

Completed in 1745 milliseconds