Home | History | Annotate | Download | only in core

Lines Matching refs:hndl

627                    SkRasterHandleAllocator::Handle hndl)
634 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr));
2960 Handle hndl;
2963 hndl = install(&bm, info, *rec) ? rec->fHandle : nullptr;
2965 hndl = alloc->allocBitmap(info, &bm);
2967 return hndl ? std::unique_ptr<SkCanvas>(new SkCanvas(bm, std::move(alloc), hndl)) : nullptr;