Searched refs:drawEdgeAAImageSet (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
H A D | Device.h | 87 void drawEdgeAAImageSet(const SkCanvas::ImageSetEntry[], int count, 93 // block that drawEdgeAAImageSet will use. 126 // - drawPaint, drawImageLattice, drawImageRect, drawEdgeAAImageSet, drawVertices, drawAtlas
|
/third_party/skia/src/gpu/v1/ |
H A D | Device_v1.h | 136 void drawEdgeAAImageSet(const SkCanvas::ImageSetEntry[], int count, const SkPoint dstClips[],
|
H A D | Device_drawTexture.cpp | 856 void Device::drawEdgeAAImageSet(const SkCanvas::ImageSetEntry set[], int count, in drawEdgeAAImageSet() function in skgpu::v1::Device
|
/third_party/skia/src/core/ |
H A D | SkDevice.h | 295 virtual void drawEdgeAAImageSet(const SkCanvas::ImageSetEntry[], int count,
|
H A D | SkDevice.cpp | 261 void SkBaseDevice::drawEdgeAAImageSet(const SkCanvas::ImageSetEntry images[], int count, in drawEdgeAAImageSet() function in SkBaseDevice
|
H A D | SkCanvas.cpp | 2578 this->topDevice()->drawEdgeAAImageSet(imageSet, count, dstClips, preViewMatrices, sampling,
|
Completed in 15 milliseconds