Searched refs:drawLevels (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | showmiplevels.cpp | 131 template <typename F> void drawLevels(SkCanvas* canvas, const SkBitmap& baseBM, F func) { in drawLevels() function in ShowMipLevels 164 drawLevels(canvas, orig, [](const SkPixmap& prev, const SkPixmap& curr) { in drawSet() 242 void drawLevels(SkCanvas* canvas, const SkBitmap& baseBM) { in drawLevels() function in ShowMipLevels2 279 drawLevels(canvas, bm); in drawSet()
|
/external/skia/gm/ |
D | showmiplevels.cpp | 137 template <typename F> void drawLevels(SkCanvas* canvas, const SkBitmap& baseBM, F func) { in drawLevels() function in ShowMipLevels 170 drawLevels(canvas, orig, [](const SkPixmap& prev, const SkPixmap& curr) { in drawSet() 248 void drawLevels(SkCanvas* canvas, const SkBitmap& baseBM) { in drawLevels() function in ShowMipLevels2 285 drawLevels(canvas, bm); in drawSet()
|