Searched refs:doFilter (Results 1 – 4 of 4) sorted by relevance
41 bool doFilter, in ConstXTileBench() argument44 : fDoFilter(doFilter) in ConstXTileBench()62 if (doFilter) { in ConstXTileBench()
71 GiantBitmapGM(SkTileMode mode, bool doFilter, bool doRotate) : fBM(nullptr) { in GiantBitmapGM() argument73 fDoFilter = doFilter; in GiantBitmapGM()
70 GiantBitmapGM(SkTileMode mode, bool doFilter, bool doRotate) : fBM(nullptr) { in GiantBitmapGM() argument72 fDoFilter = doFilter; in GiantBitmapGM()
1881 bool doFilter = (filter != VK_FILTER_NEAREST); in blit() local1883 doFilter || in blit()1888 Options{ doFilter, allowSRGBConversion }); in blit()1893 (doFilter && ((x0 < 0.5f) || (y0 < 0.5f))); in blit()