Searched refs:ZOOM (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | fatpathfill.cpp | 18 #define ZOOM 32 macro 34 canvas->drawCircle(x + 0.5f, y + 0.5f, 1.5f / ZOOM, paint); in draw_pixel_centers() 55 SMALL_W * ZOOM, in DEF_SIMPLE_GM() argument 56 SMALL_H * ZOOM * REPEAT_LOOP) { in DEF_SIMPLE_GM() 59 canvas->scale(ZOOM, ZOOM); in DEF_SIMPLE_GM()
|
/external/skqp/gm/ |
D | fatpathfill.cpp | 14 #define ZOOM 32 macro 30 canvas->drawCircle(x + 0.5f, y + 0.5f, 1.5f / ZOOM, paint); in draw_pixel_centers() 51 SMALL_W * ZOOM, in DEF_SIMPLE_GM() argument 52 SMALL_H * ZOOM * REPEAT_LOOP) { in DEF_SIMPLE_GM() 55 canvas->scale(ZOOM, ZOOM); in DEF_SIMPLE_GM()
|