Home
last modified time | relevance | path

Searched refs:internalDrawDeviceWithFilter (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkCanvas.cpp829 void SkCanvas::internalDrawDeviceWithFilter(SkBaseDevice* src, in internalDrawDeviceWithFilter() function in SkCanvas
1033 // relevant. Filtering is automatically chosen in internalDrawDeviceWithFilter based on the in internalSaveLayer()
1134 this->internalDrawDeviceWithFilter(priorDevice, // src in internalSaveLayer()
1235 this->internalDrawDeviceWithFilter(layer->fDevice.get(), // src in internalRestore()
1241 // NOTE: We don't just call internalDrawDeviceWithFilter with a null filter in internalRestore()
/third_party/skia/include/core/
H A DSkCanvas.h2535 void internalDrawDeviceWithFilter(SkBaseDevice* src, SkBaseDevice* dst,

Completed in 9 milliseconds