Home
last modified time | relevance | path

Searched refs:PAD_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/gm/
Dhardstop_gradients.cpp63 const int PAD_HEIGHT = 3; variable
66 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT);
73 SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT), in shade_rect()
85 auto y = SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT + RECT_HEIGHT/2); in create_gradient_points()
Danalytic_gradients.cpp113 const int PAD_HEIGHT = 3; variable
116 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT);
124 SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT)); in shade_rect()
/third_party/skia/gm/
Dhardstop_gradients.cpp63 const int PAD_HEIGHT = 3; variable
66 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT);
73 SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT), in shade_rect()
85 auto y = SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT + RECT_HEIGHT/2); in create_gradient_points()
Danalytic_gradients.cpp113 const int PAD_HEIGHT = 3; variable
116 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT);
124 SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT)); in shade_rect()