Lines Matching refs:SkBaseDevice
37 SkBaseDevice::SkBaseDevice(const SkImageInfo& info, const SkSurfaceProps& surfaceProps) in SkBaseDevice() function in SkBaseDevice
45 bool SkBaseDevice::setDeviceCoordinateSystem(const SkM44& deviceToGlobal, in setDeviceCoordinateSystem()
66 void SkBaseDevice::setGlobalCTM(const SkM44& ctm) { in setGlobalCTM()
74 bool SkBaseDevice::isPixelAlignedToGlobal() const { in isPixelAlignedToGlobal()
83 SkIPoint SkBaseDevice::getOrigin() const { in getOrigin()
95 SkMatrix SkBaseDevice::getRelativeTransform(const SkBaseDevice& dstDevice) const { in getRelativeTransform()
101 bool SkBaseDevice::getLocalToMarker(uint32_t id, SkM44* localToMarker) const { in getLocalToMarker()
120 void SkBaseDevice::drawRegion(const SkRegion& region, const SkPaint& paint) { in drawRegion()
141 void SkBaseDevice::drawArc(const SkRect& oval, SkScalar startAngle, in drawArc()
150 void SkBaseDevice::drawDRRect(const SkRRect& outer, in drawDRRect()
161 void SkBaseDevice::drawPatch(const SkPoint cubics[12], const SkColor colors[4], in drawPatch()
171 void SkBaseDevice::drawImageLattice(const SkImage* image, const SkCanvas::Lattice& lattice, in drawImageLattice()
211 void SkBaseDevice::drawAtlas(const SkRSXform xform[], in drawAtlas()
244 void SkBaseDevice::drawEdgeAAQuad(const SkRect& r, const SkPoint clip[4], SkCanvas::QuadAAFlags aa, in drawEdgeAAQuad()
261 void SkBaseDevice::drawEdgeAAImageSet(const SkCanvas::ImageSetEntry images[], int count, in drawEdgeAAImageSet()
309 void SkBaseDevice::drawDrawable(SkDrawable* drawable, const SkMatrix* matrix, SkCanvas* canvas) { in drawDrawable()
315 void SkBaseDevice::drawSpecial(SkSpecialImage*, const SkMatrix&, const SkSamplingOptions&, in drawSpecial()
317 sk_sp<SkSpecialImage> SkBaseDevice::makeSpecial(const SkBitmap&) { return nullptr; } in makeSpecial()
318 sk_sp<SkSpecialImage> SkBaseDevice::makeSpecial(const SkImage*) { return nullptr; } in makeSpecial()
319 sk_sp<SkSpecialImage> SkBaseDevice::snapSpecial(const SkIRect&, bool) { return nullptr; } in snapSpecial()
320 sk_sp<SkSpecialImage> SkBaseDevice::snapSpecial() { in snapSpecial()
324 void SkBaseDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, in drawDevice()
332 void SkBaseDevice::drawFilteredImage(const skif::Mapping& mapping, SkSpecialImage* src, in drawFilteredImage()
365 bool SkBaseDevice::readPixels(const SkPixmap& pm, int x, int y) { in readPixels()
369 bool SkBaseDevice::writePixels(const SkPixmap& pm, int x, int y) { in writePixels()
373 bool SkBaseDevice::onWritePixels(const SkPixmap&, int, int) { in onWritePixels()
377 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { in onReadPixels()
381 bool SkBaseDevice::accessPixels(SkPixmap* pmap) { in accessPixels()
389 bool SkBaseDevice::peekPixels(SkPixmap* pmap) { in peekPixels()
438 void SkBaseDevice::drawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in drawGlyphRunList()
450 void SkBaseDevice::simplifyGlyphRunRSXFormAndRedraw(const SkGlyphRunList& glyphRunList, in simplifyGlyphRunRSXFormAndRedraw()
493 sk_sp<SkSurface> SkBaseDevice::makeSurface(SkImageInfo const&, SkSurfaceProps const&) { in makeSurface()
568 SkBaseDevice::ClipType SkNoPixelsDevice::onGetClipType() const { in onGetClipType()