Home
last modified time | relevance | path

Searched refs:drawImageQuad (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DDevice_v1.h207 void drawImageQuad(const SkImage*, const SkRect* src, const SkRect* dst,
212 // FIXME(michaelludwig) - Should be removed in favor of using drawImageQuad with edge flags to
H A DDevice_drawTexture.cpp751 void Device::drawImageQuad(const SkImage* image, in drawImageQuad() function in skgpu::v1::Device
862 // Send every entry through drawImageQuad() to handle the more complicated paint in drawEdgeAAImageSet()
875 this->drawImageQuad( in drawEdgeAAImageSet()
936 // drawImageQuad and the proper effect to dynamically sample their planes. in drawEdgeAAImageSet()
954 this->drawImageQuad( in drawEdgeAAImageSet()
H A DDevice.cpp757 this->drawImageQuad(image, src, &dst, nullptr, aa, aaFlags, nullptr, sampling, paint, in drawImageRect()

Completed in 4 milliseconds