Home
last modified time | relevance | path

Searched refs:SkBitmapDevice (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/core/
DSkBitmapDevice.cpp48 SkBitmapDevice* fDevice;
63 static bool NeedsTiling(SkBitmapDevice* dev) { in NeedsTiling()
67 SkDrawTiler(SkBitmapDevice* dev, const SkRect* bounds) : fDevice(dev) { in SkDrawTiler()
186 class SkBitmapDevice::BDDraw : public SkDraw {
188 BDDraw(SkBitmapDevice* dev) { in BDDraw()
214 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap) in SkBitmapDevice() function in SkBitmapDevice
225 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& info) { in Create()
229 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() function in SkBitmapDevice
248 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& origInfo, in Create()
293 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
[all …]
DSkBitmapDevice.h35 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()
DSkDevice.h377 friend class SkBitmapDevice; variable
DSkCanvas.cpp568 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas()
580 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas()
596 sk_sp<SkBaseDevice> device(new SkBitmapDevice(tmp, fProps, nullptr, nullptr)); in SkCanvas()
/external/skqp/src/core/
DSkBitmapDevice.cpp47 SkBitmapDevice* fDevice;
62 static bool NeedsTiling(SkBitmapDevice* dev) { in NeedsTiling()
66 SkDrawTiler(SkBitmapDevice* dev, const SkRect* bounds) : fDevice(dev) { in SkDrawTiler()
185 class SkBitmapDevice::BDDraw : public SkDraw {
187 BDDraw(SkBitmapDevice* dev) { in BDDraw()
225 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap) in SkBitmapDevice() function in SkBitmapDevice
234 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& info) { in Create()
238 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, in SkBitmapDevice() function in SkBitmapDevice
255 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& origInfo, in Create()
300 return new SkBitmapDevice(bitmap, surfaceProps, hndl, trackCoverage ? &coverage : nullptr); in Create()
[all …]
DSkBitmapDevice.h35 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()
DSkDevice.h372 friend class SkBitmapDevice; variable
DSkCanvas.cpp624 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas()
636 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas()
652 sk_sp<SkBaseDevice> device(new SkBitmapDevice(tmp, fProps, nullptr, nullptr)); in SkCanvas()
/external/skia/tests/
DLayerDrawLooperTest.cpp28 class FakeDevice : public SkBitmapDevice {
42 typedef SkBitmapDevice INHERITED;
DDeviceTest.cpp47 sk_sp<SkBaseDevice> bmDev(SkBitmapDevice::Create(ii));
/external/skqp/include/core/
DSkRasterHandleAllocator.h82 friend class SkBitmapDevice;
/external/skia/include/core/
DSkRasterHandleAllocator.h82 friend class SkBitmapDevice;
/external/skqp/tests/
DLayerDrawLooperTest.cpp28 class FakeDevice : public SkBitmapDevice {
42 typedef SkBitmapDevice INHERITED;
DDeviceTest.cpp47 sk_sp<SkBaseDevice> bmDev(SkBitmapDevice::Create(ii));
/external/skia/gn/
Dcore.gni117 "$_src/core/SkBitmapDevice.cpp",
118 "$_src/core/SkBitmapDevice.h",
/external/skqp/gn/
Dcore.gni31 "$_src/core/SkBitmapDevice.cpp",
32 "$_src/core/SkBitmapDevice.h",
/external/skia/src/pdf/
DSkPDFDevice.cpp193 return SkBitmapDevice::Create(cinfo.fInfo, SkSurfaceProps(0, kUnknown_SkPixelGeometry)); in onCreateDevice()
/external/skqp/src/pdf/
DSkPDFDevice.cpp387 return SkBitmapDevice::Create(cinfo.fInfo, SkSurfaceProps(0, kUnknown_SkPixelGeometry)); in onCreateDevice()
/external/skqp/
DAndroid.bp566 "src/core/SkBitmapDevice.cpp",
/external/skia/
DAndroid.bp100 "src/core/SkBitmapDevice.cpp",