Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dshlibloadtest.c195 DSO *hndl; in test_lib() local
197 hndl = myDSO_dsobyaddr((void (*)(void))myERR_get_error, 0); in test_lib()
198 if (hndl == NULL) { in test_lib()
202 myDSO_free(hndl); in test_lib()
/third_party/skia/gm/
Drasterhandleallocator.cpp80 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle() argument
81 SkCanvas* canvas = (SkCanvas*)hndl; in updateHandle()
142 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle() argument
143 CGContextRef cg = (CGContextRef)hndl; in updateHandle()
/third_party/skia/src/core/
DSkBitmapDevice.cpp231 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage) in SkBitmapDevice() argument
234 , fRasterHandle(hndl) in SkBitmapDevice()
258 SkRasterHandleAllocator::Handle hndl = nullptr; in Create() local
267 hndl = allocator->allocBitmap(info, &bitmap); in Create()
268 if (!hndl) { in Create()
294 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
DSkCanvas.cpp456 SkRasterHandleAllocator::Handle hndl) in SkCanvas() argument
461 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas()
2773 Handle hndl; in MakeCanvas() local
2776 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr; in MakeCanvas()
2778 hndl = alloc->allocBitmap(info, &bm); in MakeCanvas()
2780 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr; in MakeCanvas()
/third_party/selinux/libselinux/include/selinux/
Drestorecon.h142 extern void selinux_restorecon_set_sehandle(struct selabel_handle *hndl);
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c1426 void selinux_restorecon_set_sehandle(struct selabel_handle *hndl) in selinux_restorecon_set_sehandle() argument
1432 fc_sehandle = hndl; in selinux_restorecon_set_sehandle()