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

  /external/skia/src/core/
SkBitmapDevice.cpp 230 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage)
233 , fRasterHandle(hndl)
257 SkRasterHandleAllocator::Handle hndl = nullptr; local
266 hndl = allocator->allocBitmap(info, &bitmap);
267 if (!hndl) {
293 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr);
SkCanvas.cpp 627 SkRasterHandleAllocator::Handle hndl)
634 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr));
2960 Handle hndl; local
    [all...]
  /external/skqp/src/core/
SkBitmapDevice.cpp 239 SkRasterHandleAllocator::Handle hndl, const SkBitmap* coverage)
242 , fRasterHandle(hndl)
264 SkRasterHandleAllocator::Handle hndl = nullptr; local
273 hndl = allocator->allocBitmap(info, &bitmap);
274 if (!hndl) {
300 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr);
SkCanvas.cpp 629 SkRasterHandleAllocator::Handle hndl)
636 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr));
2920 Handle hndl; local
    [all...]

Completed in 381 milliseconds