Home | History | Annotate | Download | only in core

Lines Matching refs:drawType

378     bool next(SkDrawFilter::Type drawType) {
386 return this->doNext(drawType);
402 bool doNext(SkDrawFilter::Type drawType);
405 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) {
421 if (!fFilter->filter(paint, drawType)) {