Searched refs:drawImageQuad (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/v1/ |
H A D | Device_v1.h | 207 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 D | Device_drawTexture.cpp | 751 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 D | Device.cpp | 757 this->drawImageQuad(image, src, &dst, nullptr, aa, aaFlags, nullptr, sampling, paint, in drawImageRect()
|
Completed in 4 milliseconds