/third_party/skia/src/core/ |
D | SkBitmapDevice.cpp | 49 SkBitmapDevice* fDevice; 64 static bool NeedsTiling(SkBitmapDevice* dev) { in NeedsTiling() 68 SkDrawTiler(SkBitmapDevice* dev, const SkRect* bounds) : fDevice(dev) { in SkDrawTiler() 187 class SkBitmapDevice::BDDraw : public SkDraw { 189 BDDraw(SkBitmapDevice* dev) { in BDDraw() 215 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap) in SkBitmapDevice() function in SkBitmapDevice 226 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& info) { in Create() 230 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() function in SkBitmapDevice 249 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& origInfo, in Create() 294 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create() [all …]
|
D | SkBitmapDevice.h | 35 class SkBitmapDevice : public SkBaseDevice { 42 SkBitmapDevice(const SkBitmap& bitmap); 49 static SkBitmapDevice* Create(const SkImageInfo& info); 56 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, 59 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&, 63 static SkBitmapDevice* Create(const SkImageInfo& info, const SkSurfaceProps& props) { in Create()
|
D | BUILD.bazel | 35 "SkBitmapDevice.cpp", 36 "SkBitmapDevice.h",
|
D | SkDevice.h | 448 friend class SkBitmapDevice; variable
|
D | SkCanvas.cpp | 450 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas() 461 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas() 474 sk_sp<SkBaseDevice> device(new SkBitmapDevice(tmp, fProps, nullptr, nullptr)); in SkCanvas()
|
/third_party/flutter/skia/src/core/ |
D | SkBitmapDevice.cpp | 49 SkBitmapDevice* fDevice; 64 static bool NeedsTiling(SkBitmapDevice* dev) { in NeedsTiling() 68 SkDrawTiler(SkBitmapDevice* dev, const SkRect* bounds) : fDevice(dev) { in SkDrawTiler() 187 class SkBitmapDevice::BDDraw : public SkDraw { 189 BDDraw(SkBitmapDevice* dev) { in BDDraw() 215 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap) in SkBitmapDevice() function in SkBitmapDevice 226 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& info) { in Create() 230 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() function in SkBitmapDevice 249 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& origInfo, in Create() 294 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create() [all …]
|
D | SkBitmapDevice.h | 35 class SkBitmapDevice : public SkBaseDevice { 42 SkBitmapDevice(const SkBitmap& bitmap); 49 static SkBitmapDevice* Create(const SkImageInfo& info); 56 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, 59 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&, 63 static SkBitmapDevice* Create(const SkImageInfo& info, const SkSurfaceProps& props) { in Create()
|
D | SkDevice.h | 361 friend class SkBitmapDevice; variable
|
D | SkCanvas.cpp | 564 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas() 576 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas() 592 sk_sp<SkBaseDevice> device(new SkBitmapDevice(tmp, fProps, nullptr, nullptr)); in SkCanvas()
|
/third_party/flutter/skia/tests/ |
D | LayerDrawLooperTest.cpp | 28 class FakeDevice : public SkBitmapDevice { 42 typedef SkBitmapDevice INHERITED;
|
D | DeviceTest.cpp | 47 sk_sp<SkBaseDevice> bmDev(SkBitmapDevice::Create(ii));
|
/third_party/flutter/skia/include/core/ |
D | SkRasterHandleAllocator.h | 82 friend class SkBitmapDevice;
|
/third_party/skia/include/core/ |
D | SkRasterHandleAllocator.h | 87 friend class SkBitmapDevice;
|
/third_party/skia/tests/ |
D | DeviceTest.cpp | 47 sk_sp<SkBaseDevice> bmDev(SkBitmapDevice::Create(ii));
|
/third_party/flutter/skia/gn/ |
D | core.gni | 124 "$_src/core/SkBitmapDevice.cpp", 125 "$_src/core/SkBitmapDevice.h",
|
/third_party/skia/gn/ |
D | core.gni | 121 "$_src/core/SkBitmapDevice.cpp", 122 "$_src/core/SkBitmapDevice.h",
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.cpp | 198 return SkBitmapDevice::Create(cinfo.fInfo, SkSurfaceProps(0, kUnknown_SkPixelGeometry)); in onCreateDevice()
|
/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 221 return SkBitmapDevice::Create(cinfo.fInfo, SkSurfaceProps(0, kUnknown_SkPixelGeometry)); in onCreateDevice()
|
/third_party/flutter/build/skia/ohos/ |
D | BUILD.gn | 239 "$flutter_root/skia/src/core/SkBitmapDevice.cpp",
|
/third_party/flutter/build/skia/ |
D | BUILD.gn | 553 "$flutter_root/skia/src/core/SkBitmapDevice.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 3137 FILE: ../../../third_party/skia/src/core/SkBitmapDevice.cpp 3138 FILE: ../../../third_party/skia/src/core/SkBitmapDevice.h
|