Home
last modified time | relevance | path

Searched refs:SkBitmapDevice (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkBitmapDevice.cpp17 #include "src/core/SkBitmapDevice.h"
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
230 SkBitmapDevice::SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps, SkBitmapDevice() function in SkBitmapDevice
[all...]
H A DSkBitmapDevice.h36 class SkBitmapDevice : public SkBaseDevice { class
43 SkBitmapDevice(const SkBitmap& bitmap);
50 static SkBitmapDevice* Create(const SkImageInfo& info);
57 SkBitmapDevice(const SkBitmap& bitmap, const SkSurfaceProps& surfaceProps,
60 static SkBitmapDevice* Create(const SkImageInfo&, const SkSurfaceProps&,
64 static SkBitmapDevice* Create(const SkImageInfo& info, const SkSurfaceProps& props) { in Create()
H A DSkDevice.h423 // TODO: move to SkBitmapDevice
451 friend class SkBitmapDevice;
H A DSkCanvas.cpp27 #include "src/core/SkBitmapDevice.h"
455 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas()
466 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, hndl, nullptr)); in SkCanvas()
479 sk_sp<SkBaseDevice> device(new SkBitmapDevice(tmp, fProps, nullptr, nullptr)); in SkCanvas()
/third_party/skia/include/core/
H A DSkRasterHandleAllocator.h87 friend class SkBitmapDevice;
/third_party/skia/tests/
H A DDeviceTest.cpp47 sk_sp<SkBaseDevice> bmDev(SkBitmapDevice::Create(ii));
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp26 #include "src/core/SkBitmapDevice.h"
221 return SkBitmapDevice::Create(cinfo.fInfo, SkSurfaceProps(0, kUnknown_SkPixelGeometry)); in onCreateDevice()

Completed in 14 milliseconds