Searched refs:fReleaseCtx (Results 1 – 5 of 5) sorted by relevance
41 fReleaseProc(fReleaseCtx); in ~RefCntedCallback()44 fResultReleaseProc(fReleaseCtx, fResult); in ~RefCntedCallback()48 Context context() const { return fReleaseCtx; } in context()58 RefCntedCallback(Callback proc, Context ctx) : fReleaseProc(proc), fReleaseCtx(ctx) {} in RefCntedCallback()60 : fResultReleaseProc(proc), fReleaseCtx(ctx) {} in RefCntedCallback()68 Context fReleaseCtx; variable
72 rec->fReleaseCtx = surface.release(); in allocHandle()134 rec->fReleaseCtx = cg; in allocHandle()225 rec->fReleaseCtx = new ReleaseContext{hdc, origBitmap}; in Create()
16 rec->fReleaseCtx = context; in allocHandle()
48 void* fReleaseCtx; // context passed to fReleaseProc member
2966 return bm->installPixels(info, rec.fPixels, rec.fRowBytes, rec.fReleaseProc, rec.fReleaseCtx); in install()